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