summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-16/+12
| | | (bzr r5884)
* ellipses and groups now use 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-8/+3
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5846)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-3/+3
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-4/+6
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Remove g_print debugging statement.Tavmjong Bah2008-02-041-1/+0
| | | (bzr r4650)
* Allow snapping from and to ellipsesDiederik van Lierop2008-01-131-8/+45
| | | (bzr r4475)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+1
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanupJon A. Cruz2007-11-041-5/+5
| | | (bzr r4025)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+29
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* heh, bool to begin withMenTaLguY2007-01-241-2/+2
| | | (bzr r2269)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-26/+18
| | | (bzr r2268)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-4/+9
| | | | | create methods to match DOM (bzr r2253)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+863
(bzr r1)