index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GTableView.cpp
Age
Commit message (
Expand
)
Author
2019-09-18
GTableView: Only paint the currently visible table rows
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-13
LibGUI: Tweak selection modification behavior on context menu event
Andreas Kling
2019-09-07
GTableView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-09-05
LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars
Andreas Kling
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-08-17
GTableView: Fix column resize cursor not showing up in scrolled tables
Andreas Kling
2019-08-17
GTableView: Fix row selection when clicking between two cells
Andreas Kling
2019-08-14
GTableView: Add a way to customize cell painting per-column
Andreas Kling
2019-08-12
GTableView and friends: API improvements for 'Sortable' flag.
Ignas S
2019-08-12
GTableView: add 'sortable' column header flag.
Ignas S
2019-08-09
GTableView: Add a mode for automatically sizing column to fit content
Andreas Kling
2019-08-08
GTableView: Debug-log the current column width while resizing
Andreas Kling
2019-07-31
GTableView: Elide cell content so it doesn't overflow the cell rect
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling