Age | Commit message (Expand) | Author |
---|---|---|
2020-09-15 | LibCore: Make Core::Object properties more dynamic | Andreas Kling |
2020-08-27 | Meta: Force semi-colon after MAKE_AK_NONXXXABLE() | Ben Wiederhake |
2020-07-26 | LibCore+LibGUI: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-03-05 | LibCore: Add a way to set an individual Core::Object property remotely | Andreas Kling |
2020-03-05 | LibCore: Allow RPC clients to specify the currently inspected object | Andreas Kling |
2020-03-04 | LibCore: Make Core::Object::add<ChildType> return a ChildType& | Andreas Kling |
2020-02-23 | LibCore: Add Core::Object::add<T> helper for creating child objects | Andreas Kling |
2020-02-15 | LibCore: Move LogStream::operator<< overloads into cpp files | Andreas Kling |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |