index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GScrollableWidget.cpp
Age
Commit message (
Expand
)
Author
2019-05-13
WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.
Andreas Kling
2019-04-25
GScrollableWidget: The visible_content_rect() should be max content_size().
Andreas Kling
2019-04-18
LibGUI: Move the editing widget along with the content when scrolling.
Andreas Kling
2019-03-30
LibGUI: Fix bad initial layout of GScrollableWidget's scrollbars.
Andreas Kling
2019-03-29
GScrollableWidget: Make sure the corner widget is positioned correctly.
Andreas Kling
2019-03-28
LibGUI: Make GScrollableWidget a GFrame and fix up GTextEditor for it.
Andreas Kling
2019-03-25
GItemView: Hide the horizontal scrollbar since we never need 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