ladybird/Userland/Applications/PDFViewer
Mustafa Quraish 63ff5873d8 PDFViewer: Open CLI files through FileSystemAccessServer without prompt
Use `request_file_read_only_approved()` for the file (if any) is
specified through a command line argument.
2021-09-10 20:46:50 +04:30
..
CMakeLists.txt PDFViewer: Use FileSystemAccessClient to open files 2021-09-04 03:32:30 +02:00
main.cpp PDFViewer: Open CLI files through FileSystemAccessServer without prompt 2021-09-10 20:46:50 +04:30
NumericInput.cpp
NumericInput.h
OutlineModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
OutlineModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
PDFViewer.cpp
PDFViewer.h
PDFViewerWidget.cpp PDFViewer: Use FileSystemAccessClient to open files 2021-09-04 03:32:30 +02:00
PDFViewerWidget.h PDFViewer: Use FileSystemAccessClient to open files 2021-09-04 03:32:30 +02:00
SidebarWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
SidebarWidget.h