summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/IconView.cpp
AgeCommit message (Expand)Author
2022-09-11LibGUI: Properly limit the icon view rubber band rect to the widgetnetworkException
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-18LibGUI: Use autoscroll from AbstractView when rubberbanding in IconViewMarcus Nilsson
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-02LibGUI: Increase vertical padding on GUI::IconView item labels by 2pxAndreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-06LibGUI: Dynamically resize editing content rect in IconViewMarcus Nilsson
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-07-30LibGui: Add bounding of rubber band to IconViewFrHun
2021-07-27LibGUI: Add ModelRole::IconOpacity and support it in all views :^)Andreas Kling
2021-07-12LibGUI: Use wrapped text rect for paint invalidationLuK1337
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-06-03LibGUI: Properly wrap multiple lines in IconView search highlightingMatthew B. Jones
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-20LibGUI: Add widget registration for GUI::IconViewAndreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-24LibGUI: Remove some unused cruft from GUI::IconViewAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-03LibGUI: Don't try to paint items in model-less IconView :^)Andreas Kling
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-29LibGUI: Fix IconView selection with FlowDirection::TopToBottomTom
2021-03-07LibGUI: Scroll selection into view when the IconView is first laid outspeles
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Set IconView content width to actual content onlythankyouverycool
2021-02-13LibGUI: add 'always_wrap_item_labels' property to IconView.Nick Vella
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling