| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to really latest 2geom | Johan B. C. Engelen | 2008-05-22 | 4 | -16/+20 |
| | | | | (bzr r5737) | ||||
| * | update to latest 2geom | Johan B. C. Engelen | 2008-05-22 | 1 | -0/+11 |
| | | | | (bzr r5736) | ||||
| * | Fixing z-order problem on flowed text -> text. See LP#233830 | Mike Pittman | 2008-05-22 | 1 | -1/+1 |
| | | | | (bzr r5735) | ||||
| * | Improved emf handling | Ulf Erikson | 2008-05-22 | 4 | -207/+850 |
| | | | | (bzr r5734) | ||||
| * | Fixed concat of i18n strings | Jon A. Cruz | 2008-05-22 | 1 | -16/+6 |
| | | | | (bzr r5733) | ||||
| * | Fixed broken i18n strings causing problems with <b> tag | Jon A. Cruz | 2008-05-22 | 1 | -8/+4 |
| | | | | (bzr r5732) | ||||
| * | - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrl | Diederik van Lierop | 2008-05-21 | 2 | -10/+28 |
| | | | | | | - Enable snapindicator by default because this might reveal snapping bugs, and to get co-developpers acquainted with it; might be disabled again by default before the next release if this proves to be annoying (bzr r5730) | ||||
| * | Changing the executable bit that shouldn't be there. | Ted Gould | 2008-05-21 | 8 | -0/+0 |
| | | | | (bzr r5728) | ||||
| * | synchronization with 2geom library | mcecchetti | 2008-05-20 | 18 | -1972/+2068 |
| | | | | (bzr r5723) | ||||
| * | Fix snapping for constrained translation in the selector tool | Diederik van Lierop | 2008-05-20 | 3 | -4/+17 |
| | | | | (bzr r5722) | ||||
| * | Improve snapping behaviour when creating new shapes | Diederik van Lierop | 2008-05-20 | 4 | -24/+21 |
| | | | | (bzr r5721) | ||||
| * | Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check. | Jasper van de Gronde | 2008-05-20 | 1 | -2/+2 |
| | | | | (bzr r5720) | ||||
| * | PathString now makes sure that relative coordinates are based on rounded ↵ | Jasper van de Gronde | 2008-05-20 | 2 | -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 Albert | 2008-05-20 | 2 | -3/+14 |
| | | | | (bzr r5718) | ||||
| * | Refactoring begining | Jon A. Cruz | 2008-05-20 | 4 | -38/+39 |
| | | | | (bzr r5717) | ||||
| * | Const fix for test | Jon A. Cruz | 2008-05-20 | 2 | -2/+2 |
| | | | | (bzr r5716) | ||||
| * | Cmake: Fix issue with generated sp-marshall.h/.cpp not linking | Joshua L. Blocher | 2008-05-19 | 2 | -2/+6 |
| | | | | (bzr r5715) | ||||
| * | second part of LPE skeleton correction from commit #18654 ;-) | Maximilian Albert | 2008-05-19 | 1 | -1/+1 |
| | | | | (bzr r5714) | ||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 5 | -217/+231 |
| | | | | | | to their cmakelists.txts (bzr r5713) | ||||
| * | SPDrawAnchor should add a refcount to SPCurve! | Johan B. C. Engelen | 2008-05-19 | 1 | -0/+5 |
| | | | | (bzr r5712) | ||||
| * | Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵ | Maximilian Albert | 2008-05-19 | 5 | -5/+14 |
| | | | | | | applied to the object) (bzr r5711) | ||||
| * | Add possibility to let the 'tangent' have a fixed angle relative to the curve | Maximilian Albert | 2008-05-19 | 2 | -1/+10 |
| | | | | (bzr r5709) | ||||
| * | Add handles to adapt tangent length | Maximilian Albert | 2008-05-19 | 2 | -5/+55 |
| | | | | (bzr r5708) | ||||
| * | Forgot to add two files in commit #18667. Sorry for breaking the build for a ↵ | Maximilian Albert | 2008-05-19 | 2 | -0/+152 |
| | | | | | | minute! (bzr r5707) | ||||
| * | Make LPEPerpBisector use the new nearest_point() function from point to line | Maximilian Albert | 2008-05-19 | 1 | -4/+1 |
| | | | | (bzr r5706) | ||||
| * | Nearest point from point to line (simplicistic convenience function) | Maximilian Albert | 2008-05-19 | 1 | -0/+11 |
| | | | | (bzr r5705) | ||||
| * | noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cpp | Maximilian Albert | 2008-05-19 | 1 | -0/+10 |
| | | | | (bzr r5704) | ||||
| * | New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵ | Maximilian Albert | 2008-05-19 | 3 | -1/+9 |
| | | | | | | dragged along the curve) (bzr r5703) | ||||
| * | noop: cosmetics in lpe-skeleton.h | Maximilian Albert | 2008-05-19 | 1 | -2/+2 |
| | | | | (bzr r5702) | ||||
| * | Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵ | Maximilian Albert | 2008-05-19 | 6 | -33/+187 |
| | | | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701) | ||||
| * | Add a function doOnApply() for LPEs which is executed once when the effect ↵ | Maximilian Albert | 2008-05-18 | 3 | -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 comment | Maximilian Albert | 2008-05-18 | 1 | -3/+3 |
| | | | | (bzr r5697) | ||||
| * | Add function to return path effect type | Maximilian Albert | 2008-05-18 | 2 | -0/+7 |
| | | | | (bzr r5696) | ||||
| * | New LPE: Perpendicular bisector | Maximilian Albert | 2008-05-18 | 5 | -1/+151 |
| | | | | (bzr r5695) | ||||
| * | Fix regression in constrained translation | Diederik van Lierop | 2008-05-18 | 1 | -11/+13 |
| | | | | (bzr r5694) | ||||
| * | Eliminate some redundant snapping calls | Diederik van Lierop | 2008-05-18 | 2 | -14/+6 |
| | | | | (bzr r5693) | ||||
| * | Convenience access functions for first and last value of a Geom::Piecewise<> | Maximilian Albert | 2008-05-18 | 1 | -0/+6 |
| | | | | (bzr r5692) | ||||
| * | noop: add 'end of #includes' indicator in effect.cpp to simplify scripting | Maximilian Albert | 2008-05-18 | 1 | -0/+1 |
| | | | | (bzr r5691) | ||||
| * | The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵ | Maximilian Albert | 2008-05-18 | 1 | -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 2geom | Johan B. C. Engelen | 2008-05-18 | 7 | -3/+265 |
| | | | | (bzr r5689) | ||||
| * | add SVG Output preferences | Johan B. C. Engelen | 2008-05-18 | 2 | -1/+51 |
| | | | | (bzr r5688) | ||||
| * | Added preferences for controlling external image editing and reload. | Jon A. Cruz | 2008-05-18 | 5 | -11/+61 |
| | | | | | | Fixes bug #171824. (bzr r5687) | ||||
| * | Fixed warnings from deprecated function | Jon A. Cruz | 2008-05-18 | 4 | -28/+34 |
| | | | | (bzr r5686) | ||||
| * | Added external image edit launch and refresh on changed | Jon A. Cruz | 2008-05-17 | 4 | -124/+251 |
| | | | | (bzr r5685) | ||||
| * | New LPE : Envelope deformation | Bastien Bouclet | 2008-05-17 | 6 | -2/+331 |
| | | | | (bzr r5684) | ||||
| * | Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵ | Bastien Bouclet | 2008-05-17 | 6 | -98/+39 |
| | | | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-05-17 | 2 | -5/+5 |
| | | | | (bzr r5682) | ||||
| * | Fixed initialization order | Jon A. Cruz | 2008-05-17 | 1 | -5/+5 |
| | | | | (bzr r5681) | ||||
| * | Fix a regression in the snapper, caused by me. Sorry! | Diederik van Lierop | 2008-05-16 | 14 | -52/+48 |
| | | | | (bzr r5680) | ||||
| * | * src/Makefile.am: Add missing IMAGEMAGICK_INCLUDES. | mjwybrow | 2008-05-16 | 1 | -0/+1 |
| | | | | (bzr r5678) | ||||
