summaryrefslogtreecommitdiff
path: root/amiga/print.c
Commit message (Collapse)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-7/+12
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12928
* Squash compiler warningsJohn Mark Bell2011-09-021-13/+13
| | | | svn path=/trunk/netsurf/; revision=12703
* Remove gui_globals scale as no longer neededChris Young2011-03-101-1/+0
| | | | svn path=/trunk/netsurf/; revision=11962
* Avoid crashChris Young2010-04-101-1/+12
| | | | svn path=/trunk/netsurf/; revision=10343
* Changes required for new-cacheChris Young2010-03-281-5/+5
| | | | svn path=/trunk/netsurf/; revision=10186
* Amiga print UIChris Young2009-11-011-3/+301
| | | | svn path=/trunk/netsurf/; revision=9655
* Show printing progressChris Young2009-08-301-0/+68
| | | | svn path=/trunk/netsurf/; revision=9505
* Font scaling - scaling now works for printing, need 2nd attempt at ↵Chris Young2009-08-291-0/+1
| | | | | | | | implementing it for browsing. svn path=/trunk/netsurf/; revision=9496
* Changes for asynchronous printing. Currently disabled, as NetSurf window ↵Chris Young2009-08-291-20/+65
| | | | | | | | doesn't redraw while printing in progress svn path=/trunk/netsurf/; revision=9495
* Remove the hook function, printing now works correctly (at least with the ↵Chris Young2009-08-231-33/+4
| | | | | | FILE driver) svn path=/trunk/netsurf/; revision=9412
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-0/+169
the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410