index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
Object.h
Age
Commit message (
Expand
)
Author
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibCore: Use is<T> in Object::find_*_of_type helpers
Andreas Kling
2021-04-17
LibCore: Don't needlessly use StringView in Core::Object APIs
Andreas Kling
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
2021-03-28
LibCore: Make Core::Object::event() protected
Andreas Kling
2021-03-28
LibCore: Add a way to install an event filter on a Core::Object
Andreas Kling
2021-03-18
LibCore: Verify type of value in enum property setter
Vyacheslav Pukhanov
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling