Age | Commit message (Expand) | Author |
---|---|---|
2019-04-19 | LibGUI: Move editing logic from GTableView up to GAbstractView. | Andreas Kling |
2019-04-18 | LibGUI: Move the editing widget along with the content when scrolling. | Andreas Kling |
2019-04-18 | LibGUI: Start working on GTableView inline editing. | Andreas Kling |
2019-04-14 | AK: Improve smart pointer ergonomics a bit. | Andreas Kling |
2019-03-30 | FileManager: Make the tree view follow the directory view navigations. | Andreas Kling |
2019-03-28 | LibGUI: Add a GPainter class that inherits from Painter. | Andreas Kling |
2019-03-23 | LibGUI: Add a GItemView class. | Andreas Kling |
2019-03-23 | LibGUI: Add GAbstractView base class for GTableView. | Andreas Kling |