On Mon, 31 May 2004, Sebastian Geerken wrote:
On Sun, May 30, Jorge Arellano Cid wrote:
On Fri, 28 May 2004, Brian Hechinger wrote:
so far, it's perfect for me. the only thing that i have a question about is PgUp and PgDn only moving half a page at a time. is there a way to get them to move a full page?
Some time ago there was a patch, that i'd gladly apply, for that. Maybe Sebastian has it. I'm not sure. Sebastian?
Scrolling half a page is actually standard behaviour of Gtk, look e.g. at gtk_layout_size_allocate() (in gtklayout.c), which is more or less responsible for this in our case, since our code uses GdkAdjustment::page_increment, which is set there.
The attached patch "solves" it, but I'm not sure, wether the standard behaviour should be overridden.
Hmmmm well, from time to time I find the current behaviour less useful than a full page scroll. I don't know the rationale for a half page scroll in gtklayout either, but it looks as though a full page scroll would be a good default.
[later you wrote]
It will probably still take some time, it is a bit more difficult than I thought.
Should I wait a bit for a new version?
PS: I'm currently working on huge changes in Dw, so committing patches to Dw shold currently avoided when possible.
No problem! I want to make a dillo-0.8.2 release real soon. The main reason is that the previous releasse announcement caught freshmeat in the middle of a HW upgrade. When finally they brought back the site, the pending announcements went almost unnoticed (roughly 30 times less visibility!). Cheers Jorge.-