summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Calendar.cpp
AgeCommit message (Expand)Author
2022-10-04LibGUI: Shade Weekends in a slightly different background colorTobias Christiansen
2022-10-04LibGUI: Teach Calendar about the new Config ItemsTobias Christiansen
2022-09-29Calendar: Only accept Calendar notificationsimplicitfield
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add setting to choose default viewOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20Calendar: Support preferred first day of the weekOlivier De Cannière
2022-04-20LibGUI: Remove Tile.date_time member from CalendarMichael Manganiello
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
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