summaryrefslogtreecommitdiff
path: root/amiga/print.c
Commit message (Expand)AuthorAgeFilesLines
* Move everything else over to using the class pointers.Chris Young2015-01-261-9/+11
* More OS3 compilation fixesChris Young2015-01-181-4/+12
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-2/+2
* Fix warningsChris Young2014-11-101-7/+9
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-10/+13
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+1
* Fix some more cppcheck unread/unusedVariable warningsChris Young2014-04-051-1/+1
* Only allocate printing resources for the period of time we need them.Chris Young2014-02-071-2/+5
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-6/+4
* move options includeVincent Sanders2013-05-281-1/+1
* We are opening on a public screen, not a custom screen (even our own screen i...Chris Young2013-03-201-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-7/+12
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
* Squash compiler warningsJohn Mark Bell2011-09-021-13/+13
* Remove gui_globals scale as no longer neededChris Young2011-03-101-1/+0
* Avoid crashChris Young2010-04-101-1/+12
* Changes required for new-cacheChris Young2010-03-281-5/+5
* Amiga print UIChris Young2009-11-011-3/+301
* Show printing progressChris Young2009-08-301-0/+68
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-291-0/+1
* Changes for asynchronous printing. Currently disabled, as NetSurf window doe...Chris Young2009-08-291-20/+65
* Remove the hook function, printing now works correctly (at least with the FIL...Chris Young2009-08-231-33/+4
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-0/+169