1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 15:10:59 +00:00
serenity/Userland/Applications
Monroe Clinton 1b5b1e4153 Calendar: Implement saving, loading, and displaying of calendars
The user can now save, load, and view calendars. A calendar is made up
of an array of events which are saved in a JSON file. In the future we
should implement the iCalendar standard instead of using a custom
format.
2023-08-07 13:14:58 -06:00
..
3DFileViewer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
About AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
AnalogClock Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Assistant AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
Browser AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
BrowserSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Calculator AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Calendar Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
CalendarSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
CertificateSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
CharacterMap AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
ClockSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
CrashReporter AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Escalator Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
FileManager AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
FontEditor AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
GamesSettings GamesSettings+LibCards: Get rid of DeprecatedString 2023-07-06 10:15:37 +01:00
Help AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
HexEditor AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
ImageViewer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
KeyboardMapper AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
KeyboardSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Magnifier AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Mail Mail: Fetch mailbox contents with BODY.PEEK[] type instead of BODY[] 2023-08-02 11:21:03 +01:00
MailSettings MailSettings: Make TLS option checked by default 2023-07-12 14:20:29 -04:00
MouseSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
NetworkSettings NetworkSettings: Don't assert when there are no network adapters 2023-07-27 12:10:56 -04:00
PartitionEditor AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
PDFViewer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Piano AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
PixelPaint AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Presenter AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Run LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Settings LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
SoundPlayer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
SpaceAnalyzer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Spreadsheet AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
SystemMonitor AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Terminal AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
TerminalSettings AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
TextEditor AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
ThemeEditor AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
VideoPlayer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Welcome AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
CMakeLists.txt CertificateSettings: Create basic Cert Store application 2023-04-03 19:58:47 -06:00