On Wed, May 11, 2011 at 07:30:33PM +0000, corvid wrote:
- xembed - the preferred font code in dillo.cc. - The test/ programs have UI problems (scrollbars, PgUp, etc.). - drawing with nested layouts - tab titles - scrollbar sometimes thinks the page is slightly larger than it is. - When scrolling with the keyboard, with buffered_drawing 0 or 1, tooltips leave grey boxes.
Just committed fixes for most test/ programs. BTW, this patches also contain scrollbar bugfixes. There's still work to do (e.g. dw-ui-test), which looks like this problem: - drawing with nested layouts Which seems to be a coordinates problem, as the textblock content draws at (0,0), which is widget relative (FLTK2) and not absolute (FLTK1.3). -- Cheers Jorge.-