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
/
ItemView.cpp
Age
Commit message (
Expand
)
Author
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake
2020-04-18
LibGUI: Make view widgets fill background by default
Andreas Kling
2020-04-18
LibGUI: Fix ItemView crash when rubberbanding in main widget view
Andreas Kling
2020-04-18
LibGUI: Make ItemView respect Widget::fill_with_background_color()
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-07
LibGUI: Center the icon in ItemView when smaller than 32px.
VAN BOSSUYT Nicolas
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-03-12
LibGUI: Take scroll offset into account on ItemView rubberband selection
Tibor Nagy
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: ItemView painting was not respecting the frame thickness
Andreas Kling
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
2020-02-13
LibGUI: Indicate ItemView drag acceptance with a little rectangle
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling