summaryrefslogtreecommitdiff
path: root/render/imagemap.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-29/+24
| | | | svn path=/trunk/netsurf/; revision=12283
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-9/+11
| | | | svn path=/trunk/netsurf/; revision=10180
* Squash memory leakJohn Mark Bell2009-11-221-0/+1
| | | | svn path=/trunk/netsurf/; revision=9690
* Fix stupidJohn Mark Bell2009-07-021-2/+3
| | | | svn path=/trunk/netsurf/; revision=8275
* Make this more legible and squash leaks.John Mark Bell2009-07-021-121/+127
| | | | svn path=/trunk/netsurf/; revision=8273
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=5031
* C89François Revel2008-08-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=4963
* Add rectangle as alias for "rect"John Mark Bell2008-07-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=4798
* Recurse into <area> and <a>, too.John Mark Bell2008-05-281-3/+5
| | | | svn path=/trunk/netsurf/; revision=4220
* SignednessWarnings.squash()John Mark Bell2008-02-251-8/+8
| | | | | | Aside from a number of instances of const being cast away (mostly relating to the urldb, which is correct to only export const data) this now builds warning-free with GCC 4 on x86, which is nice. svn path=/trunk/netsurf/; revision=3868
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+16
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-5/+5
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix 1559653.John Mark Bell2006-09-181-2/+7
| | | | svn path=/trunk/netsurf/; revision=2959
* Add frame target support to imagemaps.John Mark Bell2006-09-061-35/+94
| | | | svn path=/trunk/netsurf/; revision=2920
* [project @ 2005-08-14 23:56:15 by jmb]John Mark Bell2005-08-141-0/+676
Move imagemap.[ch] into render/ Make imagemap URL extraction use box_extract_link svn path=/import/netsurf/; revision=1847