summaryrefslogtreecommitdiff
path: root/riscos/print.h
Commit message (Collapse)AuthorAgeFilesLines
* Purge WITH_PRINTJohn Mark Bell2009-02-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=6601
* Prefix all RISC OS print global variables and functions with "ro_" in order ↵John Tytgat2008-08-021-8/+8
| | | | | | | | to avoid the print_cleanup function name clash in desktop/print.c and riscos/print.c. svn path=/trunk/netsurf/; revision=4867
* - 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/+3
| | | | | | | - 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-4/+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-08-11 21:36:30 by jmb]John Mark Bell2004-08-111-1/+1
| | | | | | Make message handling more robust svn path=/import/netsurf/; revision=1212
* [project @ 2004-08-09 06:28:56 by jmb]John Mark Bell2004-08-091-0/+23
Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199