ladybird/Userland
Matthew Olsson c3c2121b57 PDFViewer: Allow zooming in and out + scrolling
When holding ctrl and scrolling, the page will be zoomed in an out.
When zoomed in on a page, scrolling with move vertically up and down
the page (or horizontally if shift is being held).

In order to speed up zooming, zoomed bitmaps are cached per-page at
each distinct zoom level. This cache is cleared every 30 seconds to
prevent OOM problems.
2021-05-18 16:35:23 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications PDFViewer: Allow zooming in and out + scrolling 2021-05-18 16:35:23 +02:00
Demos Mandelbrot: Export images in a fixed resolution 2021-05-18 16:01:32 +02:00
DevTools Revert "LibC: Simplify malloc size classes" 2021-05-18 08:32:05 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Solitaire: Stop timer if new game animation is running 2021-05-18 16:00:44 +02:00
Libraries LibPDF/PDFViewer: Support rotated pages 2021-05-18 16:35:23 +02:00
Services WebServer: Fix jailbreaking of server via .. relative paths 2021-05-18 09:32:10 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities Utilites: Make find respect lack of -L when iterating over directories 2021-05-18 08:11:42 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00