summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added class AttrEntryFelipe Corr??a da Silva Sanches2008-08-052-0/+11
| | | | | | Added 2 entries in glyphs tab (svgfonts dialog). But these fields do not change attributes yet (bzr r6562)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-0427-305/+311
| | | (bzr r6561)
* While drawing and constraining to specific angles (using CTRL): don't try a ↵Diederik van Lierop2008-08-043-23/+36
| | | | | freeSnap() after we've already tried a constrainedSnap() (bzr r6560)
* NR:: => Geom:: for util dirJohan B. C. Engelen2008-08-041-2/+5
| | | (bzr r6559)
* Remove some obsolete codeMaximilian Albert2008-08-041-57/+0
| | | (bzr r6558)
* Correct handle tipsMaximilian Albert2008-08-042-4/+4
| | | (bzr r6557)
* EMF export patches submitted by SaGSUlf Erikson2008-08-041-32/+27
| | | | | | | Bug 253601: EMF export - Text has opaque background Bug 253611: EMF export - Bold, italic text attributes lost Bug 253614: EMF export - Possible indeterminism with the text aligment (bzr r6556)
* Make unit tests build on Linux againJasper van de Gronde2008-08-041-1/+2
| | | (bzr r6555)
* Reorder libs, to fix a link-time error.Peter Moulder2008-08-041-1/+1
| | | (bzr r6554)
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-037-302/+208
| | | (bzr r6552)
* update 2geom: fixes long standing bug where closed paths are not converted ↵Johan B. C. Engelen2008-08-031-2/+3
| | | | | correctly back from pwd2; causing lpe-bend to fail for example on a simple rectangle. (bzr r6551)
* fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen2008-08-031-1/+1
| | | (bzr r6550)
* update 2geomJohan B. C. Engelen2008-08-034-54/+70
| | | (bzr r6549)
* convert path to linears and cubics only before creating outline. (workaround ↵Johan B. C. Engelen2008-08-031-2/+9
| | | | | for a bug in livarot) (bzr r6548)
* fix arc conversion to livarotJohan B. C. Engelen2008-08-031-2/+2
| | | (bzr r6547)
* Minor cleanup work on macrosJon A. Cruz2008-08-0311-21/+33
| | | (bzr r6546)
* Fixed const-correctnessJon A. Cruz2008-08-034-10/+10
| | | (bzr r6545)
* Fixed const-correctness and member accessJon A. Cruz2008-08-032-30/+35
| | | (bzr r6544)
* Warning cleanupJon A. Cruz2008-08-032-2/+2
| | | (bzr r6543)
* Fixed broken empty string checkJon A. Cruz2008-08-031-10/+10
| | | (bzr r6542)
* Replaced deprecated GtkType creation with GTypeJon A. Cruz2008-08-034-24/+26
| | | (bzr r6541)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-0336-65/+1
| | | (bzr r6540)
* hopefully fixed last error in nodepath...Johan B. C. Engelen2008-08-031-1/+3
| | | (bzr r6539)
* simplify lpe spiro code by using new "is_straight_curve" methodJohan B. C. Engelen2008-08-021-6/+3
| | | (bzr r6538)
* add is_straight_curve in geom-curves.h helper fileJohan B. C. Engelen2008-08-022-0/+40
| | | (bzr r6537)
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
| | | (bzr r6536)
* remove code duplicateJohan B. C. Engelen2008-08-021-31/+2
| | | (bzr r6535)
* clean up and revert recent change to nodepath that broke thingsJohan B. C. Engelen2008-08-021-34/+18
| | | (bzr r6534)
* fix error in nodepathJohan B. C. Engelen2008-08-021-1/+1
| | | (bzr r6533)
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-022-98/+4
| | | (bzr r6532)
* convert path to only linear and cubic segments when nodeediting. prevents ↵Johan B. C. Engelen2008-08-021-5/+35
| | | | | crashing for example for paths with arcs in them (bzr r6531)
* use nodetype helper function to determine nodetype within lpe-spiroJohan B. C. Engelen2008-08-021-8/+4
| | | (bzr r6530)
* fix nodetype determination. fixes lpe spiro bugJohan B. C. Engelen2008-08-021-1/+3
| | | (bzr r6529)
* lpe spiro: if path is closed it does not matter to what initial pointtype is ↵Johan B. C. Engelen2008-08-021-1/+1
| | | | | initialized. (bzr r6528)
* whitespaceJohan B. C. Engelen2008-08-021-33/+44
| | | (bzr r6527)
* when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ↵Johan B. C. Engelen2008-08-021-12/+21
| | | | | size (bzr r6526)
* initial impl of gradients and opacitiesBob Jamison2008-08-022-73/+307
| | | (bzr r6525)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-027-7/+7
| | | (bzr r6524)
* SPCurve unit testsJasper van de Gronde2008-08-023-71/+324
| | | (bzr r6523)
* commentsMaximilian Albert2008-08-021-8/+12
| | | (bzr r6521)
* Todo is done.Jon A. Cruz2008-08-021-1/+0
| | | (bzr r6520)
* finally got transforms right. flip Y and translateBob Jamison2008-08-012-19/+62
| | | (bzr r6519)
* fix 253915: do not use style attr, only SPStylebulia byak2008-08-011-26/+12
| | | (bzr r6518)
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-014-12/+16
| | | (bzr r6517)
* update to latest 2geomJohan B. C. Engelen2008-08-012-5/+3
| | | (bzr r6516)
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-015-13/+13
| | | (bzr r6515)
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-014-304/+345
| | | (bzr r6514)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-0130-311/+301
| | | (bzr r6513)
* replace matrix division code.Johan B. C. Engelen2008-08-019-29/+22
| | | (bzr r6512)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-0112-70/+73
| | | (bzr r6511)