index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Calendar.cpp
Age
Commit message (
Expand
)
Author
2022-10-04
LibGUI: Shade Weekends in a slightly different background color
Tobias Christiansen
2022-10-04
LibGUI: Teach Calendar about the new Config Items
Tobias Christiansen
2022-09-29
Calendar: Only accept Calendar notifications
implicitfield
2022-09-20
Calendar: Update month view on first_day_of_week setting change
Olivier De Cannière
2022-09-20
Calendar: Add setting to choose default view
Olivier De Cannière
2022-09-20
Calendar: Add a Calendar settings dialog for the first day of the week
Olivier De Cannière
2022-09-20
Calendar: Support preferred first day of the week
Olivier De Cannière
2022-04-20
LibGUI: Remove Tile.date_time member from Calendar
Michael Manganiello
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-26
Calendar: Swap Liza for Marieta
thankyouverycool
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-02
LibGUI: Always outline selected date and paint today's date bold
thankyouverycool
2021-04-02
LibGUI+Calendar: Inherit from Frame class
thankyouverycool
2021-03-30
LibGUI+Calendar: Add new month and year views to Calendar
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling