summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ColumnsView.cpp
AgeCommit message (Expand)Author
2022-12-30LibGUI: Automatically scroll to a new column on adding it in ColumnsViewKarol Kosek
2022-12-30LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)Karol Kosek
2022-12-30LibGUI: Don't destroy columns after selecting already opened oneKarol Kosek
2022-12-30LibGUI: Determine model index from a content position in ColumnsViewKarol Kosek
2022-12-30LibGUI: Don't show last separator in columnKarol Kosek
2022-12-30LibGUI: Replace a magic number with ColumnsView::column_separator_widthKarol Kosek
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11LibGUI: Limit column view rubber band rect to widget inner rectnetworkException
2022-09-05LibGUI: Implement basic rubber band selections in ColumnsViewnetworkException
2022-09-05LibGUI: Add granular ColumnView helpers for column and index at eventsnetworkException
2022-07-24LibGUI: Properly handle range selections in ColumnsViewnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
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