summaryrefslogtreecommitdiff
path: root/LibGUI/GScrollableWidget.cpp
AgeCommit message (Expand)Author
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-06-07LibGUI: Run clang-format on everything.Andreas Kling
2019-05-13WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.Andreas Kling
2019-04-25GScrollableWidget: The visible_content_rect() should be max content_size().Andreas Kling
2019-04-18LibGUI: Move the editing widget along with the content when scrolling.Andreas Kling
2019-03-30LibGUI: Fix bad initial layout of GScrollableWidget's scrollbars.Andreas Kling
2019-03-29GScrollableWidget: Make sure the corner widget is positioned correctly.Andreas Kling
2019-03-28LibGUI: Make GScrollableWidget a GFrame and fix up GTextEditor for it.Andreas Kling
2019-03-25GItemView: Hide the horizontal scrollbar since we never need it.Andreas Kling
2019-03-23LibGUI: Add a GItemView class.Andreas Kling
2019-03-19LibGUI: Add GScrollableWidget::scroll_to_bottom/top().Andreas Kling
2019-03-16LibGUI: Let GTextEditor deal with its horizontal padding internally.Andreas Kling
2019-03-16LibGUI: Make GTextEditor inherit from GScrollableWidget.Andreas Kling
2019-03-16LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget.Andreas Kling