index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Calendar
Age
Commit message (
Expand
)
Author
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-12
Calendar: Fix using OwnPtr<> with RefCounted types
Sergey Bugaev
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
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