ladybird/Userland/Applications/PDFViewer
Karol Kosek 247db3fdd0 LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
These functions return the deprecated `Core::File` class, so let's mark
it as such to avoid possible confusion between future non try_*
functions which will use Core::Stream family classes and to possibly
grab someone's attention. :^)
2023-01-07 10:53:43 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
NumericInput.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
NumericInput.h PDFViewer: Respect page navigation features in multi-page mode 2022-04-04 14:59:37 +02:00
OutlineModel.cpp PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
OutlineModel.h PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
PDFViewer.cpp LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
PDFViewer.h LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
PDFViewerWidget.cpp LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
PDFViewerWidget.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
SidebarWidget.cpp PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
SidebarWidget.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00