summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GListView.cpp
AgeCommit message (Expand)Author
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-22LibGUI: Move most of mouse event handling to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Add GListView::index_at_event_position()Sergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10LibGUI: Add GAbstractView::activate_selected()Sergey Bugaev
2019-12-27GListView: Fix for theme support. We have to use theme colors.Hüseyin ASLITÜRK
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24LibGUI: Use SystemColor::Text in more placesAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-10-22LibGUI: Allow override the font on a per-index basis in GListViewAndreas Kling
2019-09-07GListView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling