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
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
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-06-28
LibGUI: Remove usages of deprecated implicit conversions
FrHun
2022-04-06
LibGUI: Register AbstractTableView.column_headers_visible
kleines Filmröllchen
2022-04-06
LibGUI: Implement column_headers_visible in AbstractTableView
kleines Filmröllchen
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-02-18
LibGUI: Account for hidden headers in content size calculation
thankyouverycool
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
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-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