Age | Commit message (Expand) | Author |
---|---|---|
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 |