Andreas Kling
|
a1e381a0f8
|
LibGUI: Move GUI::Model::Role to GUI::ModelRole
This is preparation for using ModelRole in the ModelIndex API.
|
2020-08-16 16:44:09 +02:00 |
|
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
|
977863ea07
|
LibGUI: Include keyboard modifier state with button on_click calls
This will allow you us to implement special behavior when Ctrl+clicking
a button.
|
2020-05-12 20:31:16 +02:00 |
|
rhin123
|
06604c3786
|
Calendar: Implement add event UI
|
2020-04-10 11:28:34 +02:00 |
|
rhin123
|
073ac3a22f
|
Calendar: Add license header
|
2020-03-19 22:54:30 +01:00 |
|
rhin123
|
39c21f368a
|
Calendar: Implement basic GUI calendar application
|
2020-03-18 08:17:01 +01:00 |
|