summaryrefslogtreecommitdiff
path: root/riscos/print.c
Commit message (Expand)AuthorAgeFilesLines
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-2/+0
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-5/+11
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-9/+24
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-3/+3
* Fix for new content redraw API.Michael Drake2011-05-091-2/+2
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-12/+3
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ne...Michael Drake2011-03-091-1/+0
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-4/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-7/+11
* Enable sideways print option.Steve Fryatt2010-07-271-9/+41
* Force browser window redraw after printing to restore screen layout.Steve Fryatt2010-07-151-1/+3
* Work around apparent register corruption after printing.Steve Fryatt2010-07-141-2/+9
* Lay out to correct paper width for printing.Steve Fryatt2010-05-021-3/+2
* Fix for new cache.Michael Drake2010-04-071-23/+33
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-5/+5
* next round of plotter refactorVincent Sanders2009-07-141-9/+6
* plotters line refactorVincent Sanders2009-07-101-4/+2
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-10/+3
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-2/+2
* remove redundant clg callVincent Sanders2009-07-011-6/+3
* Improve bitmap plotter APIVincent Sanders2009-06-301-27/+19
* Purge WITH_PRINTJohn Mark Bell2009-02-221-3/+0
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-6/+6
* Prefix all RISC OS print global variables and functions with "ro_" in order t...John Tytgat2008-08-021-27/+27
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-301-10/+9
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-261-3/+4
* - Compiler warning squashJohn Tytgat2008-07-261-15/+48
* const fixes in plotters and history coreRob Kendrick2008-04-071-2/+2
* Added missing initialiserAdrian Lees2008-03-231-0/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-15/+15
* Fix invalid window initialisationRichard Wilson2006-12-011-1/+1
* Update project URL.Michael Drake2006-11-271-2/+2
* Fix for knockout rendering of native formatsAdrian Lees2006-08-191-1/+2
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-0/+6
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-2/+3
* [project @ 2006-03-05 12:24:18 by bursa]James Bursa2006-03-051-124/+253
* [project @ 2006-01-02 13:19:34 by bursa]James Bursa2006-01-021-1/+1
* [project @ 2006-01-02 00:37:10 by rjw]Richard Wilson2006-01-021-1/+21
* [project @ 2006-01-02 00:09:11 by rjw]Richard Wilson2006-01-021-2/+5
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-84/+46
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-4/+5
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-0/+1
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-7/+3
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-20/+5
* [project @ 2005-03-08 00:04:57 by bursa]James Bursa2005-03-081-4/+9
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-201-2/+2
* [project @ 2004-11-04 21:13:36 by jmb]John Mark Bell2004-11-041-3/+6
* [project @ 2004-11-03 23:27:15 by bursa]James Bursa2004-11-031-209/+249