summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug: allow curved paths again when switching back from 'wait for path' ↵Maximilian Albert2008-06-121-4/+3
| | | | | mode in pen context (bzr r5906)
* whitespaceMaximilian Albert2008-06-125-8/+8
| | | (bzr r5905)
* When expecting mouse clicks for a LPE in pen context, don't concatenate with ↵Maximilian Albert2008-06-123-33/+44
| | | | | or continue existing paths (bzr r5904)
* More infrastructure to have waiting LPEs that are freshly created and ↵Maximilian Albert2008-06-124-8/+16
| | | | | applied to yet-to-be-drawn paths (bzr r5903)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-127-24/+97
| | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902)
* Pen context can now wait for a specified number of clicks and finish the ↵Maximilian Albert2008-06-122-3/+34
| | | | | path afterwards; together with the new polylines mode this will be used to pass paths as arguments to LPEs (bzr r5901)
* Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)Maximilian Albert2008-06-122-3/+1
| | | (bzr r5900)
* New 'polylines only' mode in pen context; to be used later when LPEs are ↵Maximilian Albert2008-06-122-4/+17
| | | | | waiting for mouse input (bzr r5899)
* Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz2008-06-125-0/+200
| | | (bzr r5898)
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-122-27/+24
| | | (bzr r5897)
* patch 185522bulia byak2008-06-121-7/+8
| | | (bzr r5896)
* Cmake: Fix Dependencies with multiple include directories.Joshua L. Blocher2008-06-121-0/+2
| | | (bzr r5894)
* patch 181692bulia byak2008-06-122-2/+12
| | | (bzr r5893)
* Add interface enumerations to element enumerationsBob Jamison2008-06-112-94/+212
| | | (bzr r5891)
* fix crashing on additional data dialog when running input or effect ↵bulia byak2008-06-111-1/+4
| | | | | extension from command line (bzr r5890)
* fix bug #239092MenTaLguY2008-06-111-2/+2
| | | (bzr r5886)
* re-enable assertionsMenTaLguY2008-06-111-2/+2
| | | (bzr r5885)
* plumb XML::Documents in everywhereMenTaLguY2008-06-1177-362/+313
| | | (bzr r5884)
* handle PI nodesMenTaLguY2008-06-111-0/+3
| | | (bzr r5882)
* use object's documentMenTaLguY2008-06-111-4/+2
| | | (bzr r5881)
* Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)Stephen Silver2008-06-111-0/+3
| | | (bzr r5879)
* Back out the `document != NULL' assertions added to SimpleNode constructors ↵Peter Moulder2008-06-111-2/+2
| | | | | in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). (bzr r5878)
* warning cleanupJon A. Cruz2008-06-114-7/+7
| | | (bzr r5877)
* New LPE: Mirror reflectionMaximilian Albert2008-06-105-3/+159
| | | (bzr r5875)
* Get rid of get_bpath() in lpe-tangent_to_curve.cppMaximilian Albert2008-06-101-3/+2
| | | (bzr r5874)
* Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert2008-06-101-0/+2
| | | (bzr r5873)
* Make broken doOnApply() for LPEs work againMaximilian Albert2008-06-101-0/+2
| | | (bzr r5872)
* Remove debugging messagesMaximilian Albert2008-06-101-5/+0
| | | (bzr r5871)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-107-42/+26
| | | (bzr r5870)
* fix compileFelipe Corr??a da Silva Sanches2008-06-101-2/+2
| | | | | johan had forgotten to include a header (bzr r5869)
* updated slightlyBob Jamison2008-06-092-40/+41
| | | (bzr r5868)
* remove filters verb and commandbulia byak2008-06-095-4/+44
| | | (bzr r5866)
* add selmodified connection to force dialog update on undobulia byak2008-06-092-5/+16
| | | (bzr r5865)
* Fix include in sp-filter.cpp NR:filter issueJoshua L. Blocher2008-06-092-1/+2
| | | (bzr r5863)
* force single single document over a node's lifetimeMenTaLguY2008-06-083-2/+6
| | | (bzr r5862)
* plumb document references a little deeper inMenTaLguY2008-06-0811-35/+53
| | | (bzr r5861)
* Add option to either suppress path flash for items with LPE (e.g., spiro ↵Maximilian Albert2008-06-086-29/+88
| | | | | splines use this) or display it permanently while the item is selected. (bzr r5860)
* simplify code that puts anchors at start and end of paths in draw context.Johan B. C. Engelen2008-06-081-6/+3
| | | (bzr r5859)
* add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen2008-06-082-4/+36
| | | (bzr r5858)
* Re-add two handles for PerpBisector LPE (we don't add the other two because ↵Maximilian Albert2008-06-085-45/+100
| | | | | | | they would duplicate the path's own handles and the correct solution would be to allow knotholders and nodepaths at the same time). Put the KnotHolderEntity classes into their own namespaces to avoid clashes. (bzr r5857)
* Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert2008-06-086-68/+70
| | | | | in a similar way as adding LPE parameters. (bzr r5856)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-0814-128/+260
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* Add 'Mode' label and icon for regular Bezier mode in pen/pencil toolbarMaximilian Albert2008-06-081-17/+64
| | | (bzr r5854)
* Patch from sas for LP #231690 (crash when combining two paths)Maximilian Albert2008-06-081-5/+5
| | | (bzr r5853)
* Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)Maximilian Albert2008-06-081-1/+0
| | | (bzr r5852)
* use feed_pathvector_to_cairo in display/nr-svgfonts.cppJohan B. C. Engelen2008-06-081-12/+18
| | | (bzr r5851)
* use feed_pathvector_to_cairo in display/nr-arena-shape.cppJohan B. C. Engelen2008-06-081-3/+4
| | | (bzr r5850)
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-082-6/+120
| | | (bzr r5849)
* add conversion from NR::Rect to Geom::RectJohan B. C. Engelen2008-06-081-2/+4
| | | (bzr r5848)
* Warning cleanupJon A. Cruz2008-06-071-6/+14
| | | (bzr r5847)