Andreas Kling
|
3f6408919f
|
AK: Improve smart pointer ergonomics a bit.
|
2019-04-14 02:36:06 +02:00 |
|
Andreas Kling
|
2c6a597d77
|
FileManager: Make the tree view follow the directory view navigations.
|
2019-03-30 03:27:25 +01:00 |
|
Andreas Kling
|
9fa21fa585
|
LibGUI: Add a GPainter class that inherits from Painter.
This gets rid of the last little piece of LibGUI knowledge in Painter.
|
2019-03-28 17:19:56 +01:00 |
|
Andreas Kling
|
19fa70c821
|
LibGUI: Add a GItemView class.
This is a GAbstractView subclass that implements a icon-based view onto
a GModel. It still need a bunch of work, but it's in basic usable shape.
|
2019-03-23 03:54:45 +01:00 |
|
Andreas Kling
|
5707d7f547
|
LibGUI: Add GAbstractView base class for GTableView.
This is in preparation for adding a new view class.
|
2019-03-23 02:04:31 +01:00 |
|