summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2008-04-15fix include pathsJohan B. C. Engelen1-1/+1
2008-03-28fix compilebulia byak1-1/+1
2008-03-28Fixing as per discussion in LP # 179988Mike Pittman1-13/+32
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-22/+19
2008-01-16now act on settings in dialogueAdib Taraben1-0/+21
2008-01-03Enable text output for Cairo renderer if Cairo has FreeType support enabledmiklosh1-2/+2
2008-01-03Purged fill type enummiklosh1-2/+2
2008-01-03Fixed messed up transformations because of a missing cairo_restore() and remo...miklosh1-5/+3
2008-01-02error checks on surface return valuesAdib Taraben1-0/+10
2007-12-26check for cairo versionAdib Taraben1-1/+1
2007-12-26check for cairo versionAdib Taraben1-1/+1
2007-12-26more on cairo ps/pdf optionsAdib Taraben1-1/+30
2007-12-10Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook1-2/+7
2007-12-10always build cairo backend; add interface for setting cairo surface to rendererKees Cook1-4/+18
2007-09-10Purged fill type enumJon A. Cruz1-14/+14
2007-05-09cairo ps output patchtheAdib1-71/+153
2007-02-19Fixed unintialized variables and minor misc warningsJon A. Cruz1-3/+7
2006-10-08Comment out cairo-ft for font rendering. We should not need to depend on fre...Bob Jamison1-1/+6
2006-10-02Fixed a few warnings and hardcoded PANGO_GLYPH_* constantsmiklosh1-12/+13
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+1425