Andreas Kling
|
b4af4a4085
LibGUI: Allow widget sibling navigation with arrow keys
|
4 년 전 |
Andreas Kling
|
7841528cd4
LibCore: Remove Core::Object::is_widget() in favor of RTTI
|
4 년 전 |
Andrew Kaster
|
347bf6459d
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
|
4 년 전 |
Andreas Kling
|
f330dc3886
LibGUI: Add a bunch of missing widget registrations
|
4 년 전 |
Stephan Unverwerth
|
b4d1390714
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
|
4 년 전 |
Andreas Kling
|
aacab897e8
LibGUI: Add widget registration for GUI::ListView
|
4 년 전 |
Andreas Kling
|
01ccbdb017
LibGUI: Register GUI::ComboBox :^)
|
4 년 전 |
Andreas Kling
|
e07a66d011
LibGUI: Remove unused Widget backcolor/forecolor properties
|
4 년 전 |
Andreas Kling
|
7dc5a3ead8
LibGUI: Rewrite layout system in terms of min and max sizes
|
4 년 전 |
Andreas Kling
|
ee85713e52
LibGUI: Add fixed_size/fixed_width/fixed_height helpers to Widget
|
4 년 전 |
Andreas Kling
|
60e3f685db
LibGUI: Add min/max sizes to GUI::Widget
|
4 년 전 |
Linus Groh
|
c4991d969c
LibGUI: Register the ImageWidget and LinkLabel widgets
|
4 년 전 |
Linus Groh
|
b8eb1baac8
LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cpp
|
4 년 전 |
Andreas Kling
|
7e79563bb9
LibGUI: Show tooltip after a small delay
|
4 년 전 |
Andreas Kling
|
644d5c5404
LibGUI: Switch focus if the currently focused widget is disabled
|
4 년 전 |
Andreas Kling
|
6e0976d858
LibGUI: Make the GML parser a bit more fault-tolerant
|
4 년 전 |
Andreas Kling
|
48b0f4844b
LibGUI: Add a couple more Widget registrations
|
4 년 전 |
Andreas Kling
|
822dc56ef3
LibGUI: Introduce GML - a simple GUI Markup Language :^)
|
4 년 전 |
Andreas Kling
|
ab289e183e
LibGUI: Expose widget focus policy as a Core::Object property
|
4 년 전 |
Jakub Berkop
|
c6bb3d452a
LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)
|
4 년 전 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 년 전 |
Andreas Kling
|
b11b4b29e9
LibGUI: Add Widget::has_focus_within()
|
4 년 전 |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 년 전 |
Andreas Kling
|
e64f43c3a7
LibGUI: Fix null pointer dereference in enter/leave event handling
|
4 년 전 |
AnotherTest
|
6902a09e47
LibGUI: Register the 'ColorInput' and 'Frame' widgets
|
4 년 전 |
Andreas Kling
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
4 년 전 |
Andreas Kling
|
093de0e323
LibGUI: Use Core::Object::set_property() to handle JSON GUI properties
|
4 년 전 |
Andreas Kling
|
6fc8dedd28
LibGUI: Allow setting widget visibility from JSON GUI spec
|
4 년 전 |
Andreas Kling
|
6590eb8eb7
LibGUI: Complain about malformed "layout" values in JSON GUI
|
4 년 전 |
Andreas Kling
|
ea17b0cbb6
LibGUI: Start building a way to instantiate GUI from JSON
|
4 년 전 |