summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Trying to get Poly3DObjects to build properly on Linux - See LP#230478Mike Pittman2008-05-212-0/+37
| | | (bzr r5724)
* synchronization with 2geom librarymcecchetti2008-05-2018-1972/+2068
| | | (bzr r5723)
* Fix snapping for constrained translation in the selector toolDiederik van Lierop2008-05-203-4/+17
| | | (bzr r5722)
* Improve snapping behaviour when creating new shapesDiederik van Lierop2008-05-204-24/+21
| | | (bzr r5721)
* Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.Jasper van de Gronde2008-05-201-2/+2
| | | (bzr r5720)
* PathString now makes sure that relative coordinates are based on rounded ↵Jasper van de Gronde2008-05-202-40/+130
| | | | | absolute coordinates (which allows for greater path data size reductions and makes sure that two identical coordinates will result in the same rounded coordinates). (bzr r5719)
* noop: some more cosmetics in lpe-skeleton.(h|cpp)Maximilian Albert2008-05-202-3/+14
| | | (bzr r5718)
* Refactoring beginingJon A. Cruz2008-05-204-38/+39
| | | (bzr r5717)
* Const fix for testJon A. Cruz2008-05-202-2/+2
| | | (bzr r5716)
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-192-2/+6
| | | (bzr r5715)
* second part of LPE skeleton correction from commit #18654 ;-)Maximilian Albert2008-05-191-1/+1
| | | (bzr r5714)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-196-218/+232
| | | | | to their cmakelists.txts (bzr r5713)
* SPDrawAnchor should add a refcount to SPCurve!Johan B. C. Engelen2008-05-191-0/+5
| | | (bzr r5712)
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵Maximilian Albert2008-05-195-5/+14
| | | | | applied to the object) (bzr r5711)
* Applying several of Inductiveload's enhancements and fixes to his ↵Mike Pittman2008-05-195-65/+77
| | | | | extensions. See LP #230478. (bzr r5710)
* Add possibility to let the 'tangent' have a fixed angle relative to the curveMaximilian Albert2008-05-192-1/+10
| | | (bzr r5709)
* Add handles to adapt tangent lengthMaximilian Albert2008-05-192-5/+55
| | | (bzr r5708)
* Forgot to add two files in commit #18667. Sorry for breaking the build for a ↵Maximilian Albert2008-05-192-0/+152
| | | | | minute! (bzr r5707)
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
| | | (bzr r5706)
* Nearest point from point to line (simplicistic convenience function)Maximilian Albert2008-05-191-0/+11
| | | (bzr r5705)
* noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cppMaximilian Albert2008-05-191-0/+10
| | | (bzr r5704)
* New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵Maximilian Albert2008-05-193-1/+9
| | | | | dragged along the curve) (bzr r5703)
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
| | | (bzr r5702)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-196-33/+187
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* fixed broken intltool-update command :)Alexandre Prokoudine2008-05-191-2/+1
| | | (bzr r5700)
* Fixed minor error in the Function Plotter extension - see LP #230765Mike Pittman2008-05-191-2/+2
| | | (bzr r5699)
* Add a function doOnApply() for LPEs which is executed once when the effect ↵Maximilian Albert2008-05-183-3/+15
| | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698)
* noop: correct spelling in commentMaximilian Albert2008-05-181-3/+3
| | | (bzr r5697)
* Add function to return path effect typeMaximilian Albert2008-05-182-0/+7
| | | (bzr r5696)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-185-1/+151
| | | (bzr r5695)
* Fix regression in constrained translationDiederik van Lierop2008-05-181-11/+13
| | | (bzr r5694)
* Eliminate some redundant snapping callsDiederik van Lierop2008-05-182-14/+6
| | | (bzr r5693)
* Convenience access functions for first and last value of a Geom::Piecewise<>Maximilian Albert2008-05-181-0/+6
| | | (bzr r5692)
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
| | | (bzr r5691)
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵Maximilian Albert2008-05-181-1/+1
| | | | | live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff) (bzr r5690)
* update to latest 2geomJohan B. C. Engelen2008-05-187-3/+265
| | | (bzr r5689)
* add SVG Output preferencesJohan B. C. Engelen2008-05-182-1/+51
| | | (bzr r5688)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-185-11/+61
| | | | | Fixes bug #171824. (bzr r5687)
* Fixed warnings from deprecated functionJon A. Cruz2008-05-184-28/+34
| | | (bzr r5686)
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-174-124/+251
| | | (bzr r5685)
* New LPE : Envelope deformationBastien Bouclet2008-05-176-2/+331
| | | (bzr r5684)
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-176-98/+39
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* Warning cleanupJon A. Cruz2008-05-172-5/+5
| | | (bzr r5682)
* Fixed initialization orderJon A. Cruz2008-05-171-5/+5
| | | (bzr r5681)
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-1614-52/+48
| | | (bzr r5680)
* * share/extensions/Makefile.am: Don't run make in the Poly3DObjectsmjwybrow2008-05-161-1/+0
| | | | | | directory -- it doesn't have a Makefile or need to build anything and causes an error for people using separate build directories. (bzr r5679)
* * src/Makefile.am: Add missing IMAGEMAGICK_INCLUDES.mjwybrow2008-05-161-0/+1
| | | (bzr r5678)
* Adding extension Effects->Render->3D Polyhedron by inductiveload - see LP ↵Mike Pittman2008-05-1631-0/+2236
| | | | | #230478 (bzr r5677)
* back off on lifecycle stuff for nowMenTaLguY2008-05-152-159/+0
| | | (bzr r5676)
* Misleading server name.Bob Jamison2008-05-151-2/+2
| | | (bzr r5675)