summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.Johan B. C. Engelen2008-08-062-10/+10
* add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...Johan B. C. Engelen2008-08-062-2/+16
* 1) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2008-08-065-40/+118
* src/helper 2geomifiedJohan B. C. Engelen2008-08-064-44/+13
* 2Geom version of the path tests + some additional small changes.Jasper van de Gronde2008-08-064-6/+570
* Improve comment in pen-context.cppMaximilian Albert2008-08-061-1/+1
* cleanup (remove obsolete code)Maximilian Albert2008-08-061-20/+0
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-065-19/+136
* Esc and Ctrl+Z in pencil tool should also cancel when we're drawing straight ...Maximilian Albert2008-08-061-9/+4
* add flashing line from clone to original on Shift+Dbulia byak2008-08-062-2/+24
* add dashed path optionbulia byak2008-08-062-2/+8
* optionally (default off) relink duplicated clones to the duplicated originalbulia byak2008-08-054-5/+65
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-0595-284/+271
* codedread's patch for bug 254850 (fixes handling of description field in Obje...Stephen Silver2008-08-051-2/+4
* fix 252547: skip explicitly hidden objects when calculating bbox of groupbulia byak2008-08-052-2/+3
* replace unnecessary exception catching with a check beforehand.Johan B. C. Engelen2008-08-051-3/+3
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-0511-41/+25
* more mockup on svgfonts dialogFelipe Corr??a da Silva Sanches2008-08-052-1/+27
* added class AttrEntryFelipe Corr??a da Silva Sanches2008-08-052-0/+11
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-0427-305/+311
* While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop2008-08-043-23/+36
* NR:: => Geom:: for util dirJohan B. C. Engelen2008-08-041-2/+5
* Remove some obsolete codeMaximilian Albert2008-08-041-57/+0
* Correct handle tipsMaximilian Albert2008-08-042-4/+4
* EMF export patches submitted by SaGSUlf Erikson2008-08-041-32/+27
* Make unit tests build on Linux againJasper van de Gronde2008-08-041-1/+2
* Reorder libs, to fix a link-time error.Peter Moulder2008-08-041-1/+1
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-037-302/+208
* update 2geom: fixes long standing bug where closed paths are not converted co...Johan B. C. Engelen2008-08-031-2/+3
* fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen2008-08-031-1/+1
* update 2geomJohan B. C. Engelen2008-08-034-54/+70
* 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