On Sun, May 15, 2011 at 09:04:43PM +0200, Johannes Hofmann wrote:
On Sun, May 15, 2011 at 06:15:35PM +0000, corvid wrote:
- the preferred font code in dillo.cc.
Necessary.
- drawing with nested layouts
Just managed to make the complex button draw right. I'm testing now.
- page/tab titles
Simple.
- When scrolling with the keyboard, with buffered_drawing 0 or 1, tooltips leave grey boxes.
Also in dillo2.
- OSX. I believe Johannes tried it once, and there was something going wrong with iowatch.
Yes, somehow the add_fd() and add_idle() stuff doesn't seem to work on OSX. Either it's an fltk bug or we use it ways that are not expected.
FWIW, sometime ago I compiled and run dillo-2 in OSX with no such problem.
Here are my current issues with the fltk-1.3 port:
- The toolbar in the initial tab is too high (with dwm in tiling mode). Further tabs have correctly sized toolbars.
This puzzles me.
- Ctrl-Tab doesn't cycle through tabs. I really miss that.
Simple enough to fix. ;)
- There is a tab title even if there is only one tab.
Yeah, this could take a few days.
- The keyboard shortcuts for text input fields have changed (I use Ctrl-A (jump to beginning) Ctrl-K (kill until end of line) and Ctrl-E (jump to end of line). This seems to be intentional from fltk side. Any opinions whether we should change this back to the fltk2 behaviour?
I miss them badly and several times have considered re-adding those keybindings. :-) Maybe next week.
- There are still a bit more redraws than with fltk2 dillo.
Yes. BTW, have the last patches made a difference for you? -- Cheers Jorge.-