summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CObject.cpp
AgeCommit message (Expand)Author
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-23LibCore: Remove redundant check in CObject::dispatch_event()Andreas Kling
2020-01-21LibCore: Fix broken "stay_within" mechanism in event dispatchAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-09-22LibCore: Remove leftover debug spam in CObject::remove_child()Andreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-08-19LibCore: Move CObject serialization into CObject::save_to(JsonObject&)Andreas Kling
2019-08-17CObject: Put all CObjects on a global IntrusiveList for introspectionAndreas Kling
2019-07-14CObject: Add custom_event() virtual.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling