summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractView.cpp
AgeCommit message (Expand)Author
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-07-10LibGUI: Only repaint the affected indices on AbstractView item hoverAndreas Kling
2021-07-10LibGUI: Add AbstractView::editing_rect() to allow custom editing rectsAndreas Kling
2021-06-18LibGUI: Don't restart AbstractView drag on mousemove after escape keyAndreas Kling
2021-06-03LibGUI: Properly wrap multiple lines in IconView search highlightingMatthew B. Jones
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-24LibGUI/AbstractView: Expose `activates_on_selection`Jelle Raaijmakers
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGUI: Track selection starting index in AbstractView (#6515)iCristalrope
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Ignore keydown events with Alt modifier in AbstractViewAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling