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
2022-04-03
LibCore: Turn size properties from an object into a size 2 array
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-25
LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTY
kleines Filmröllchen
2022-03-19
LibCore: Change class_name to use StringView instead of char const*
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-02-07
LibGUI: Move GML parsing and formatting to new AST
kleines Filmröllchen
2021-11-24
LibCore: Add Core::Object::try_add<T>(...)
Andreas Kling
2021-11-23
LibCore: Add try_create(...) helper to all Core::Object derived classes
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-02
AK+WindowServer: Remove did_construct() framework used only once
Ben Wiederhake
2021-11-02
LibCore: Add REGISTER_ABSTRACT_CORE_OBJECT
thislooksfun
2021-11-02
LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable
thislooksfun
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-02
LibCore: Remove deferred_invoke overload with Object& parameter
sin-ack
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
2021-08-28
LibCore: Store ObjectRegistration names as StringViews
Andrew Kaster
2021-07-29
LibCore: Support registration of TextWrapping properties
sin-ack
2021-06-20
LibCore: Call optional did_construct() method when constucting objects
Ali Mohammad Pur
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
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