summaryrefslogtreecommitdiff
path: root/LibGUI/GTableView.h
AgeCommit message (Expand)Author
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