From f73a9c1a1967318a33cc91f588552574dc7c3f01 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 13 Oct 2024 14:22:14 +0200 Subject: Control the page overlap independently Introduces the new option scroll_page_overlap to control the amount of pixels of overlap when scrolling to the next or previous page. Previously this value was taken from scroll_step, but now they are controlled independently. Fixes: https://github.com/dillo-browser/dillo/issues/276 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9af82cf8..6a9a06c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ dillo-3.2.0 [Not released yet] prevent a hang. - Fix use-after-free on errors in TLS connection. - Add scrollbar_page_mode option to easily scroll full pages with the mouse. + - Control the page overlap with the scroll_page_overlap option. Patches: Rodrigo Arias Mallo +- Add primitive support for SVG using the nanosvg.h library. - Add support for ch, rem, vw, vh, vmin and vmax CSS units. -- cgit v1.2.3