summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Widget.cpp
AgeCommit message (Expand)Author
2020-07-15WindowServer: Add accessory windowsTom
2020-07-11LibGUI: Ignore KeyUp events by defaultPeter Elliott
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Focus the first focusable widget added to a windowAndreas Kling
2020-05-12LibGUI: Add a way to highlight the focused widget for debuggingAndreas Kling
2020-05-12LibGUI: Add missing window() null check when widget's child is removedAndreas Kling
2020-05-12LibGUI: Remove ancient code for debugging widget underdrawAndreas Kling
2020-05-08LibGUI: Make the "enabled" widget state propagate to child widgetsAndreas Kling
2020-04-24LibGUI: Introduce widget content margins + improve splittersAndreas Kling
2020-03-19LibGUI: Remove G prefix from macrosTibor Nagy
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-03-05LibGUI: Implement set_property() on Widget and AbstractButtonAndreas Kling
2020-03-05LibGUI: Forget some of Window's widgets eagerly on widget unparentingAndreas Kling
2020-03-05LibGUI+Inspector: Highlight the currently remotely inspected widgetAndreas Kling
2020-03-05LibGUI: Make Layout a Core::Object and add basic serializationAndreas Kling
2020-03-04LibGUI: Ignore keyboard and mouse events in disabled widgetsAndreas Kling
2020-03-04LibGUI: Remove unused GUI::Widget::click_event()Andreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-11LibGUI: Add a Widget::did_layout() that gets called after layoutAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling