Sam Atkins
|
b32f5dbcff
LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()
|
2 years ago |
Timothy Flynn
|
746364d7c1
LibCore: Support write-only Object properties
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
d26aabff04
Everywhere: Run clang-format
|
2 years ago |
kleines Filmröllchen
|
4777dc75c5
LibCore: Allow array-like rectangle specifications for rect properties
|
2 years ago |
Timothy Flynn
|
b00d77eac8
LibCore: Invoke `forward` from the global namespace inside C_OBJECT
|
2 years ago |
Andreas Kling
|
30815c25a2
LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
FrHun
|
fddd2bf6ff
LibGUI: Add min_content_size debug property to AbstractScrollableWidget
|
3 years ago |
kleines Filmröllchen
|
452bbcaa84
LibCore: Turn size properties from an object into a size 2 array
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
kleines Filmröllchen
|
8fe899e90d
LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTY
|
3 years ago |
Lenny Maiorani
|
327e9a2187
LibCore: Change class_name to use StringView instead of char const*
|
3 years ago |
Lenny Maiorani
|
ea58b8d927
Libraries: Use default constructors/destructors in LibCore
|
3 years ago |
Vrins
|
3b22fd9a9f
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
|
3 years ago |
kleines Filmröllchen
|
41ef4f11dc
LibGUI: Move GML parsing and formatting to new AST
|
3 years ago |
Andreas Kling
|
b81ce827b6
LibCore: Add Core::Object::try_add<T>(...)
|
3 years ago |
Andreas Kling
|
5a3f5582ba
LibCore: Add try_create(...) helper to all Core::Object derived classes
|
3 years ago |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 years ago |
Ben Wiederhake
|
2e6bb987a3
AK+WindowServer: Remove did_construct() framework used only once
|
3 years ago |
thislooksfun
|
9cf9e604c3
LibCore: Add REGISTER_ABSTRACT_CORE_OBJECT
|
3 years ago |
thislooksfun
|
c3b0b9057e
LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable
|
3 years ago |
Ali Mohammad Pur
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 years ago |
sin-ack
|
749f62860e
LibCore: Remove deferred_invoke overload with Object& parameter
|
3 years ago |
sin-ack
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 years ago |
Andrew Kaster
|
d6de0613f5
LibCore: Store ObjectRegistration names as StringViews
|
3 years ago |
sin-ack
|
1e44a0c2d9
LibCore: Support registration of TextWrapping properties
|
4 years ago |
Ali Mohammad Pur
|
20c066b8e0
LibCore: Call optional did_construct() method when constucting objects
|
4 years ago |
Linus Groh
|
9dd3203cc6
LibGfx: Add missing TextAlignment::BottomLeft
|
4 years ago |