summaryrefslogtreecommitdiff
path: root/amiga/print.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup printer API usage of plotter headersVincent Sanders2016-05-041-0/+1
|
* Update to new warn_user APIChris Young2016-05-011-2/+2
|
* update amiga font layout handling to use tableVincent Sanders2016-04-241-2/+3
|
* Cleanup amiga include issues introduced as part of core updatesVincent Sanders2016-04-201-0/+2
|
* Make the palette-mapped state relate to the rendering layer rather than ↵Chris Young2016-01-251-1/+2
| | | | | | | globally. This means we can still render in 32-bit mode internally when the destination isn't the screen. NB: bitmap_render is currently freezing when the screen is in palette-mapped mode (old bug, pre-dates this change), so for now we skip this routine in that scenario.
* Move everything else over to using the class pointers.Chris Young2015-01-261-9/+11
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* 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
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* 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 ↵Chris Young2013-10-121-6/+4
| | | | where it is not necessary.
* move options includeVincent Sanders2013-05-281-1/+1
|
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-2/+2
| | | | is a public screen)
* 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