summaryrefslogtreecommitdiff
path: root/amiga/save_pdf.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up saving as PDFVincent Sanders2014-10-261-5/+0
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* Implement ask overwriteChris Young2011-03-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=12135
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=10480
* Changes required for new-cacheChris Young2010-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10186
* Divorce PDF export and printing.John Mark Bell2009-02-171-1/+3
| | | | | | At some point, the RISC OS printing code should be ported to the core page-based output engine. svn path=/trunk/netsurf/; revision=6544
* Added PDF export to Amiga port.Chris Young2008-08-261-0/+60
svn path=/trunk/netsurf/; revision=5203