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.cpp
Age
Commit message (
Expand
)
Author
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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-08-07
LibGUI: Don't assume GUI::Icon has 16x16 bitmap in AbstractTableView
Andreas Kling
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
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-05-14
LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
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-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-01-25
AbstractTableView: prevent setting an invalid index
Jelle Raaijmakers
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling