summaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.cc
AgeCommit message (Collapse)Author
2009-10-18use letter spacing when drawingcorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-09-23adjust debugging code toocorvid
2009-09-23map default cursor to default cursorcorvid
For me, at least, ARROW and DEFAULT are slightly different.
2009-09-01further reduce size of rectangles before drawingJohannes Hofmann
Make currently exposed area available in FltkViewBase and use it to clip rectangles to the required size before drawing them. We can use the same mechanism to limit drawImage() calls instead of doing it in dw/image.cc as currently done.
2009-09-01improve FltkViewBase::drawRectangleJohannes Hofmann
* allow negative width / height * clip rectangle to size of the view. This avoids issues with 16 bit X11 coordinates overflowing and seems to improve performance.
2009-07-28properly clip draw requestsJohannes Hofmann
We always need to set a clipping rectangle when drawing to avoid that text "leaks" out as in the following test case (by corvid): <input type="image" name="name1" src="whatever" WIDTH="80" HEIGHT="14" alt="name1name1name1name1"> <input type="image" name="name2" src="whatever" width="9" height="14" alt="name2name2name2name2">
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-01-16Added lout/msg.h and normalized debug messages to use it.Jorge Arellano Cid
2008-12-10Fix: recover page focus when clicking-out of a widget. (try 2)Jorge Arellano Cid
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