summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* convert path to linears and cubics only before creating outline. (workaround ...Johan B. C. Engelen2008-08-031-2/+9
* fix arc conversion to livarotJohan B. C. Engelen2008-08-031-2/+2
* Minor cleanup work on macrosJon A. Cruz2008-08-0311-21/+33
* Fixed const-correctnessJon A. Cruz2008-08-034-10/+10
* Fixed const-correctness and member accessJon A. Cruz2008-08-032-30/+35
* Warning cleanupJon A. Cruz2008-08-032-2/+2
* Fixed broken empty string checkJon A. Cruz2008-08-031-10/+10
* Replaced deprecated GtkType creation with GTypeJon A. Cruz2008-08-034-24/+26
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-0336-65/+1
* hopefully fixed last error in nodepath...Johan B. C. Engelen2008-08-031-1/+3
* simplify lpe spiro code by using new "is_straight_curve" methodJohan B. C. Engelen2008-08-021-6/+3
* add is_straight_curve in geom-curves.h helper fileJohan B. C. Engelen2008-08-022-0/+40
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
* remove code duplicateJohan B. C. Engelen2008-08-021-31/+2
* clean up and revert recent change to nodepath that broke thingsJohan B. C. Engelen2008-08-021-34/+18
* fix error in nodepathJohan B. C. Engelen2008-08-021-1/+1
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-022-98/+4
* convert path to only linear and cubic segments when nodeediting. prevents cra...Johan B. C. Engelen2008-08-021-5/+35
* use nodetype helper function to determine nodetype within lpe-spiroJohan B. C. Engelen2008-08-021-8/+4
* fix nodetype determination. fixes lpe spiro bugJohan B. C. Engelen2008-08-021-1/+3
* lpe spiro: if path is closed it does not matter to what initial pointtype is ...Johan B. C. Engelen2008-08-021-1/+1
* whitespaceJohan B. C. Engelen2008-08-021-33/+44
* when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ...Johan B. C. Engelen2008-08-021-12/+21
* initial impl of gradients and opacitiesBob Jamison2008-08-022-73/+307
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-027-7/+7
* SPCurve unit testsJasper van de Gronde2008-08-023-71/+324
* commentsMaximilian Albert2008-08-021-8/+12
* Todo is done.Jon A. Cruz2008-08-021-1/+0
* finally got transforms right. flip Y and translateBob Jamison2008-08-012-19/+62
* fix 253915: do not use style attr, only SPStylebulia byak2008-08-011-26/+12
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-014-12/+16
* update to latest 2geomJohan B. C. Engelen2008-08-012-5/+3
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-015-13/+13
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-014-304/+345
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-0130-311/+301
* replace matrix division code.Johan B. C. Engelen2008-08-019-29/+22
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-0112-70/+73
* simplify codeMaximilian Albert2008-08-012-13/+10
* Helperpath for lpe-rotate-copiesMaximilian Albert2008-08-012-0/+20
* Improved UI for lpe-rotate-copiesMaximilian Albert2008-08-012-22/+60
* Make PointParam handles snap, tooMaximilian Albert2008-08-011-1/+2
* Make LPE knotholder handles snapMaximilian Albert2008-08-017-25/+49
* Formerly static function used for snapping is now a private member of KnotHol...Maximilian Albert2008-08-013-52/+42
* un-remove applying item transform to each pointBob Jamison2008-08-013-24/+52
* remove strange factor for showing the pattern unit cell (quarter of real cell).Johan B. C. Engelen2008-08-011-5/+5
* patterns: make it possible to have different scaling in X and Y directions. s...Johan B. C. Engelen2008-08-011-21/+22
* enable snapping of pattern's originJohan B. C. Engelen2008-08-011-2/+18
* Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz2008-08-013-17/+63
* adding tabs to SVGFonts dialogFelipe Corr??a da Silva Sanches2008-08-012-21/+50
* Add item transformsBob Jamison2008-08-011-29/+53