summaryrefslogtreecommitdiff
path: root/Userland/Applications/AnalogClock/main.cpp
AgeCommit message (Expand)Author
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-23Userland: Add promises to programs that will read /etc/timezoneTimothy Flynn
2021-12-17AnalogClock: Port to LibMainAstraeus-
2021-05-14AnalogClock: Use YYYY-MM-DD format for window titleLinus Groh
2021-05-10Userland: Allow the Analog Clock window border to be hiddenBrian Gianforcaro
2021-05-10Userland: Reduce pledges requested by AnalogClockBrian Gianforcaro
2021-05-09AnalogClock: New analog clock application (#6760)Erlend