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.cpp
Age
Commit message (
Expand
)
Author
2021-04-29
Everywhere: "indexes" => "indices"
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-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-03
LibGUI: Don't try to paint items in model-less IconView :^)
Andreas Kling
2021-03-30
LibGUI: Don't inflate icon text rects beyond available width
thankyouverycool
2021-03-29
LibGUI: Fix IconView selection with FlowDirection::TopToBottom
Tom
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-20
LibGUI: Set IconView content width to actual content only
thankyouverycool
2021-02-13
LibGUI: add 'always_wrap_item_labels' property to IconView.
Nick Vella
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling