summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-05patch by Adib for 406470bulia byak1-2/+10
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-06-22fix obvious typo, patch 340311bulia byak1-1/+1
2009-06-05imitate black fill for objects with unset fill on exportbulia byak1-1/+6
2009-05-12BUG 284680 convert text to paths on cairo outputtheAdib1-3/+9
2009-04-24apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben1-3/+5
2008-10-31Merge from trunkTed Gould1-5/+9
2008-10-11Merging from trunkTed Gould1-9/+31
2008-09-14Fixes for clipping and masking:Tavmjong Bah1-17/+31
2008-09-10Fix clipping for Cairo generated PNG's.Tavmjong Bah1-2/+5
2008-09-06finally got the pattern transform rightbulia byak1-19/+10
2008-09-01use smaller subpixel scaling; large values take more memory and sometimes fai...bulia byak1-1/+1
2008-09-01fix assert when exporting bug 171849 file, make sure small patterns are expor...bulia byak1-2/+6
2008-09-01enable EPS export via cairo, use it instead of the old native onebulia byak1-0/+7
2008-08-31cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen1-61/+12
2008-08-31Fix patterns when scaled.Tavmjong Bah1-6/+10
2008-08-28Fixed crash due to use of uninitialized pointerJon A. Cruz1-3/+3
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-24/+24
2008-06-26add CairoRenderContext::renderPathVectorJohan B. C. Engelen1-0/+13
2008-06-12patch 181692bulia byak1-1/+6
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