Andreas Kling
|
4d3c5fd83e
|
LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.
This is a read-only model for the tree view, at least initially. We'll see
where we take it from there once it's more polished.
|
2019-03-29 17:03:30 +01:00 |
|
Andreas Kling
|
f249c40aaa
|
Rename Painter::set_clip_rect() to add_clip_rect().
It was confusing to see multiple calls to set_foo() in a row. Since this is
an intersecting operation, let's call it add_clip_rect() instead.
|
2019-03-29 15:01:54 +01:00 |
|
Andreas Kling
|
474340b9cd
|
GTreeView: A bunch of work on the tree view.
|
2019-03-29 14:46:53 +01:00 |
|
Andreas Kling
|
d02238af48
|
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
This will be useful for implementing more complicated models.
|
2019-03-29 04:58:15 +01:00 |
|
Andreas Kling
|
12ec55ee74
|
LibGUI: Start working on a GTreeView class.
|
2019-03-29 04:00:07 +01:00 |
|