summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-1137-445/+486
| | | (bzr r6606)
* patch from bug 169004bulia byak2008-08-112-2/+19
| | | (bzr r6605)
* clean up code slightlyBob Jamison2008-08-103-85/+93
| | | (bzr r6604)
* Fix for ID clash resolution: avoid finding spurious references associated ↵Stephen Silver2008-08-101-0/+2
| | | | | with clones (fixes bug 256498). (bzr r6603)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-0910-773/+780
| | | (bzr r6602)
* merge silveiro's and my changesBob Jamison2008-08-092-104/+348
| | | (bzr r6601)
* Added missing new filesJon A. Cruz2008-08-091-0/+1
| | | (bzr r6600)
* A few more tests for svg-colorJasper van de Gronde2008-08-091-5/+14
| | | (bzr r6599)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-0811-46/+233
| | | | | snap to intersections of line-segments) (bzr r6597)
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-083-21/+76
| | | (bzr r6596)
* update 2geom to rev1516Johan B. C. Engelen2008-08-081-1/+7
| | | (bzr r6595)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-0875-254/+240
| | | (bzr r6593)
* Fixed svg-path (and display/curve) tests to properly handle closepath and ↵Jasper van de Gronde2008-08-083-90/+164
| | | | | made a check target. (bzr r6592)
* more messages marked for translationAlexandre Prokoudine2008-08-081-1/+1
| | | (bzr r6591)
* patch from bug 244940bulia byak2008-08-081-4/+30
| | | (bzr r6588)
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-072-9/+20
| | | (bzr r6587)
* change javafx output to 1.0 compiler syntaxBob Jamison2008-08-072-145/+74
| | | (bzr r6586)
* remove debug messageJohan B. C. Engelen2008-08-071-1/+0
| | | (bzr r6585)
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-074-8/+28
| | | (bzr r6584)
* fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.Johan B. C. Engelen2008-08-062-10/+10
| | | (bzr r6582)
* add automatic conversion between Geom::Matrix and NR::Matrix. (added to ↵Johan B. C. Engelen2008-08-062-2/+16
| | | | | NR::Matrix class). resolved some ambiguities caused by it. (bzr r6581)
* 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵Diederik van Lierop2008-08-065-40/+118
| | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580)
* src/helper 2geomifiedJohan B. C. Engelen2008-08-064-44/+13
| | | (bzr r6579)
* 2Geom version of the path tests + some additional small changes.Jasper van de Gronde2008-08-064-6/+570
| | | (bzr r6578)
* Improve comment in pen-context.cppMaximilian Albert2008-08-061-1/+1
| | | (bzr r6577)
* cleanup (remove obsolete code)Maximilian Albert2008-08-061-20/+0
| | | (bzr r6576)
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-065-19/+136
| | | (bzr r6575)
* Esc and Ctrl+Z in pencil tool should also cancel when we're drawing straight ↵Maximilian Albert2008-08-061-9/+4
| | | | | line (in which case pc->is_drawing will be false) (bzr r6574)
* add flashing line from clone to original on Shift+Dbulia byak2008-08-062-2/+24
| | | (bzr r6573)
* add dashed path optionbulia byak2008-08-062-2/+8
| | | (bzr r6572)
* optionally (default off) relink duplicated clones to the duplicated originalbulia byak2008-08-054-5/+65
| | | (bzr r6570)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-0595-284/+271
| | | (bzr r6569)
* codedread's patch for bug 254850 (fixes handling of description field in ↵Stephen Silver2008-08-051-2/+4
| | | | | Object Properties dialog when switching between an object with a description and one without a description with the dialog open). (bzr r6568)
* fix 252547: skip explicitly hidden objects when calculating bbox of groupbulia byak2008-08-052-2/+3
| | | (bzr r6566)
* replace unnecessary exception catching with a check beforehand.Johan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6565)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-0511-41/+25
| | | (bzr r6564)
* more mockup on svgfonts dialogFelipe Corr??a da Silva Sanches2008-08-052-1/+27
| | | (bzr r6563)
* 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)