summaryrefslogtreecommitdiff
path: root/desktop/imagemap.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-12-08 23:16:53 by jmb]John Mark Bell2004-12-081-3/+24
| | | | | | | Squash bug which caused assertion failure Add more asserts, for my own sanity svn path=/import/netsurf/; revision=1393
* [project @ 2004-12-08 00:31:11 by jmb]John Mark Bell2004-12-081-97/+201
| | | | | | | xfoo purge, reindent some sources. Loginlist is ugly, feel free to rewrite. svn path=/import/netsurf/; revision=1390
* [project @ 2004-09-28 15:30:48 by tlsa]Michael Drake2004-09-281-1/+3
| | | | | | Support invalid polygon shape name in image maps. svn path=/import/netsurf/; revision=1292
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-5/+4
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-06-15 23:32:38 by jmb]John Mark Bell2004-06-151-1/+2
| | | | | | Tighten up parameter checking in imagemap_get svn path=/import/netsurf/; revision=976
* [project @ 2004-05-22 11:57:41 by joty]John Tytgat2004-05-221-373/+373
| | | | | | TABify; renamed variables "this"/"new" (avoiding C++ keyword usage). svn path=/import/netsurf/; revision=885
* [project @ 2004-05-21 23:05:53 by jmb]John Mark Bell2004-05-211-3/+5
| | | | | | Improve parameter checking in imagemap_get. svn path=/import/netsurf/; revision=883
* [project @ 2004-04-13 15:54:15 by jmb]John Mark Bell2004-04-131-1/+0
| | | | | | Remove spurious xmlFree call svn path=/import/netsurf/; revision=771
* [project @ 2004-04-13 13:30:22 by jmb]John Mark Bell2004-04-131-3/+3
| | | | | | Fix my incorrect reading of the spec - shape defaults to rectangle svn path=/import/netsurf/; revision=769
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-261-0/+527
Imagemap support svn path=/import/netsurf/; revision=671