Re: zoom needs scrolling to maintain center
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
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
<[email protected]> wrote:
> On Fri, 12 Jul 2024 12:04:30 -0600
> [email protected] 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-lx9mn2B4QYRWk0Htik3J/[email protected]
> To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]
_______________________________________________
Dillo-dev mailing list -- dillo-dev-lx9mn2B4QYRWk0Htik3J/[email protected]
To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]