index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
CObject.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-23
LibCore: Remove redundant check in CObject::dispatch_event()
Andreas Kling
2020-01-21
LibCore: Fix broken "stay_within" mechanism in event dispatch
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-09-22
LibCore: Remove leftover debug spam in CObject::remove_child()
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-08-19
LibCore: Move CObject serialization into CObject::save_to(JsonObject&)
Andreas Kling
2019-08-17
CObject: Put all CObjects on a global IntrusiveList for introspection
Andreas Kling
2019-07-14
CObject: Add custom_event() virtual.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling