summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not end path editing on double-clicks other than first mouse buttonKrzysztof Kosi??ski2009-04-261-1/+2
| | | | | | in the pen tool. Fixes horizontal scrolling with tilt wheels while drawing a path. (bzr r7776)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-3/+3
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-071-1/+1
| | | | | - When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course) (bzr r7438)
* limit dot creation to straight line modes of Pen onlybulia byak2009-02-241-6/+6
| | | (bzr r7359)
* Removed broken-and-unused functionJon A. Cruz2009-02-221-12/+0
| | | (bzr r7345)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-15/+26
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-8/+8
| | | (bzr r7032)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-1/+1
| | | (bzr r6953)
* Merge from trunkTed Gould2008-10-311-3/+2
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-12/+17
| | | (bzr r6885)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-40/+40
| | | (bzr r6835)
* Move single-dot-creation function to a better location (and rename it ↵Maximilian Albert2008-09-011-1/+1
| | | | | accordingly) (bzr r6746)
* Remove debugging messagesMaximilian Albert2008-08-181-7/+0
| | | (bzr r6689)
* Add function to cancel wait-for-LPE mode in pen contextMaximilian Albert2008-08-181-0/+11
| | | (bzr r6687)
* Add button whether to display limiting bounding box; add 'all inactive' ↵Maximilian Albert2008-08-181-1/+3
| | | | | toggle button as a workaround that not all toggle buttons can be inactive in an EgeSelectOneAction (bzr r6673)
* Many debugging messagesMaximilian Albert2008-08-181-0/+1
| | | (bzr r6661)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+1
| | | | | constructed from LPEs) (bzr r6645)
* Remove done_pathparam_set and friends because it currently isn't used any ↵Maximilian Albert2008-08-181-2/+5
| | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643)
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵Maximilian Albert2008-08-141-1/+1
| | | | | the desktop is readily available in the calling function) (bzr r6629)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
| | | (bzr r6593)
* Improve comment in pen-context.cppMaximilian Albert2008-08-061-1/+1
| | | (bzr r6577)
* cleanup (remove obsolete code)Maximilian Albert2008-08-061-20/+0
| | | (bzr r6576)
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-061-15/+121
| | | (bzr r6575)
* While drawing and constraining to specific angles (using CTRL): don't try a ↵Diederik van Lierop2008-08-041-6/+18
| | | | | freeSnap() after we've already tried a constrainedSnap() (bzr r6560)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* New 'zigzag' (polylines) mode in pen toolMaximilian Albert2008-07-311-5/+3
| | | (bzr r6485)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
| | | (bzr r6339)
* 2geomify deletion of node in pen-context.cppJohan B. C. Engelen2008-07-021-8/+9
| | | (bzr r6123)
* fix the snapindicator stealing release event by grabbing the acetate on ↵bulia byak2008-06-301-14/+15
| | | | | click, not on motion (bzr r6094)
* pen tool: use SPCurve::last_segment in favor of last_bpathJohan B. C. Engelen2008-06-291-9/+12
| | | (bzr r6090)
* replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen2008-06-291-2/+1
| | | (bzr r6088)
* Temporary shortcut for LPEParallel in pen toolMaximilian Albert2008-06-181-2/+1
| | | (bzr r5976)
* Temporarily add shortcuts in pen context to activate some LPEs which need ↵Maximilian Albert2008-06-161-0/+35
| | | | | path input. Will be removed soon when we have a UI for this. (bzr r5962)
* Separate function to put pen context into 'wait for LPE mouse clicks' modeMaximilian Albert2008-06-161-0/+9
| | | (bzr r5958)
* When expecting mouse clicks for a LPE in pen context, don't concatenate with ↵Maximilian Albert2008-06-121-27/+30
| | | | | or continue existing paths (bzr r5904)
* More infrastructure to have waiting LPEs that are freshly created and ↵Maximilian Albert2008-06-121-2/+8
| | | | | applied to yet-to-be-drawn paths (bzr r5903)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-121-3/+3
| | | | | 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-121-3/+32
| | | | | 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-121-2/+1
| | | (bzr r5900)
* New 'polylines only' mode in pen context; to be used later when LPEs are ↵Maximilian Albert2008-06-121-4/+15
| | | | | waiting for mouse input (bzr r5899)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-9/+4
| | | (bzr r5823)
* Removed g_free() calls that now refer to static stringsJon A. Cruz2008-05-241-2/+0
| | | (bzr r5751)
* Fixed concat of i18n stringsJon A. Cruz2008-05-221-16/+6
| | | (bzr r5733)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-26/+26
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+2
| | | (bzr r5149)
* Don't steal 'del' key in pen context when there is no curve being drawn ↵Maximilian Albert2008-03-091-2/+6
| | | | | (closes LP #200241) (bzr r5015)
* Factor out duplicated angle/distance statusbar code into separate functionJohn Bintz2008-03-091-28/+43
| | | (bzr r5009)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)