summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-3/+3
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-3/+3
* next round of plotter refactorVincent Sanders2009-07-141-27/+45
* plotters line refactorVincent Sanders2009-07-101-16/+41
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-091-3/+60
* Fix compilationChris Young2009-07-081-2/+2
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-44/+70
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-135/+135
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-3/+3
* fix warningsChris Young2009-07-041-0/+1
* remove redundant clg callVincent Sanders2009-07-011-1/+0
* Improve bitmap plotter APIVincent Sanders2009-06-301-20/+17
* Custom apha-supporting backfill hook for tiled bitmaps that require it.Chris Young2009-05-261-2/+70
* Super whizzy fast shiny new tile plotterChris Young2009-05-261-47/+44
* CompositeTags() was clipping one pixel too close.Chris Young2009-05-071-4/+4
* Some optimisations, makes page rendering much quicker at least on OS4.1.Chris Young2009-05-071-3/+46
* Don't bother plotting bitmaps that are completely out of the clip zone.Chris Young2009-05-051-0/+6
* Sync full Cairo build with GTK Cairo plottersChris Young2009-04-011-2/+2
* Remove option_quick_text (local charset text printing)Chris Young2009-04-011-38/+3
* Implement thumbnail creationChris Young2009-03-081-1/+1
* Stop local history from crashing, display mostly works (no thumbnails and off...Chris Young2009-03-081-0/+4
* Stop images disappearing when they are half-way off the screen.Chris Young2009-02-251-2/+1
* Fix memory leak and make freeing bitmaps that might be cached a little safer.Chris Young2009-02-251-6/+6
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-251-238/+3
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
* Optimise tile plotterChris Young2009-02-241-26/+82
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-071-9/+38
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-3/+3
* Fix screen clearsChris Young2009-01-101-2/+5
* More efficient layers clippingChris Young2008-12-291-8/+15
* Complete set of Cairo plotters (from gtk_plotters.c).Chris Young2008-12-291-3/+72
* Some bitmap caching - not making much difference and using up a lot of gfx me...Chris Young2008-12-281-58/+114
* Minor changes for Amiga Cairo buildChris Young2008-12-281-38/+26
* SVG support for Amiga version using libsvgtiny and libcairoChris Young2008-12-281-1/+146
* Missed oneChris Young2008-12-271-1/+1
* Handle opaqueness a bitChris Young2008-12-271-15/+17
* Respect alpha channel in bitmaps, and use Composite() instead of BitMapScale(...Chris Young2008-12-261-34/+98
* Minor improvements to output.Chris Young2008-12-131-10/+19
* Fix bitmap tile plotter so tiled bitmaps continue out of the inital visible a...Chris Young2008-12-101-0/+3
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-251-1/+1
* Fixed bitmap tile plotterChris Young2008-10-191-8/+6
* Stop scaled bitmaps from disappearing completely when the top of the image isChris Young2008-09-281-10/+13
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-1/+4
* Fix screen clear bug - now plain text files are readable.Chris Young2008-09-201-2/+5
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-301-50/+81
* Convert UTF-8 text to local charset before printing to screenChris Young2008-08-231-5/+42
* Code cleanup.Chris Young2008-08-211-15/+20
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-5/+19
* Implemented line styles and widthsChris Young2008-08-151-24/+78
* Added code to set correct font.Chris Young2008-08-101-40/+36