serenity/Userland/Applications/Calendar
Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView
These are all actually fine, there is no UAF here. But once e.g.
`ByteString::view() &&` is deleted, these instances won't compile.
2024-04-04 11:23:21 +02:00
..
AddEventDialog.cpp Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
AddEventDialog.gml Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
AddEventDialog.h Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
AddEventWidget.cpp Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
AddEventWidget.h Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
CalendarWidget.cpp Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
CalendarWidget.gml Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
CalendarWidget.h LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
EventCalendar.cpp Calendar/EventManager: Store events as structs 2024-01-06 10:37:53 -07:00
EventCalendar.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
EventManager.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
EventManager.h LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
main.cpp Calendar: Ask about unsaved changes when closing the window :^) 2024-01-06 10:37:53 -07:00
ViewEventDialog.cpp Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventDialog.gml Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventDialog.h Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventWidget.cpp Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventWidget.h Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00