summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-11-10jettison old PDF exportMenTaLguY1-1594/+0
(bzr r1930)
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-1/+1
(bzr r1636)
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+1
(bzr r1634)
2006-08-08Fix for Bug #1535136 (Export PDF with transparent gradient fails whith ↵Ulf Erikson1-0/+14
pdfllatex) Bug and solution found by gomyhr. (bzr r1572)
2006-08-07CleanupUlf Erikson1-69/+59
(bzr r1571)
2006-08-05Embed bitmap images (with transparency). No compression yet. Best used for ↵Ulf Erikson1-101/+87
small images. (bzr r1565)
2006-08-05Notify save failure by throwing "save_failed".Ulf Erikson1-1/+1
(bzr r1564)
2006-08-05Fix for eccentric elliptic gradients.Ulf Erikson1-0/+14
(bzr r1563)
2006-08-05Bug 1527659 (Lack of canvas dimensions integrity from SVG to PDF)Ulf Erikson1-4/+3
MediaBox doesn't have to be limited to whole points. (bzr r1562)
2006-08-05Flush to file more often to avoid huge StringStreams.Ulf Erikson1-69/+77
(bzr r1561)
2006-07-02The stack of alphas must be pushed/poped for each bind/release pair;Ulf Erikson1-34/+14
not only for those with an opacity set. (bzr r1335)
2006-07-01patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak1-25/+55
(bzr r1331)
2006-06-27move ensure_vector to correct place so that gradients with transparency can ↵bulia byak1-2/+6
be exported from commandline (bzr r1303)
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY1-2/+3
allocator a little more instead of the others (aside from libgc) (bzr r1044)
2006-05-21added pdf metainfo authorAdib Taraben1-1/+1
(bzr r921)
2006-05-21* src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow1-0/+4
of glib older that 2.9.0, use g_date_set_time() instead of g_date_set_time_t(). (bzr r912)
2006-05-21completet some more metainfo (title, creator, producer, date) for pdfAdib Taraben1-4/+17
(bzr r908)
2006-05-19PDF export patch by Ulf Eriksonbulia byak1-1266/+1551
(bzr r885)
2006-03-29r11029@tres: ted | 2006-03-18 11:01:42 -0800Ted Gould1-1/+1
Updating the default destination to "| lp" (bzr r356)
2006-02-23fix 1311015bulia byak1-1/+1
(bzr r175)
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-1/+3
Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)