Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-22 | LibGUI+Calendar: Make Calendar a common widget in LibGUI | thankyouverycool | |
Refactors the Calendar widget into LibGUI and updates the Calendar app interface. Calendar widget lets layout engine manage most of its geometry now and has a few new features like tile click navigation, hover highlighting and a togglable year/month mode. | |||
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling | |
This is preparation for using ModelRole in the ModelIndex API. | |||
2020-05-21 | LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing | Andreas Kling | |
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-04-10 | Calendar: Implement add event UI | rhin123 | |
2020-03-19 | Calendar: Add license header | rhin123 | |
2020-03-18 | Calendar: Implement basic GUI calendar application | rhin123 | |