index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
IconView.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-01-18
LibGUI: Use autoscroll from AbstractView when rubberbanding in IconView
Marcus Nilsson
2022-01-04
Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer
Andrew Kaster
2021-09-06
LibGUI: Dynamically resize editing content rect in IconView
Marcus Nilsson
2021-07-27
LibGUI: Add some "fudge factor" around IconView item rects
Andreas Kling
2021-07-12
LibGUI: Use wrapped text rect for paint invalidation
LuK1337
2021-07-10
LibGUI: Tighten paint invalidation rects in item views :^)
Andreas Kling
2021-04-24
LibGUI: Remove some unused cruft from GUI::IconView
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-07
LibGUI: Scroll selection into view when the IconView is first laid out
speles
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
LibGUI: add 'always_wrap_item_labels' property to IconView.
Nick Vella
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling