summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor changes for Amiga Cairo buildChris Young2008-12-281-38/+26
| | | | svn path=/trunk/netsurf/; revision=5940
* SVG support for Amiga version using libsvgtiny and libcairoChris Young2008-12-281-1/+146
| | | | | | | | | Cairo plotter for arcs Cairo support is experimental and can be enabled with option NETSURF_AMIGA_USE_CAIRO For some reason linking against shared objects breaks forms. svn path=/trunk/netsurf/; revision=5939
* Missed oneChris Young2008-12-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=5937
* Handle opaqueness a bitChris Young2008-12-271-15/+17
| | | | | | | | | | Appears that Composite() has the same problem as BitMapScale() in that trying to scale to a negative co-ordinate destination doesn't work. Still seems a bit faster after adding the additional blit, although www.bbc.co.uk scrolls at a snail's pace since adding alpha blits. svn path=/trunk/netsurf/; revision=5936
* Respect alpha channel in bitmaps, and use Composite() instead of ↵Chris Young2008-12-261-34/+98
| | | | | | | | BitMapScale() under OS4.1 (potentially a little quicker). svn path=/trunk/netsurf/; revision=5925
* Minor improvements to output.Chris Young2008-12-131-10/+19
| | | | svn path=/trunk/netsurf/; revision=5905
* Fix bitmap tile plotter so tiled bitmaps continue out of the inital visible ↵Chris Young2008-12-101-0/+3
| | | | | | area. svn path=/trunk/netsurf/; revision=5899
* Complete (but quite minimal at the moment) context menu implementation for ↵Chris Young2008-10-251-1/+1
| | | | | | | | | | | | | | | | | AmigaOS: Links, objects and upload file boxes have their own menu item or submenu. Context menus can be enable/disabled and be made "sticky" with the following options: context_menu sticky_context_menu Seperated clipboard related code out to clipboard.c to make it easier to maintain and add the ability to copy URLs to the clipboard. Copying images to the clipboard will come later. svn path=/trunk/netsurf/; revision=5629
* Fixed bitmap tile plotterChris Young2008-10-191-8/+6
| | | | svn path=/trunk/netsurf/; revision=5601
* Stop scaled bitmaps from disappearing completely when the top of the image isChris Young2008-09-281-10/+13
| | | | | | | partially off-screen. Hopefully this also fixes some system freezes caused by this code when run under OS4.1 on the SAM440. svn path=/trunk/netsurf/; revision=5455
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-1/+4
| | | | svn path=/trunk/netsurf/; revision=5447
* Fix screen clear bug - now plain text files are readable.Chris Young2008-09-201-2/+5
| | | | svn path=/trunk/netsurf/; revision=5379
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-301-50/+81
| | | | | | Fixes major display issues with eg. www.bbc.co.uk amongst others. svn path=/trunk/netsurf/; revision=5221
* Convert UTF-8 text to local charset before printing to screenChris Young2008-08-231-5/+42
| | | | svn path=/trunk/netsurf/; revision=5184
* Code cleanup.Chris Young2008-08-211-15/+20
| | | | svn path=/trunk/netsurf/; revision=5167
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-5/+19
| | | | svn path=/trunk/netsurf/; revision=5136
* Implemented line styles and widthsChris Young2008-08-151-24/+78
| | | | svn path=/trunk/netsurf/; revision=5131
* Added code to set correct font.Chris Young2008-08-101-40/+36
| | | | svn path=/trunk/netsurf/; revision=4986
* Corrected bitmap plotter RGB format.Chris Young2008-08-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=4949
* Basic plotter functions and support code for the plotters.Chris Young2008-08-071-8/+103
| | | | svn path=/trunk/netsurf/; revision=4948
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+125
svn path=/trunk/netsurf/; revision=4864