| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve speed of getting curves to cairo, the same way as boundingbox ↵ | Johan B. C. Engelen | 2008-06-24 | 1 | -12/+30 |
| | | | | | | calculation was optimized: do not create transformed path, transform the path's points instead (bzr r6051) | ||||
| * | add helpers for creating cairo_t for a canvas buf | bulia byak | 2008-06-24 | 1 | -6/+22 |
| | | | | (bzr r6042) | ||||
| * | fix typo in feed_path_to_cairo, potential bug | Johan B. C. Engelen | 2008-06-14 | 1 | -1/+1 |
| | | | | (bzr r5937) | ||||
| * | add rendering to cairo from Geom::Path and Geom::PathVector ! | Johan B. C. Engelen | 2008-06-08 | 1 | -6/+115 |
| | | | | (bzr r5849) | ||||
| * | 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 bug with garbage lines caused with close_path when part of a subpath is ↵ | bulia byak | 2008-04-07 | 1 | -2/+12 |
| | | | | | | optimized out (bzr r5360) | ||||
| * | switch to using NR::Maybe for area rect | bulia byak | 2007-03-19 | 1 | -3/+5 |
| | | | | (bzr r2713) | ||||
| * | optimize cairo paths by not drawing segments that are outside of view (for ↵ | bulia byak | 2007-03-18 | 1 | -13/+38 |
| | | | | | | stroke only); increase tolerance for picking, not calculate wind when it's not needed (bzr r2700) | ||||
| * | render text in outline mode via cairo (still no endian-safe); factor out ↵ | bulia byak | 2007-03-01 | 1 | -0/+108 |
| helper functions (bzr r2470) | |||||
