summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)