summaryrefslogtreecommitdiff
path: root/amiga/print.h
Commit message (Collapse)AuthorAgeFilesLines
* Squash compiler warningsJohn Mark Bell2011-09-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12703
* Fix broken event handling.Chris Young2010-04-091-1/+1
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Changes required for new-cacheChris Young2010-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=10186
* Amiga print UIChris Young2009-11-011-1/+11
| | | | svn path=/trunk/netsurf/; revision=9655
* Changes for asynchronous printing. Currently disabled, as NetSurf window ↵Chris Young2009-08-291-0/+6
| | | | | | | | doesn't redraw while printing in progress svn path=/trunk/netsurf/; revision=9495
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-0/+24
the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410