summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben2009-04-241-3/+5
* Merge from trunkTed Gould2008-10-311-5/+9
* Merging from trunkTed Gould2008-10-111-9/+31
* Fixes for clipping and masking:Tavmjong Bah2008-09-141-17/+31
* Fix clipping for Cairo generated PNG's.Tavmjong Bah2008-09-101-2/+5
* finally got the pattern transform rightbulia byak2008-09-061-19/+10
* use smaller subpixel scaling; large values take more memory and sometimes fai...bulia byak2008-09-011-1/+1
* fix assert when exporting bug 171849 file, make sure small patterns are expor...bulia byak2008-09-011-2/+6
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-011-0/+7
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-311-61/+12
* Fix patterns when scaled.Tavmjong Bah2008-08-311-6/+10
* Fixed crash due to use of uninitialized pointerJon A. Cruz2008-08-281-3/+3
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-24/+24
* add CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-0/+13
* patch 181692bulia byak2008-06-121-1/+6
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+1
* fix include pathsJohan B. C. Engelen2008-04-151-1/+1
* fix compilebulia byak2008-03-281-1/+1
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-13/+32
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-22/+19
* now act on settings in dialogueAdib Taraben2008-01-161-0/+21
* Enable text output for Cairo renderer if Cairo has FreeType support enabledmiklosh2008-01-031-2/+2
* Purged fill type enummiklosh2008-01-031-2/+2
* Fixed messed up transformations because of a missing cairo_restore() and remo...miklosh2008-01-031-5/+3
* error checks on surface return valuesAdib Taraben2008-01-021-0/+10
* check for cairo versionAdib Taraben2007-12-261-1/+1
* check for cairo versionAdib Taraben2007-12-261-1/+1
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-1/+30
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-2/+7
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-4/+18
* Purged fill type enumJon A. Cruz2007-09-101-14/+14
* cairo ps output patchtheAdib2007-05-091-71/+153
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-3/+7
* Comment out cairo-ft for font rendering. We should not need to depend on fre...Bob Jamison2006-10-081-1/+6
* Fixed a few warnings and hardcoded PANGO_GLYPH_* constantsmiklosh2006-10-021-12/+13
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+1425