summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixme is solvedMaximilian Albert2008-08-141-1/+0
| | | (bzr r6624)
* add svg fontsBob Jamison2008-08-141-0/+3
| | | (bzr r6623)
* Temporary switch to handle api change in Cairo 1.7+Bob Jamison2008-08-141-0/+40
| | | (bzr r6622)
* Remove a few more instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-13/+14
| | | (bzr r6621)
* enable svg fontsBob Jamison2008-08-141-2/+5
| | | (bzr r6620)
* add commentMaximilian Albert2008-08-141-1/+1
| | | (bzr r6619)
* fix spcurve testJohan B. C. Engelen2008-08-131-1/+1
| | | (bzr r6618)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-1313-46/+52
| | | (bzr r6617)
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-135-38/+47
| | | (bzr r6616)
* Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵Maximilian Albert2008-08-135-44/+22
| | | | | passing in the current desktop and nodepath from the caller (bzr r6615)
* Initialize the pointer variables in draw-context with NULL, just to be on ↵Maximilian Albert2008-08-131-0/+18
| | | | | the safe side (bzr r6614)
* Get rid of some superfluous includesMaximilian Albert2008-08-133-16/+1
| | | (bzr r6613)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-1229-980/+985
| | | (bzr r6612)
* Fix some regressions in the snapping of the selector toolDiederik van Lierop2008-08-121-13/+15
| | | (bzr r6611)
* Khmer traslations updatedKhoem Sokhem2008-08-121-11/+9
| | | (bzr r6610)
* Include inkscape:connection-start and inkscape:connection-end in ID clash ↵Stephen Silver2008-08-111-0/+2
| | | | | | | resolution. (Fixes bug 256986.) (bzr r6609)
* updated Russian translationAlexandre Prokoudine2008-08-111-1396/+1544
| | | (bzr r6608)
* Khmer translations updatedKhoem Sokhem2008-08-111-22/+18
| | | (bzr r6607)
* 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)
* Small change to build.xml to not create the build directory twice (does no ↵Jasper van de Gronde2008-08-091-2/+2
| | | | | harm, but isn't needed either) (bzr r6598)
* 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)
* Build.xml with check target. (Forgot to commit earlier.)Jasper van de Gronde2008-08-081-13/+10
| | | (bzr r6594)
* 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-084-99/+341
| | | | | made a check target. (bzr r6592)
* more messages marked for translationAlexandre Prokoudine2008-08-081-1/+1
| | | (bzr r6591)
* Khmer translations updatedKhoem Sokhem2008-08-081-7/+9
| | | (bzr r6590)
* Khmer translations updatedKhoem Sokhem2008-08-081-16/+16
| | | (bzr r6589)
* patch from bug 244940bulia byak2008-08-081-4/+30
| | | (bzr r6588)
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-073-12/+23
| | | (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)
* Khmer translation updatedKhoem Sokhem2008-08-071-70/+70
| | | (bzr r6583)
* 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-065-8/+573
| | | (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-066-22/+219
| | | (bzr r6575)