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.h
Age
Commit message (
Expand
)
Author
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-12-27
LibCore: Fix errors when compiling LibCore using clang instead of gcc
Stefano Cristiano
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-09-22
LibCore: Add CObject::remove_from_parent()
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
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-27
LibCore: Add comment about child events for partially-constructed children.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-14
CObject: Add LogStream operator<< for CObject.
Andreas Kling
2019-07-14
CObject: Add custom_event() virtual.
Andreas Kling
2019-07-10
CObject: Add a "name" property.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling