summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/HeaderView.cpp
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGUI: Calculate width of table headers when there is no contentmartinfalisse
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-08LibGUI: Let the table view tell HeaderView about the min. section sizesin-ack
2021-06-30HeaderView: Fix horizonal section size miscalculationOlivier De Canniere
2021-05-29LibGUI: Make HeaderView act only on the visible sectionsAli Mohammad Pur
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-14LibGUI: Resize GUI::HeaderView section vector to final size immediatelyAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10LibGUI: Ignore right-clicks on HeaderViewsAndreas Kling
2021-03-18LibGUI: Support double-click resizing column headersthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling