| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge from trunk | Ted Gould | 2008-11-01 | 1 | -8/+13 | |
| | | | | (bzr r6890) | |||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -23/+39 | |
| | | | | (bzr r6887) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -28/+43 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -13/+1 | |
| | | | | (bzr r6884) | |||||
| * | Merge from trunk. | Ted Gould | 2008-09-25 | 1 | -96/+34 | |
| | | | | (bzr r6883) | |||||
| * | release reprs properly | bulia byak | 2008-09-20 | 1 | -0/+1 | |
| | | | | (bzr r6855) | |||||
| * | Don't clip mask surface to mask bounding box. | Tavmjong Bah | 2008-09-20 | 1 | -2/+4 | |
| | | | | | | | The mask bounding box is the geometric bounding box which dosn't allow for filters that can extend outside the box. Partial fix for bug 208217. (bzr r6853) | |||||
| * | Fix transformation for items rendered as bitmaps (i.e. filters) in | Tavmjong Bah | 2008-09-16 | 1 | -4/+8 | |
| | | | | | | Cairo PDF output. (bzr r6825) | |||||
| * | Make rasterization of filters into pdf respect the requested dpi. | Aaron Spike | 2008-09-05 | 1 | -5/+7 | |
| | | | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760) | |||||
| * | properly transform clippath: transform of the item using the clippath must ↵ | bulia byak | 2008-08-31 | 1 | -1/+12 | |
| | | | | | | also be applied (bzr r6739) | |||||
| * | Ulf Ericson's patch for implementing missing properties in the new pdf exporter | bulia byak | 2008-08-29 | 1 | -6/+16 | |
| | | | | (bzr r6726) | |||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -32/+34 | |
| | | | | (bzr r6612) | |||||
| * | fix marker behavior for moveto-only paths | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+10 | |
| | | | | (bzr r6596) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -8/+8 | |
| | | | | (bzr r6593) | |||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 | |
| | | | | (bzr r6569) | |||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 | |
| | | | | (bzr r6540) | |||||
| * | fix orientation of markers | Johan B. C. Engelen | 2008-07-07 | 1 | -10/+3 | |
| | | | | (bzr r6205) | |||||
| * | use CairoRenderContext::renderPathVector | Johan B. C. Engelen | 2008-06-26 | 1 | -4/+2 | |
| | | | | (bzr r6075) | |||||
| * | add todo comment to make code prettier | Johan B. C. Engelen | 2008-06-20 | 1 | -0/+1 | |
| | | | | (bzr r6011) | |||||
| * | sp_shape_render for cairo-renderer extension now uses 2geom for marker positions | Johan B. C. Engelen | 2008-06-20 | 1 | -6/+63 | |
| | | | | (bzr r6009) | |||||
| * | remove not used variable | Johan B. C. Engelen | 2008-06-20 | 1 | -1/+0 | |
| | | | | (bzr r6008) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -6/+6 | |
| | | | | (bzr r5915) | |||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 | |
| | | | | | | 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) | |||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -24/+20 | |
| | | | | (bzr r5149) | |||||
| * | patch from 168792 | bulia byak | 2008-03-07 | 1 | -0/+5 | |
| | | | | (bzr r4982) | |||||
| * | now act on settings in dialogue | Adib Taraben | 2008-01-16 | 1 | -6/+6 | |
| | | | | (bzr r4529) | |||||
| * | more on blur to bitmap | Adib Taraben | 2008-01-14 | 1 | -42/+11 | |
| | | | | (bzr r4486) | |||||
| * | early version export to PS using blur to bitmap | Adib Taraben | 2008-01-14 | 1 | -0/+174 | |
| | | | | (bzr r4480) | |||||
| * | more on cairo ps/pdf options | Adib Taraben | 2007-12-26 | 1 | -18/+23 | |
| | | | | (bzr r4304) | |||||
| * | always build cairo backend; add interface for setting cairo surface to renderer | Kees Cook | 2007-12-10 | 1 | -5/+0 | |
| | | | | (bzr r4198) | |||||
| * | dropping moved/dead files | Kees Cook | 2007-03-13 | 1 | -1/+0 | |
| | | | | (bzr r2630) | |||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 | |
| | | | | (bzr r2077) | |||||
| * | Fixed the disabled debug macro which caused warnings | miklosh | 2006-10-02 | 1 | -1/+1 | |
| | | | | (bzr r1751) | |||||
| * | Initial commit of Cairo renderer for PDF export | miklosh | 2006-10-01 | 1 | -0/+614 | |
| (bzr r1733) | ||||||
