summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Object.cpp
AgeCommit message (Expand)Author
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-05-31LibCore: Replace fprintf(stderr)/printf() with warnln()/out()Linus Groh
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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-03-28LibCore: Add a way to install an event filter on a Core::ObjectAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling