summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵Maximilian Albert2008-01-201-1/+1
| | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-191-0/+6
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* Make path segments convertable to guides, tooMaximilian Albert2008-01-161-0/+8
| | | (bzr r4503)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* gobble more of motion events; make statusbar messages immediate for better ↵bulia byak2007-08-211-3/+4
| | | | | visual feedback (bzr r3561)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-4/+8
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* add item handler so that right-click works over an item; fixes 1751318bulia byak2007-07-101-0/+25
| | | (bzr r3220)
* fix 1704038: finishing on right-click assumed we are finishing unclosed, ↵bulia byak2007-04-231-6/+15
| | | | | which is not always true (bzr r2952)
* Fixed: Shift-doubleclicking middle mouse button in pen tool should not ↵Maximilian Albert2007-04-181-4/+4
| | | | | finish the path being drawn (bzr r2925)
* remove color cursorsJosh Andler2006-10-191-6/+0
| | | (bzr r1811)
* Added forced redraws to other toolsJohn Bintz2006-09-241-4/+5
| | | (bzr r1719)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-3/+3
| | | (bzr r1696)
* Force non-interruptible canvas redraws to ensure accurate display while ↵John Bintz2006-09-041-0/+7
| | | | | creating objects (bzr r1679)
* Disable pen events while finishing pen operations to prevent race conditionJohn Bintz2006-09-031-2/+4
| | | (bzr r1670)
* Disable pen event handling during important update operationsJohn Bintz2006-09-031-0/+32
| | | (bzr r1668)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+6
| | | | | reading from svg instead) (bzr r1227)
* fix 1214286, 1482209bulia byak2006-05-051-8/+6
| | | (bzr r731)
* refactor redrawing code into pen_redraw_all; cancel current unfinished path, ↵bulia byak2006-04-241-39/+111
| | | | | inctead of finishing it, on leaving pen tool (makes more sense, and fixes a crash on exit); add to_curve and to_line keys (bzr r580)
* fix statusbar when cancelling drawingbulia byak2006-04-201-13/+16
| | | (bzr r557)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-7/+7
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-18/+18
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1084
(bzr r1)