index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
Widget.cpp
Age
Commit message (
Expand
)
Author
2020-12-28
LibGUI: Switch focus if the currently focused widget is disabled
Andreas Kling
2020-12-20
LibGUI: Make the GML parser a bit more fault-tolerant
Andreas Kling
2020-12-20
LibGUI: Add a couple more Widget registrations
Andreas Kling
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-07
LibGUI: Expose widget focus policy as a Core::Object property
Andreas Kling
2020-11-23
LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)
Jakub Berkop
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-30
LibGUI: Add Widget::has_focus_within()
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-03
LibGUI: Fix null pointer dereference in enter/leave event handling
Andreas Kling
2020-09-25
LibGUI: Register the 'ColorInput' and 'Frame' widgets
AnotherTest
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-14
LibGUI: Use Core::Object::set_property() to handle JSON GUI properties
Andreas Kling
2020-09-14
LibGUI: Allow setting widget visibility from JSON GUI spec
Andreas Kling
2020-09-14
LibGUI: Complain about malformed "layout" values in JSON GUI
Andreas Kling
2020-09-14
LibGUI: Start building a way to instantiate GUI from JSON
Andreas Kling
2020-09-14
LibGUI: Improve widget registration mechanism a bit
Andreas Kling
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-08-26
LibGUI: Allow widgets to clip their child widgets
Andreas Kling
2020-08-26
LibGUI: Add Widget focus proxies
Andreas Kling
2020-08-22
LibGUI+WindowServer: Remove ResizeEvent::old_size()
Andreas Kling
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-14
LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuApplet
Linus Groh
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-11
LibGUI: Ignore KeyUp events by default
Peter Elliott
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Focus the first focusable widget added to a window
Andreas Kling
2020-05-12
LibGUI: Add a way to highlight the focused widget for debugging
Andreas Kling
2020-05-12
LibGUI: Add missing window() null check when widget's child is removed
Andreas Kling
2020-05-12
LibGUI: Remove ancient code for debugging widget underdraw
Andreas Kling
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-03-19
LibGUI: Remove G prefix from macros
Tibor Nagy
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-05
LibGUI: Implement set_property() on Widget and AbstractButton
Andreas Kling
2020-03-05
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
Andreas Kling
2020-03-05
LibGUI+Inspector: Highlight the currently remotely inspected widget
Andreas Kling
2020-03-05
LibGUI: Make Layout a Core::Object and add basic serialization
Andreas Kling
2020-03-04
LibGUI: Ignore keyboard and mouse events in disabled widgets
Andreas Kling
2020-03-04
LibGUI: Remove unused GUI::Widget::click_event()
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-11
LibGUI: Add a Widget::did_layout() that gets called after layout
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling