Andreas Kling
|
8eefdbdce8
|
LibGUI: Add horizontal scrollbar to GTableView.
Now we can scroll content in both directions if it won't fit in the view.
|
2019-02-28 17:58:53 +01:00 |
|
Andreas Kling
|
28652a0bf7
|
LibGUI: GTableView was accidentally obscuring the last row.
|
2019-02-28 16:42:18 +01:00 |
|
Andreas Kling
|
75fabef57b
|
LibGUI: Add GVariant class and use it for table model data.
|
2019-02-28 16:20:29 +01:00 |
|
Andreas Kling
|
62b4f39cd4
|
LibGUI: GTableView should clear the selection if clicking outside items.
|
2019-02-28 14:05:02 +01:00 |
|
Andreas Kling
|
7eb42b5ffb
|
LibGUI: GTableView paints itself completely, no need for auto filling.
|
2019-02-28 13:57:41 +01:00 |
|
Andreas Kling
|
827ec99a8f
|
LibGUI: Update GTableView's scrollbar range in response to resize.
|
2019-02-28 13:25:52 +01:00 |
|
Andreas Kling
|
fd280a6a03
|
LibGUI: Pad GTableView cells on the right side as well.
|
2019-02-28 11:31:07 +01:00 |
|
Andreas Kling
|
b4c20789fb
|
LibGUI: Allow specifying per-column text alignment.
|
2019-02-28 11:27:04 +01:00 |
|
Andreas Kling
|
40c8dd80d1
|
LibGUI: Draw separators between GTableView column headers.
|
2019-02-28 11:04:03 +01:00 |
|
Andreas Kling
|
dc9f8a9361
|
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Make it sufficiently generic that it can be reused for any table data. :^)
|
2019-02-28 10:57:09 +01:00 |
|