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