summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ColumnsView.cpp
AgeCommit message (Expand)Author
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-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-07-27LibGUI: Add ModelRole::IconOpacity and support it in all views :^)Andreas Kling
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-07LibGUI: Remove spammy debug message from ColumnsViewAndreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
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-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling