summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractView.h
AgeCommit message (Expand)Author
2022-04-06LibGUI: Register many properties of AbstractViewkleines Filmröllchen
2022-02-18LibGUI: Let AbstractViews be activated programmaticallythankyouverycool
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-29LibGUI: Implement automatic scrolling in AbstractViewMarcus Nilsson
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: Refactor AbstractView::do_search() into two standalone stepsDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_searching()Dawid Wolosowicz
2021-09-08LibGUI: Unify naming of searching timer related membersDawid Wolosowicz
2021-09-08LibGUI: Rename AbstractView::m_searching => m_highlighted_searchDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_highlighting_searching()Dawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::searching()Dawid Wolosowicz
2021-09-08LibGUI: Make AbstractView::is_searching protectedDawid Wolosowicz
2021-09-06LibGUI: Dynamically resize editing content rect in IconViewMarcus Nilsson
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-07-10LibGUI: Add AbstractView::editing_rect() to allow custom editing rectsAndreas 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-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas 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-02-25LibGUI: Improve IconView rubberband performanceTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling