isn't there already a scroll up/scroll down command like zoom_in/zoom_out } else if (cmd == KEYS_ZOOM_IN) { a_UIcmd_zoom_in(a_UIcmd_get_bw_by_widget(this)); a_UIcmc_scroll_up(number_lines); <-- ret = 1; On Fri, 12 Jul 2024 23:18:11 +0200 <a1ex@dismail.de> wrote:
On Fri, 12 Jul 2024 12:04:30 -0600 pastebin@gmx.com wrote:
Hi
with left mouse click on zoom button -> screen get bigger and screen slides down - so when leaves the viewport it needs a scroll up so center remains and zoom is userfull
with right mouse click on zoom button -> screen get smaller and screen slides down - so when viewport is off the physical screena scroll down - do nothing when viewport is <= the physical screen
Thats true. I think the zoom code right now just relies on a StyleEngine action, which isn't really designed for that. What you are suggesting would probably take quite a bit more work.
Dillo needs contributors who can offer patches and support. Please lets try to pick our battles carefully in order to not overwhelm the already very busy developer.
-Alex
_______________________________________________ Dillo-dev mailing list -- dillo-dev@mailman3.com To unsubscribe send an email to dillo-dev-leave@mailman3.com