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
/
HeaderView.cpp
Age
Commit message (
Expand
)
Author
2022-08-15
LibGUI: Programatically draw table header sorting arrows
Timothy Flynn
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGUI: Calculate width of table headers when there is no content
martinfalisse
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-08
LibGUI: Let the table view tell HeaderView about the min. section size
sin-ack
2021-06-30
HeaderView: Fix horizonal section size miscalculation
Olivier De Canniere
2021-05-29
LibGUI: Make HeaderView act only on the visible sections
Ali Mohammad Pur
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-14
LibGUI: Resize GUI::HeaderView section vector to final size immediately
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
LibGUI: Ignore right-clicks on HeaderViews
Andreas Kling
2021-03-18
LibGUI: Support double-click resizing column headers
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling