1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Userland/Applications/ImageViewer
Karol Kosek e75d694974 Userland: Compare event MIME type list with a StringView
The following commit will port MIME types to String. Traits<String>
- used in Vector::contains_slow - can't compare String type with char*,
so we need to use StringView instead.
2023-09-29 14:40:21 +01:00
..
CMakeLists.txt ImageViewer: Use LibFileSystemAccessClient 2023-03-24 09:38:46 +00:00
main.cpp Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
MainWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
MainWidget.h ImageViewer: Make arrow key shortcuts work 2023-02-16 12:26:41 +00:00
ViewWidget.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
ViewWidget.h ImageViewer: Support displaying vector graphics (at arbitrary scales) 2023-07-14 06:51:05 +02:00