Andreas Kling
|
2adb0a07e5
|
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Auto-sizing of view columns is now enabled by default. This removes the
last remaining need for ColumnMetadata, so this patch gets rid of it.
|
2020-05-21 19:55:44 +02:00 |
|
Andreas Kling
|
2e03bded43
|
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
|
2020-05-21 19:55:44 +02:00 |
|
Emanuel Sprung
|
4d50398f02
|
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
This patchset adds the methods to alter an JSON model and store it back
to the disk.
|
2020-03-27 14:12:18 +01:00 |
|
Andreas Kling
|
ceec1a7d38
|
AK: Make Vector use size_t for its size and capacity
|
2020-02-25 14:52:35 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|