index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GTableView.h
Age
Commit message (
Expand
)
Author
2019-05-28
Add clang-format file
Robin Burchell
2019-05-10
GTableView: Make it possible to hide/show columns from a context menu.
Andreas Kling
2019-05-04
GTableView: Make it possible to resize the columns with the mouse.
Andreas Kling
2019-05-04
GTableView: Improve look of column headers, and add sort order indicators.
Andreas Kling
2019-04-19
LibGUI: Move editing logic from GTableView up to GAbstractView.
Andreas Kling
2019-04-18
LibGUI: Start working on GTableView inline editing.
Andreas Kling
2019-03-25
LibGUI: Add GWidget::doubleclick_event().
Andreas Kling
2019-03-23
LibGUI: Add a GItemView class.
Andreas Kling
2019-03-23
LibGUI: Add GAbstractView base class for GTableView.
Andreas Kling
2019-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-20
GTableView: Add ability to hide individual columns at view-level.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-16
LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget.
Andreas Kling
2019-03-15
GTableView: Add a way to turn off alternating row colors.
Andreas Kling
2019-03-15
GTableView: Add a way to hide the column headers.
Andreas Kling
2019-03-09
GTableView: Allow changing sort options by clicking column headers.
Andreas Kling
2019-03-01
LibGUI: GTableView should scroll items into view when keyboard navigating.
Andreas Kling
2019-03-01
LibGUI: Allow basic keyboard navigation in GTableView.
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
LibGUI: Update GTableView's scrollbar range in response to resize.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling