index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GListView.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GListView::index_at_event_position()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
LibGUI: Add GAbstractView::activate_selected()
Sergey Bugaev
2019-12-27
GListView: Fix for theme support. We have to use theme colors.
Hüseyin ASLITÜRK
2019-12-24
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-24
LibGUI: Use SystemColor::Text in more places
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-10-22
LibGUI: Allow override the font on a per-index basis in GListView
Andreas Kling
2019-09-07
GListView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling