aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.cc
AgeCommit message (Collapse)Author
2008-11-10- Fix: recover page focus when clicking-out of a widget.jcid
2008-10-16- Unused code cleanup.jcid
2008-10-09- part2 of the double buffer as dillorc option patch.jcid
2008-10-09- Added the double-buffer as preference patch.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid
2011-05-26remove commented codeJohannes Hofmann
2011-05-26rm unneeded commented-out codecorvid
Asked Johannes first whether these sections were still relevant...
2011-05-16rm spacescorvid
2011-05-13Fix fltkresources to draw and not change position when resizingJorge Arellano Cid
2011-05-13Avoid lots of flicker while resizing the windowJorge Arellano Cid
(when "buffered_drawing" is set to 0 or 1)
2011-05-12Bug fix: resize the viewport internally (when attached to a layout)Jorge Arellano Cid
* It also has a fix for scrollbars resize, and an optimization to avoid scrollbar adjustment overhead.
2011-02-25minimize draw rect before passing it to fl_clip_box to avoid overflowsJohannes Hofmann
fl_clip_box() uses X11 calls internally that use shorts, so big values can overflow. Reported by: corvid <corvid@lavabit.com>
2011-02-23view and form widget focusingcorvid
2011-02-17port line clipping on expose rectangle to avoid X11 coordinate overflowsJohannes Hofmann
2011-02-11port buffered drawingJohannes Hofmann
2011-01-23prevent new Fl_Widgets from automatically being added to a Fl_Groupcorvid
2011-01-22convex polygons for border drawingcorvid
2011-01-22polygonscorvid
2011-01-22drawArccorvid
2011-01-22uncomment utf8encode for smallcapscorvid
2011-01-21fix some leftovers from dd9528825b2fJohannes Hofmann
2011-01-20view coordinates are now relative to the window (standard with fltk-1.3)Johannes Hofmann
2011-01-20fix scroll performanceJohannes Hofmann
2011-01-20properly convert coordinates for background drawingJohannes Hofmann
Spotted by: corvid <corvid@lavabit.com>
2011-01-19adjust FltkView to global coordinates in fltk-1.3Johannes Hofmann
2011-01-17cursorcorvid
2011-01-15view changesJohannes Hofmann
2011-01-06some fltkviewbasecorvid
2011-01-06eventscorvid
2011-01-06more key/button modifierscorvid
2011-01-06eventscorvid