summaryrefslogtreecommitdiff
path: root/riscos/save_complete.h
Commit message (Collapse)AuthorAgeFilesLines
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-0/+5
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* - Compiler warning squashJohn Tytgat2008-07-261-0/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2004-06-06 19:39:17 by bursa]James Bursa2004-06-061-1/+1
| | | | | | Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. svn path=/import/netsurf/; revision=931
* [project @ 2004-03-27 18:44:26 by bursa]James Bursa2004-03-271-1/+6
| | | | | | Implement @import rewriting, fix and simplify code. svn path=/import/netsurf/; revision=676
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-0/+15
Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556