summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Let LPEToolContext derive from PenContext so that we can use its LPE frameworkMaximilian Albert2008-08-184-8/+17
* Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert2008-08-1813-24/+593
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-183-7/+7
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-185-16/+21
* reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert2008-08-182-1/+13
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert2008-08-185-1/+175
* cast for EnumParamMaximilian Albert2008-08-181-0/+3
* Fix startup crash by reverting a one-line change in 2geom; but please investi...Maximilian Albert2008-08-171-1/+1
* #include <algorithm> in geom.cpp (closes LP #258851)Maximilian Albert2008-08-171-0/+1
* Use new methods from 2geom's APIDiederik van Lierop2008-08-152-16/+8
* Update to 2geom rev. 1538Diederik van Lierop2008-08-1510-124/+428
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-157-108/+98
* Correct fix for Esc and Shift+Z in pencil toolMaximilian Albert2008-08-151-5/+9
* family name field on svgfonts dialog now properly saves attribute. Should do ...Felipe Corr??a da Silva Sanches2008-08-152-14/+76
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-1410-63/+62
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert2008-08-1410-223/+169
* Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-145-35/+23
* use 32 and 64 bit sizes explicitlyBob Jamison2008-08-142-143/+135
* fixme is solvedMaximilian Albert2008-08-141-1/+0
* Temporary switch to handle api change in Cairo 1.7+Bob Jamison2008-08-141-0/+40
* Remove a few more instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-13/+14
* add commentMaximilian Albert2008-08-141-1/+1
* fix spcurve testJohan B. C. Engelen2008-08-131-1/+1
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-1313-46/+52
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-135-38/+47
* Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...Maximilian Albert2008-08-135-44/+22
* Initialize the pointer variables in draw-context with NULL, just to be on the...Maximilian Albert2008-08-131-0/+18
* Get rid of some superfluous includesMaximilian Albert2008-08-133-16/+1
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-1229-980/+985
* Fix some regressions in the snapping of the selector toolDiederik van Lierop2008-08-121-13/+15
* Include inkscape:connection-start and inkscape:connection-end in ID clash res...Stephen Silver2008-08-111-0/+2
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-1137-445/+486
* patch from bug 169004bulia byak2008-08-112-2/+19
* clean up code slightlyBob Jamison2008-08-103-85/+93
* Fix for ID clash resolution: avoid finding spurious references associated wit...Stephen Silver2008-08-101-0/+2
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-0910-773/+780
* merge silveiro's and my changesBob Jamison2008-08-092-104/+348
* Added missing new filesJon A. Cruz2008-08-091-0/+1
* A few more tests for svg-colorJasper van de Gronde2008-08-091-5/+14
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-0811-46/+233
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-083-21/+76
* update 2geom to rev1516Johan B. C. Engelen2008-08-081-1/+7
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-0875-254/+240
* Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde2008-08-083-90/+164
* more messages marked for translationAlexandre Prokoudine2008-08-081-1/+1
* patch from bug 244940bulia byak2008-08-081-4/+30
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-072-9/+20
* change javafx output to 1.0 compiler syntaxBob Jamison2008-08-072-145/+74
* remove debug messageJohan B. C. Engelen2008-08-071-1/+0
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-074-8/+28