Age | Commit message (Expand) | Author |
---|---|---|
2019-03-06 | LibGUI: GTableModel::data() should take a GModelIndex instead of int,int. | Andreas Kling |
2019-03-04 | LibGUI: Unbreak clearing GTableView selection by clicking outside items. | Andreas Kling |
2019-03-01 | LibGUI: Allow basic keyboard navigation in GTableView. | Andreas Kling |
2019-03-01 | LibGUI: Let GTableModel handle the selection instead of doing it virtually. | Andreas Kling |
2019-02-28 | LibGUI: Add a GModelNotification class that views will receive. | Andreas Kling |
2019-02-28 | LibGUI: Add GVariant class and use it for table model data. | Andreas Kling |
2019-02-28 | LibGUI: Allow specifying per-column text alignment. | Andreas Kling |
2019-02-28 | LibGUI: Take ProcessManager's process view and turn it into GTableView. | Andreas Kling |
2019-02-28 | ProcessManager: Move ProcessTableModel class to its own files. | Andreas Kling |
2019-02-28 | ProcessManager: Start working on a graphical process manager. | Andreas Kling |