Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-02 | Content with type WIDGET_OOF_REF now refers to new class WidgetReference. | Sebastian Geerken | |
2013-08-15 | Some debugging stuff. | Sebastian Geerken | |
2013-01-13 | Update with main repo. | Sebastian Geerken | |
2013-01-11 | fix up dw namespace comments | p37sitdu | |
2013-01-05 | More debugging stuff. | Sebastian Geerken | |
2013-01-05 | Debug messages. | Sebastian Geerken | |
2012-10-08 | Now, also selection works (in a temporal way). | Sebastian Geerken | |
2011-08-04 | rm 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-22 | convex polygons for border drawing | corvid | |
2010-11-24 | trim some spaces | corvid | |
2010-10-15 | avoid 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-27 | reimplement Rectangle::intersectsWith() | Johannes Hofmann | |
2010-03-11 | drawArc() take coordinates of center | corvid | |
2010-03-11 | draw image maps when image not loaded | corvid | |
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-08 | copyright more prominent | corvid | |
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-01-16 | Added 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 | |