summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-1/+1
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* 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
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-1/+2
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=8641
* next round of plotter refactorVincent Sanders2009-07-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=8512
* plotters line refactorVincent Sanders2009-07-101-2/+1
| | | | svn path=/trunk/netsurf/; revision=8446
* Move all the layers code into plotters.c and refactor to use gui_globals ↵Chris Young2009-07-091-1/+25
| | | | | | | | structure Purge option_direct_render svn path=/trunk/netsurf/; revision=8425
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-3/+1
| | | | svn path=/trunk/netsurf/; revision=8399
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=8332
* Improve bitmap plotter APIVincent Sanders2009-06-301-3/+1
| | | | svn path=/trunk/netsurf/; revision=8195
* - Constify parameters of struct plotter_table::polygon and struct ↵John Tytgat2009-02-031-3/+3
| | | | | | | | | | | plotter_table::path - riscos/save_draw.c(ro_save_draw_plotters): Make it static. - desktop/save_pdf/pdf_plotters.c(pdf_plot_path): fix broken implementation (coordinates path were wrong, no clip/text mode update, transformation matrix was overwritten); only update fill and/or stroke color when fill and/or stroke is done. (pdf_begin): disable compression when PDF_DEBUG is set svn path=/trunk/netsurf/; revision=6361
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-2/+2
| | | | svn path=/trunk/netsurf/; revision=5136
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+48
svn path=/trunk/netsurf/; revision=4864