1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Libraries
Andreas Kling 10c35d345a LibCore: Add comment about child events for partially-constructed children.
Since ChildAdded events originate from the CObject constructor, they are not
fully constructed when their parent learns that they were added.
Added a little comment about this to the child_event() declaration.
2019-07-27 09:31:46 +02:00
..
LibAudio Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
LibC LibC: Don't clobber errno in free(). 2019-07-25 15:23:29 +02:00
LibCore LibCore: Add comment about child events for partially-constructed children. 2019-07-27 09:31:46 +02:00
LibDraw LibDraw: Add LogStream operator<< overload for Color. 2019-07-23 14:56:42 +02:00
LibGUI LibGUI: GDialog should close its nested event loop on window close. 2019-07-26 16:13:59 +02:00
LibHTML LibHTML: A tiny bit of work towards block layout. 2019-07-26 08:05:14 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00