summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Object.h
AgeCommit message (Expand)Author
2021-11-02AK+WindowServer: Remove did_construct() framework used only onceBen Wiederhake
2021-11-02LibCore: Add REGISTER_ABSTRACT_CORE_OBJECTthislooksfun
2021-11-02LibCore+LibGUI: Make ObjectClassRegistration::construct() nullablethislooksfun
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-02LibCore: Remove deferred_invoke overload with Object& parametersin-ack
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-08-28LibCore: Store ObjectRegistration names as StringViewsAndrew Kaster
2021-07-29LibCore: Support registration of TextWrapping propertiessin-ack
2021-06-20LibCore: Call optional did_construct() method when constucting objectsAli Mohammad Pur
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibCore: Use is<T> in Object::find_*_of_type helpersAndreas Kling
2021-04-17LibCore: Don't needlessly use StringView in Core::Object APIsAndreas Kling
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-28LibCore: Make Core::Object::event() protectedAndreas Kling
2021-03-28LibCore: Add a way to install an event filter on a Core::ObjectAndreas Kling
2021-03-18LibCore: Verify type of value in enum property setterVyacheslav Pukhanov
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling