summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Calendar.h
AgeCommit message (Expand)Author
2023-02-13LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>Karol Kosek
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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-20Calendar: Update month view on first_day_of_week setting changeOlivier 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-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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