Age | Commit message (Expand) | Author |
---|---|---|
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |
2019-06-22 | GScrollableWidget: Make the scrollbar metrics helpers public. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-13 | WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream. | Andreas Kling |
2019-04-18 | LibGUI: Move the editing widget along with the content when scrolling. | Andreas Kling |
2019-03-28 | LibGUI: Make GScrollableWidget a GFrame and fix up GTextEditor for it. | Andreas Kling |
2019-03-23 | LibGUI: Add a GItemView class. | Andreas Kling |
2019-03-19 | LibGUI: Add GScrollableWidget::scroll_to_bottom/top(). | Andreas Kling |
2019-03-16 | LibGUI: Let GTextEditor deal with its horizontal padding internally. | Andreas Kling |
2019-03-16 | LibGUI: Make GTextEditor inherit from GScrollableWidget. | Andreas Kling |
2019-03-16 | LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget. | Andreas Kling |