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
2022-09-11
LibGUI: Properly limit the icon view rubber band rect to the widget
networkException
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
2022-01-02
LibGUI: Increase vertical padding on GUI::IconView item labels by 2px
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-06
LibGUI: Dynamically resize editing content rect in IconView
Marcus Nilsson
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-07-30
LibGui: Add bounding of rubber band to IconView
FrHun
2021-07-27
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
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-06-03
LibGUI: Properly wrap multiple lines in IconView search highlighting
Matthew B. Jones
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-20
LibGUI: Add widget registration for GUI::IconView
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
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