serenity/Userland/Applications/PDFViewer
Rodrigo Tobar 67b50d7994 PDFViewer: Let users change image rendering
A new checkbox in the toolbar now allows users toggle image rendering. A
corresponding Config option makes this setting non-volatile. To void
clashing with the previous "show_clipping_paths" option when caching a
Page, we now use the RenderingPreferences.hash() and the pair_int_hash
funcitons to compute a unique key into the page cache map for a given
RenderingPreferences and zoom level.
2022-12-10 10:49:03 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
NumericInput.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NumericInput.h
OutlineModel.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
OutlineModel.h
PDFViewer.cpp PDFViewer: Let users change image rendering 2022-12-10 10:49:03 +01:00
PDFViewer.h PDFViewer: Let users change image rendering 2022-12-10 10:49:03 +01:00
PDFViewerWidget.cpp PDFViewer: Let users change image rendering 2022-12-10 10:49:03 +01:00
PDFViewerWidget.h PDFViewer: Let users change image rendering 2022-12-10 10:49:03 +01:00
SidebarWidget.cpp
SidebarWidget.h