summaryrefslogtreecommitdiff
path: root/riscos/draw.h
Commit message (Collapse)AuthorAgeFilesLines
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-41/+0
| | | | svn path=/trunk/netsurf/; revision=12336
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-13/+7
| | | | svn path=/trunk/netsurf/; revision=12283
* ConstifyJohn Mark Bell2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+2
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Port to new content APIJohn Mark Bell2010-04-051-1/+2
| | | | svn path=/trunk/netsurf/; revision=10246
* - 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/+2
| | | | | | | - 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-11-06 21:03:55 by bursa]James Bursa2004-11-061-1/+6
| | | | | | Fix RISC OS DrawFile rendering. Document files. svn path=/import/netsurf/; revision=1349
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-1/+1
| | | | | | | | | Rationalise image redraw. Supply background colour when redrawing contents Reenable printing of background images Require Tinct 0.07 svn path=/import/netsurf/; revision=1234
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-111-1/+1
| | | | | | | | | | | Make content_redraw return a bool Printing of foreground images now uses OS_SpriteOp Printing of background images disabled Mega-paranoid SWI result checking in htmlredraw.c Rearranged GIF data structure slightly - updates to reflect this. Other stuff I've probably forgotten svn path=/import/netsurf/; revision=1208
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-4/+4
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-7/+0
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-23 16:56:57 by bursa]James Bursa2004-01-231-0/+1
| | | | | | Fix positioning of drawfiles (render bounding box). svn path=/import/netsurf/; revision=495
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-1/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-09-10 22:46:56 by jmb]John Mark Bell2003-09-101-0/+28
It helps if you cvs add new files... svn path=/import/netsurf/; revision=283