| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patch from sas to avoid GC warning during vacuum defs (closes LP #236816) | Maximilian Albert | 2008-06-08 | 1 | -1/+0 |
| | | | | (bzr r5852) | ||||
| * | use feed_pathvector_to_cairo in display/nr-svgfonts.cpp | Johan B. C. Engelen | 2008-06-08 | 1 | -12/+18 |
| | | | | (bzr r5851) | ||||
| * | use feed_pathvector_to_cairo in display/nr-arena-shape.cpp | Johan B. C. Engelen | 2008-06-08 | 1 | -3/+4 |
| | | | | (bzr r5850) | ||||
| * | add rendering to cairo from Geom::Path and Geom::PathVector ! | Johan B. C. Engelen | 2008-06-08 | 2 | -6/+120 |
| | | | | (bzr r5849) | ||||
| * | add conversion from NR::Rect to Geom::Rect | Johan B. C. Engelen | 2008-06-08 | 1 | -2/+4 |
| | | | | (bzr r5848) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-06-07 | 1 | -6/+14 |
| | | | | (bzr r5847) | ||||
| * | ellipses and groups now use 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 2 | -17/+7 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5846) | ||||
| * | for sppath, use 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -24/+9 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5845) | ||||
| * | for spirals, use 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -26/+16 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5844) | ||||
| * | for sp-star.cpp, start using 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -8/+3 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (completed) (bzr r5843) | ||||
| * | for sp-offset.cpp and sp-star.cpp, start using 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 2 | -5/+5 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5842) | ||||
| * | for path-chemistry.cpp, start using 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -4/+4 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5841) | ||||
| * | for nodepath, start using 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -3/+3 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5840) | ||||
| * | spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | | | curve->get_pathvector instead of get_bpath. (bzr r5839) | ||||
| * | spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | | | curve->get_pathvector instead of get_bpath. (bzr r5838) | ||||
| * | add comments to SPCurve about 2geomify status of functions | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+8 |
| | | | | (bzr r5837) | ||||
| * | box3d_side_write now uses curve->get_pathvector instead of get_bpath. | Johan B. C. Engelen | 2008-06-06 | 1 | -5/+1 |
| | | | | (bzr r5836) | ||||
| * | disable SPCurve path checking per default as it decreases performance by a lot. | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5835) | ||||
| * | - enable path checking for SPCurve | Johan B. C. Engelen | 2008-06-06 | 1 | -5/+14 |
| | | | | | | - make SPCurve::transform safe to work on both pathv and bpath (bzr r5834) | ||||
| * | Removing cast and replacing with a proper definition. | Ted Gould | 2008-06-06 | 2 | -3/+3 |
| | | | | (bzr r5829) | ||||
| * | allow compiling on g++ 4.3+ | Bob Jamison | 2008-06-06 | 1 | -0/+1 |
| | | | | (bzr r5828) | ||||
| * | remove const assignment error | Bob Jamison | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5826) | ||||
| * | Fixed uninitialized members | Jon A. Cruz | 2008-06-06 | 1 | -4/+9 |
| | | | | (bzr r5825) | ||||
| * | Fixed uninitialized member | Jon A. Cruz | 2008-06-06 | 1 | -0/+2 |
| | | | | (bzr r5824) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 48 | -419/+746 |
| | | | | (bzr r5823) | ||||
| * | optimization: don't copy SPCurve when transforming it, do this in place | bulia byak | 2008-06-05 | 1 | -11/+5 |
| | | | | (bzr r5819) | ||||
| * | Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵ | Maximilian Albert | 2008-06-05 | 11 | -12/+12 |
| | | | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) | ||||
| * | Add paramType() method to LPE parameter classes | Maximilian Albert | 2008-06-05 | 6 | -0/+26 |
| | | | | (bzr r5816) | ||||
| * | Remove unused and buggy-looking function get_pref_children. | Peter Moulder | 2008-06-05 | 2 | -14/+1 |
| | | | | (bzr r5815) | ||||
| * | address some cast-away-const warnings. | Peter Moulder | 2008-06-05 | 3 | -5/+5 |
| | | | | (bzr r5814) | ||||
| * | address a warning | Peter Moulder | 2008-06-05 | 1 | -1/+1 |
| | | | | (bzr r5813) | ||||
| * | a couple of trivial %d -> %u changes. | Peter Moulder | 2008-06-05 | 1 | -3/+3 |
| | | | | | | snprintf size arg includes \0, so pass sizeof(buf) instead of that minus 1. (bzr r5812) | ||||
| * | slight numerical improvement | Peter Moulder | 2008-06-05 | 2 | -2/+5 |
| | | | | (bzr r5811) | ||||
| * | fix compile with g++-4.3. | Peter Moulder | 2008-06-05 | 4 | -16/+33 |
| | | | | (bzr r5810) | ||||
| * | Fix expression whose behaviour is undefined in C++. N.B. This “fix” ↵ | Peter Moulder | 2008-06-05 | 1 | -3/+6 |
| | | | | | | involves guessing at the intended meaning. I've mailed the author to confirm. (bzr r5809) | ||||
| * | first try at attribute overloading | Bob Jamison | 2008-06-04 | 2 | -0/+65 |
| | | | | (bzr r5808) | ||||
| * | Remove warnings | Bob Jamison | 2008-06-04 | 2 | -5/+28 |
| | | | | (bzr r5806) | ||||
| * | marked forgotten translatable message | Alexandre Prokoudine | 2008-06-04 | 1 | -1/+1 |
| | | | | (bzr r5804) | ||||
| * | Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ↵ | Maximilian Albert | 2008-06-04 | 1 | -0/+217 |
| | | | | | | knot-holder-entity.cpp (bzr r5803) | ||||
| * | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵ | Maximilian Albert | 2008-06-04 | 4 | -169/+157 |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | ||||
| * | New 'spiro spline mode' in pen/pencil tool which automatically adds the ↵ | Maximilian Albert | 2008-06-04 | 2 | -7/+40 |
| | | | | | | spiro spline LPE to newly drawn paths (bzr r5800) | ||||
| * | Groundwork to allow automatic application of an LPE to a newly drawn path | Maximilian Albert | 2008-06-04 | 2 | -1/+19 |
| | | | | (bzr r5799) | ||||
| * | Factor out 'create and apply' code for LPEs so that it can be called from ↵ | Maximilian Albert | 2008-06-04 | 3 | -17/+32 |
| | | | | | | everywhere (bzr r5798) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 32 | -798/+788 |
| | | | | (bzr r5797) | ||||
| * | Added tool style for eraser. | Jon A. Cruz | 2008-06-04 | 2 | -5/+20 |
| | | | | | | Fixes bug #230483. (bzr r5796) | ||||
| * | have svgdoc.createElement make every one of the svg element types. fix a ↵ | Bob Jamison | 2008-06-03 | 2 | -0/+94 |
| | | | | | | pure virtual problem (bzr r5795) | ||||
| * | Move element creation to SVGDocumentImpl. Remove from svgreader. | Bob Jamison | 2008-06-03 | 4 | -562/+845 |
| | | | | (bzr r5794) | ||||
| * | check if item is LPEItem before casting!!! fixes bug 236788 | Johan B. C. Engelen | 2008-06-02 | 1 | -6/+14 |
| | | | | (bzr r5793) | ||||
| * | fix crash, report warnings instead. trying to find real cause for this ↵ | Johan B. C. Engelen | 2008-06-02 | 1 | -0/+8 |
| | | | | | | (crash on copying path with lpestack). (bzr r5792) | ||||
| * | check if item is LPEItem before casting!!! should fix bug 236788 | Johan B. C. Engelen | 2008-06-02 | 1 | -3/+5 |
| | | | | (bzr r5791) | ||||
