Hi Justus, On Mon, Mar 09, 2009 at 05:59:31PM +0100, Justus Winter wrote:
Hey folks :)
I've got a new toy (the Neo FreeRunner) and dillo2 runs quite nicely on that little device, but there are some problems:
* there is no way to create bookmarks
What about the context menus in general? Is there no way to simulate a right mouse click? dillo uses context menus in many cases so we probabely need a general solution for this.
Adressed in the second patch which adds an add bookmark button to the main toolbar.
What about a dillorc option to make it optional like the other buttons?
* the scrollbars are unusable without a stylus
A more natural way of scrolling on embedded devices with touchscreens is finger scrolling. A proof of concept is attached as the third patch.
Didn't look at the code yet, but the concept seems nice. Maybe we could ship a "dillorc.handheld" or something like that...
Acceleration would be a nice feature for big pages.
* buttons on dialogs are too small
Proposed solution: There is code for creating dialogs in src/dialog.cc for a_Dialog_choice5 that creates the dialog window without relying on fltks choice(). We could generalize that and use it for all dialogs.
That would be a good thing anyway so that all dialogs share a consistent look.
This way we could resize the buttons and stack them vertically on top of each other.
Why not, if that's better for mobile devices and if it's configurable. Cheers, Johannes