summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* jettison old PDF exportMenTaLguY2006-11-101-1594/+0
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-1/+1
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-1/+1
* Fix for Bug #1535136 (Export PDF with transparent gradient fails whith pdflla...Ulf Erikson2006-08-081-0/+14
* CleanupUlf Erikson2006-08-071-69/+59
* Embed bitmap images (with transparency). No compression yet. Best used for sm...Ulf Erikson2006-08-051-101/+87
* Notify save failure by throwing "save_failed".Ulf Erikson2006-08-051-1/+1
* Fix for eccentric elliptic gradients.Ulf Erikson2006-08-051-0/+14
* Bug 1527659 (Lack of canvas dimensions integrity from SVG to PDF)Ulf Erikson2006-08-051-4/+3
* Flush to file more often to avoid huge StringStreams.Ulf Erikson2006-08-051-69/+77
* The stack of alphas must be pushed/poped for each bind/release pair;Ulf Erikson2006-07-021-34/+14
* patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak2006-07-011-25/+55
* move ensure_vector to correct place so that gradients with transparency can b...bulia byak2006-06-271-2/+6
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-281-2/+3
* added pdf metainfo authorAdib Taraben2006-05-211-1/+1
* * src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow2006-05-211-0/+4
* completet some more metainfo (title, creator, producer, date) for pdfAdib Taraben2006-05-211-4/+17
* PDF export patch by Ulf Eriksonbulia byak2006-05-191-0/+1551