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
/
AbstractTableView.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
Spreadsheet+LibGUI: Calculate cell position given scroll position
martinfalisse
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-01-29
LibGUI: Allow falling back to default paint behavior in delegate
networkException
2022-01-06
LibGUI: Calculate row position for scroll into view
martinfalisse
2022-01-03
LibGUI: Bring entire cell into view after auto scroll into view
martinfalisse
2021-09-29
LibGUI: Implement automatic scrolling in AbstractView
Marcus Nilsson
2021-08-08
LibGUI: Let the table view tell HeaderView about the min. section size
sin-ack
2021-07-10
LibGUI: Tighten paint invalidation rects in item views :^)
Andreas Kling
2021-06-13
LibGUI: Make "Return" after tab return to original column in TableView
Max Trussell
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-03-18
LibGUI: Support double-click resizing column headers
thankyouverycool
2021-03-12
LibGUI: Add variable padding and center bitmaps in TableViews
thankyouverycool
2021-03-04
LibGUI: Increase row height in Table/ColumnViews and center icons
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling