Age | Commit message (Expand) | Author |
---|---|---|
2020-04-21 | LibGUI: Make MenuBar a Core::Object | Andreas Kling |
2020-04-10 | Calendar: Implement add event action | rhin123 |
2020-04-10 | Calendar: Implement add event UI | rhin123 |
2020-04-09 | Calendar: Corrected spacing on small resizing | rhin123 |
2020-04-08 | Calendar: Make the application theme-aware | rhin123 |
2020-04-04 | LibGUI: Add MenuBar::add_menu(name) | Andreas Kling |
2020-03-19 | Calendar: Add license header | rhin123 |
2020-03-19 | Calendar: Add a 16x16 app icon | rhin123 |
2020-03-19 | Calendar: Corrected spacing for widgets and rectangles | rhin123 |
2020-03-19 | Calendar: Allow the widget to resize with the window | rhin123 |
2020-03-19 | Calendar: Make const arrays static as well | rhin123 |
2020-03-19 | Calendar: Don't assign next_month button variable to add_event button | rhin123 |
2020-03-18 | Calendar: Implement basic GUI calendar application | rhin123 |