serenity/Userland/Applications/ImageViewer
Ali Mohammad Pur 500044906d LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
This is not guaranteed to always work correctly as ArgsParser deals in
StringViews and might have a non-properly-null-terminated string as a
value. As a bonus, using StringView (and DeprecatedString where
necessary) leads to nicer looking code too :^)
2023-03-01 10:47:19 +01:00
..
CMakeLists.txt ImageViewer: Add list of recently open files to the File menu :^) 2023-02-28 14:39:32 +01:00
main.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01: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 ImageViewer: Add list of recently open files to the File menu :^) 2023-02-28 14:39:32 +01:00
ViewWidget.h Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00