summaryrefslogtreecommitdiff
path: root/amiga/print.c
Commit message (Collapse)AuthorAgeFilesLines
* 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