aboutsummaryrefslogtreecommitdiff
path: root/dw/types.cc
AgeCommit message (Collapse)Author
2016-04-02Content with type WIDGET_OOF_REF now refers to new class WidgetReference.Sebastian Geerken
2013-08-15Some debugging stuff.Sebastian Geerken
2013-01-13Update with main repo.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2013-01-05More debugging stuff.Sebastian Geerken
2013-01-05Debug messages.Sebastian Geerken
2012-10-08Now, also selection works (in a temporal way).Sebastian Geerken
2011-08-04rm my FLTK2-era points array optimisation for drawPolygon()corvid
(I had made it use that less-clear int[][2] interface because fltk2 let you add all of the vertices in one call.) It feels good to change that nasty-looking pointArray in Polygon::draw().
2011-01-22convex polygons for border drawingcorvid
2010-11-24trim some spacescorvid
2010-10-15avoid integer overflow in Polygon::linesCross0()Johannes Hofmann
The product of the two zOfVectorProduct() values could overflow. Check both values for different sign instead. Testcase: <html> <body> <img src="doesnt_matter.gif" width="250" height="700" usemap="#themap"> <map name="themap"> <area shape="poly" coords="1,250, 245,270, 223,513" href="http://www.dillo.org"> </map> </body> </html> Reported-by and Testcase-by: corvid <corvid@lavabit.com>
2010-08-27reimplement Rectangle::intersectsWith()Johannes Hofmann
2010-03-11drawArc() take coordinates of centercorvid
2010-03-11draw image maps when image not loadedcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007393.html (Johannes has already fixed the Rectangle clipping problem. Why the polygons aren't shown initially isn't known yet.)
2010-03-08copyright more prominentcorvid
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-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-16Added lout/msg.h and normalized debug messages to use it.Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid