Age | Commit message (Expand) | Author |
---|---|---|
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 |