summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jettison old PDF exportMenTaLguY2006-11-101-1594/+0
| | | (bzr r1930)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-1/+1
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-1/+1
| | | (bzr r1634)
* Fix for Bug #1535136 (Export PDF with transparent gradient fails whith ↵Ulf Erikson2006-08-081-0/+14
| | | | | | | pdfllatex) Bug and solution found by gomyhr. (bzr r1572)
* CleanupUlf Erikson2006-08-071-69/+59
| | | (bzr r1571)
* Embed bitmap images (with transparency). No compression yet. Best used for ↵Ulf Erikson2006-08-051-101/+87
| | | | | small images. (bzr r1565)
* Notify save failure by throwing "save_failed".Ulf Erikson2006-08-051-1/+1
| | | (bzr r1564)
* Fix for eccentric elliptic gradients.Ulf Erikson2006-08-051-0/+14
| | | (bzr r1563)
* Bug 1527659 (Lack of canvas dimensions integrity from SVG to PDF)Ulf Erikson2006-08-051-4/+3
| | | | | MediaBox doesn't have to be limited to whole points. (bzr r1562)
* Flush to file more often to avoid huge StringStreams.Ulf Erikson2006-08-051-69/+77
| | | (bzr r1561)
* The stack of alphas must be pushed/poped for each bind/release pair;Ulf Erikson2006-07-021-34/+14
| | | | | not only for those with an opacity set. (bzr r1335)
* patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak2006-07-011-25/+55
| | | (bzr r1331)
* move ensure_vector to correct place so that gradients with transparency can ↵bulia byak2006-06-271-2/+6
| | | | | be exported from commandline (bzr r1303)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-2/+3
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* added pdf metainfo authorAdib Taraben2006-05-211-1/+1
| | | (bzr r921)
* * src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow2006-05-211-0/+4
| | | | | | of glib older that 2.9.0, use g_date_set_time() instead of g_date_set_time_t(). (bzr r912)
* completet some more metainfo (title, creator, producer, date) for pdfAdib Taraben2006-05-211-4/+17
| | | (bzr r908)
* PDF export patch by Ulf Eriksonbulia byak2006-05-191-0/+1551
(bzr r885)