summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Calendar.cpp
AgeCommit message (Expand)Author
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-26Calendar: Swap Liza for Marietathankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-02LibGUI: Always outline selected date and paint today's date boldthankyouverycool
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling