summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/Object.h
AgeCommit message (Expand)Author
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-03-05LibCore: Add a way to set an individual Core::Object property remotelyAndreas Kling
2020-03-05LibCore: Allow RPC clients to specify the currently inspected objectAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-02-23LibCore: Add Core::Object::add<T> helper for creating child objectsAndreas Kling
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling