summaryrefslogtreecommitdiff
path: root/Applications/Calendar
AgeCommit message (Expand)Author
2020-10-05Calendar: Use format instead of printf.asynts
2020-08-30Calendar: Avoid unnecessary lambdaBen Wiederhake
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
2020-08-18Calendar: Add help menuitemAbu Sakib
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-12Calendar: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-10Calendar: Implement add event actionrhin123
2020-04-10Calendar: Implement add event UIrhin123
2020-04-09Calendar: Corrected spacing on small resizingrhin123
2020-04-08Calendar: Make the application theme-awarerhin123
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-19Calendar: Add license headerrhin123
2020-03-19Calendar: Add a 16x16 app iconrhin123
2020-03-19Calendar: Corrected spacing for widgets and rectanglesrhin123
2020-03-19Calendar: Allow the widget to resize with the windowrhin123
2020-03-19Calendar: Make const arrays static as wellrhin123
2020-03-19Calendar: Don't assign next_month button variable to add_event buttonrhin123
2020-03-18Calendar: Implement basic GUI calendar applicationrhin123