Age | Commit message (Expand) | Author |
---|---|---|
2020-11-08 | LibGUI: Limit ScrollableWidget::available_size() width/height to 0 | Linus Groh |
2020-10-22 | LibGUI: Fix scroll_into_view flipping between left/top and right/bottom | Tom |
2020-08-12 | GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions | Nico Weber |
2020-08-03 | LibGUI: WidgetScrollable scrolls horizontally when shift is pressed | Mathieu PATUREL |
2020-07-09 | LibGUI: Make scrollbar thumb size relative to content size | Tom |
2020-07-04 | LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view() | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-02 | LibGUI: Fix off-by-one in ScrollableWidget | Ben Wiederhake |
2020-02-24 | LibGUI: Implement keyboard and mouse wheel events for SpinBox | Tibor Nagy |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |