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
/
ListView.cpp
Age
Commit message (
Expand
)
Author
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-10-28
LibGUI: Model-less views should not swallow key events
Andreas Kling
2020-09-24
LibGUI: Move keyboard item activation up to AbstractView
Andreas Kling
2020-09-15
HackStudio: Add basic Git integration
Itamar
2020-09-02
LibGUI: Handle cursor keydown events in AbstractView
Andreas Kling
2020-09-02
LibGUI: Simplify ListView hover highlighting
Andreas Kling
2020-09-02
LibGUI: Move ListView to using AbstractView::move_cursor()
Andreas Kling
2020-09-01
LibGUI: Implement the virtual ListView::scroll_into_view()
Andreas Kling
2020-09-01
LibGUI: Remove ListView::doubleclick_event()
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-07-15
LibGUI: Add hover highlighting and keyboard controls to ComboBox
thankyouverycool
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Make all views use CenterLeft as the default text alignment
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-12
LibGUI: Allow scrolling through a ComboBox with the mouse wheel
Andreas Kling
2020-04-18
LibGUI: Make view widgets fill background by default
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-02-25
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
DAlperin
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling