summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CObject.h
AgeCommit message (Expand)Author
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas 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-27LibCore: Add comment about child events for partially-constructed children.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-14CObject: Add LogStream operator<< for CObject.Andreas Kling
2019-07-14CObject: Add custom_event() virtual.Andreas Kling
2019-07-10CObject: Add a "name" property.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling