summaryrefslogtreecommitdiff
path: root/Userland/Applications/Calendar
AgeCommit message (Expand)Author
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-30Everywhere: Add missing parent window to about dialogsLinus Groh
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling