aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-12 21:39:14 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-13 13:59:01 +0200
commit1f7e5f5c258c3d66e1704ee48a11c79c65f8354b (patch)
tree366023d896055972c5bb981057083b7fc6823b37 /ChangeLog
parent7bade294672a638bcd1b0451333be5bb948cbbf7 (diff)
Add new scrollbar page mode
The scroll page mode changes the behavior of the mouse when clicking on the vertical scrollbar. When enabled with scrollbar_page_mode=YES, clicking with the left button anywhere on the vertical scrollbar will cause the page to scroll down one page. With the right button, to scroll up one page. Holding Shift temporarily reverts the value of the option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6f9be06..9af82cf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@ dillo-3.2.0 [Not released yet]
- Perform an emergency stop of the layout engine loop after 1000 iterations to
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.
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.