serenity/Userland/Applications/Calendar
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
AddEventDialog.cpp
AddEventDialog.gml
AddEventDialog.h
AddEventWidget.cpp Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
AddEventWidget.h
CalendarWidget.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CalendarWidget.gml
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
EventCalendar.h
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
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