summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to really latest 2geomJohan B. C. Engelen2008-05-224-16/+20
* update to latest 2geomJohan B. C. Engelen2008-05-221-0/+11
* Fixing z-order problem on flowed text -> text. See LP#233830Mike Pittman2008-05-221-1/+1
* Improved emf handlingUlf Erikson2008-05-224-207/+850
* Fixed concat of i18n stringsJon A. Cruz2008-05-221-16/+6
* Fixed broken i18n strings causing problems with <b> tagJon A. Cruz2008-05-221-8/+4
* - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrlDiederik van Lierop2008-05-212-10/+28
* Changing the executable bit that shouldn't be there.Ted Gould2008-05-218-0/+0
* synchronization with 2geom librarymcecchetti2008-05-2018-1972/+2068
* Fix snapping for constrained translation in the selector toolDiederik van Lierop2008-05-203-4/+17
* Improve snapping behaviour when creating new shapesDiederik van Lierop2008-05-204-24/+21
* Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.Jasper van de Gronde2008-05-201-2/+2
* PathString now makes sure that relative coordinates are based on rounded abso...Jasper van de Gronde2008-05-202-40/+130
* noop: some more cosmetics in lpe-skeleton.(h|cpp)Maximilian Albert2008-05-202-3/+14
* Refactoring beginingJon A. Cruz2008-05-204-38/+39
* Const fix for testJon A. Cruz2008-05-202-2/+2
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-192-2/+6
* second part of LPE skeleton correction from commit #18654 ;-)Maximilian Albert2008-05-191-1/+1
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...Joshua L. Blocher2008-05-195-217/+231
* SPDrawAnchor should add a refcount to SPCurve!Johan B. C. Engelen2008-05-191-0/+5
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-195-5/+14
* Add possibility to let the 'tangent' have a fixed angle relative to the curveMaximilian Albert2008-05-192-1/+10
* Add handles to adapt tangent lengthMaximilian Albert2008-05-192-5/+55
* Forgot to add two files in commit #18667. Sorry for breaking the build for a ...Maximilian Albert2008-05-192-0/+152
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
* Nearest point from point to line (simplicistic convenience function)Maximilian Albert2008-05-191-0/+11
* noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cppMaximilian Albert2008-05-191-0/+10
* New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert2008-05-193-1/+9
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-196-33/+187
* Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert2008-05-183-3/+15
* noop: correct spelling in commentMaximilian Albert2008-05-181-3/+3
* Add function to return path effect typeMaximilian Albert2008-05-182-0/+7
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-185-1/+151
* Fix regression in constrained translationDiederik van Lierop2008-05-181-11/+13
* Eliminate some redundant snapping callsDiederik van Lierop2008-05-182-14/+6
* Convenience access functions for first and last value of a Geom::Piecewise<>Maximilian Albert2008-05-181-0/+6
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ...Maximilian Albert2008-05-181-1/+1
* update to latest 2geomJohan B. C. Engelen2008-05-187-3/+265
* add SVG Output preferencesJohan B. C. Engelen2008-05-182-1/+51
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-185-11/+61
* Fixed warnings from deprecated functionJon A. Cruz2008-05-184-28/+34
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-174-124/+251
* New LPE : Envelope deformationBastien Bouclet2008-05-176-2/+331
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet2008-05-176-98/+39
* Warning cleanupJon A. Cruz2008-05-172-5/+5
* Fixed initialization orderJon A. Cruz2008-05-171-5/+5
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-1614-52/+48
* * src/Makefile.am: Add missing IMAGEMAGICK_INCLUDES.mjwybrow2008-05-161-0/+1