Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh | |
We have a new, improved string type coming up in AK (OOM aware, no null state), and while it's going to use UTF-8, the name UTF8String is a mouthful - so let's free up the String name by renaming the existing class. Making the old one have an annoying name will hopefully also help with quick adoption :^) | |||
2022-04-23 | ClockSettings: Add a preview of the current time format | Sam Atkins | |
When writing a custom format especially, it's nice to be able to see how it will look as you write it. | |||
2022-04-15 | ClockSettings: Add 'show seconds' toggle to time format settings | cflip | |
2022-04-04 | ClockSettings+Taskbar: Add settings for taskbar clock format | cflip | |
2022-02-03 | ClockSettings: Display a text bubble with extra time zone information | Timothy Flynn | |
2022-02-03 | ClockSettings: Display a map to show the current time zone's location | Timothy Flynn | |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn | |
2022-01-23 | ClockSettings: Add a GUI application to set the system time zone | Timothy Flynn | |
This application can be expanded with other clock-related options. For an initial iteration, it has just an option to change the time zone. |