| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixes crash of bug #537457, but export is incorrect. | Johan B. C. Engelen | 2010-03-14 | 1 | -3/+8 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/537457 (bzr r9187) | |||||
| * | Patch by Adib for 271695 | Josh Andler | 2009-11-09 | 1 | -12/+32 | |
| | | | | (bzr r8829) | |||||
| * | regression patch from 388257 | bulia byak | 2009-11-09 | 1 | -4/+2 | |
| | | | | (bzr r8826) | |||||
| * | Krzysztof's patch for 388257 | bulia byak | 2009-11-08 | 1 | -14/+19 | |
| | | | | (bzr r8821) | |||||
| * | revert the PS rotation part of Adrian's patch for 437550, see discussion in ↵ | bulia byak | 2009-11-07 | 1 | -9/+1 | |
| | | | | | | the bug (bzr r8820) | |||||
| * | Patch from Adrian for 437550. | Josh Andler | 2009-09-27 | 1 | -3/+13 | |
| | | | | (bzr r8658) | |||||
| * | patch by Adib for 406470 | bulia byak | 2009-09-05 | 1 | -2/+10 | |
| | | | | (bzr r8562) | |||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 | |
| | | | | (bzr r8408) | |||||
| * | fix obvious typo, patch 340311 | bulia byak | 2009-06-22 | 1 | -1/+1 | |
| | | | | (bzr r8145) | |||||
| * | imitate black fill for objects with unset fill on export | bulia byak | 2009-06-05 | 1 | -1/+6 | |
| | | | | (bzr r8009) | |||||
| * | BUG 284680 convert text to paths on cairo output | theAdib | 2009-05-12 | 1 | -3/+9 | |
| | | | | (bzr r7872) | |||||
| * | apply printing w32 patch ↵ | Adib Taraben | 2009-04-24 | 1 | -3/+5 | |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767) | |||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -5/+9 | |
| | | | | (bzr r6887) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -9/+31 | |
| | | | | (bzr r6884) | |||||
| * | Fixes for clipping and masking: | Tavmjong Bah | 2008-09-14 | 1 | -17/+31 | |
| | | | | | | | Transformations. For masking, must convert RGBA mask to A for Cairo. (bzr r6810) | |||||
| * | Fix clipping for Cairo generated PNG's. | Tavmjong Bah | 2008-09-10 | 1 | -2/+5 | |
| | | | | (bzr r6787) | |||||
| * | finally got the pattern transform right | bulia byak | 2008-09-06 | 1 | -19/+10 | |
| | | | | (bzr r6771) | |||||
| * | use smaller subpixel scaling; large values take more memory and sometimes ↵ | bulia byak | 2008-09-01 | 1 | -1/+1 | |
| | | | | | | fail for too large patter tiles (bzr r6753) | |||||
| * | fix assert when exporting bug 171849 file, make sure small patterns are ↵ | bulia byak | 2008-09-01 | 1 | -2/+6 | |
| | | | | | | exported properly by scaling them up (to use integer width/height) and then down (bzr r6750) | |||||
| * | enable EPS export via cairo, use it instead of the old native one | bulia byak | 2008-09-01 | 1 | -0/+7 | |
| | | | | (bzr r6743) | |||||
| * | cairo-render-context extension implementation converted to 2geom | Johan B. C. Engelen | 2008-08-31 | 1 | -61/+12 | |
| | | | | (bzr r6736) | |||||
| * | Fix patterns when scaled. | Tavmjong Bah | 2008-08-31 | 1 | -6/+10 | |
| | | | | | | Avoid pattern size change due to rounding errors in ceil(). (bzr r6734) | |||||
| * | Fixed crash due to use of uninitialized pointer | Jon A. Cruz | 2008-08-28 | 1 | -3/+3 | |
| | | | | (bzr r6718) | |||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -24/+24 | |
| | | | | (bzr r6612) | |||||
| * | add CairoRenderContext::renderPathVector | Johan B. C. Engelen | 2008-06-26 | 1 | -0/+13 | |
| | | | | (bzr r6074) | |||||
| * | patch 181692 | bulia byak | 2008-06-12 | 1 | -1/+6 | |
| | | | | (bzr r5893) | |||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 | |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | |||||
| * | fix include paths | Johan B. C. Engelen | 2008-04-15 | 1 | -1/+1 | |
| | | | | (bzr r5446) | |||||
| * | fix compile | bulia byak | 2008-03-28 | 1 | -1/+1 | |
| | | | | (bzr r5215) | |||||
| * | Fixing as per discussion in LP # 179988 | Mike Pittman | 2008-03-28 | 1 | -13/+32 | |
| | | | | (bzr r5212) | |||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -22/+19 | |
| | | | | (bzr r5149) | |||||
| * | now act on settings in dialogue | Adib Taraben | 2008-01-16 | 1 | -0/+21 | |
| | | | | (bzr r4529) | |||||
| * | Enable text output for Cairo renderer if Cairo has FreeType support enabled | miklosh | 2008-01-03 | 1 | -2/+2 | |
| | | | | (bzr r4375) | |||||
| * | Purged fill type enum | miklosh | 2008-01-03 | 1 | -2/+2 | |
| | | | | (bzr r4374) | |||||
| * | Fixed messed up transformations because of a missing cairo_restore() and ↵ | miklosh | 2008-01-03 | 1 | -5/+3 | |
| | | | | | | removed some debug stuff (bzr r4373) | |||||
| * | error checks on surface return values | Adib Taraben | 2008-01-02 | 1 | -0/+10 | |
| | | | | (bzr r4372) | |||||
| * | check for cairo version | Adib Taraben | 2007-12-26 | 1 | -1/+1 | |
| | | | | (bzr r4312) | |||||
| * | check for cairo version | Adib Taraben | 2007-12-26 | 1 | -1/+1 | |
| | | | | (bzr r4309) | |||||
| * | more on cairo ps/pdf options | Adib Taraben | 2007-12-26 | 1 | -1/+30 | |
| | | | | (bzr r4304) | |||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 1 | -2/+7 | |
| | | | | (bzr r4199) | |||||
| * | always build cairo backend; add interface for setting cairo surface to renderer | Kees Cook | 2007-12-10 | 1 | -4/+18 | |
| | | | | (bzr r4198) | |||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -14/+14 | |
| | | | | (bzr r3706) | |||||
| * | cairo ps output patch | theAdib | 2007-05-09 | 1 | -71/+153 | |
| | | | | (bzr r2987) | |||||
| * | Fixed unintialized variables and minor misc warnings | Jon A. Cruz | 2007-02-19 | 1 | -3/+7 | |
| | | | | (bzr r2398) | |||||
| * | Comment out cairo-ft for font rendering. We should not need to depend on ↵ | Bob Jamison | 2006-10-08 | 1 | -1/+6 | |
| | | | | | | freetype, but rather Pango, since we do that for gtk2.8+ anyway. (bzr r1778) | |||||
| * | Fixed a few warnings and hardcoded PANGO_GLYPH_* constants | miklosh | 2006-10-02 | 1 | -12/+13 | |
| | | | | (bzr r1752) | |||||
| * | Initial commit of Cairo renderer for PDF export | miklosh | 2006-10-01 | 1 | -0/+1425 | |
| (bzr r1731) | ||||||
