summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-2/+5
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-1/+1
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-4/+4
2008-08-06Improve comment in pen-context.cppMaximilian Albert1-1/+1
2008-08-06cleanup (remove obsolete code)Maximilian Albert1-20/+0
2008-08-06New mode in pen tool to draw paraxial linesMaximilian Albert1-15/+121
2008-08-04While drawing and constraining to specific angles (using CTRL): don't try a f...Diederik van Lierop1-6/+18
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-31New 'zigzag' (polylines) mode in pen toolMaximilian Albert1-5/+3
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-1/+1
2008-07-022geomify deletion of node in pen-context.cppJohan B. C. Engelen1-8/+9
2008-06-30fix the snapindicator stealing release event by grabbing the acetate on click...bulia byak1-14/+15
2008-06-29pen tool: use SPCurve::last_segment in favor of last_bpathJohan B. C. Engelen1-9/+12
2008-06-29replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen1-2/+1
2008-06-18Temporary shortcut for LPEParallel in pen toolMaximilian Albert1-2/+1
2008-06-16Temporarily add shortcuts in pen context to activate some LPEs which need pat...Maximilian Albert1-0/+35
2008-06-16Separate function to put pen context into 'wait for LPE mouse clicks' modeMaximilian Albert1-0/+9
2008-06-12When expecting mouse clicks for a LPE in pen context, don't concatenate with ...Maximilian Albert1-27/+30
2008-06-12More infrastructure to have waiting LPEs that are freshly created and applied...Maximilian Albert1-2/+8
2008-06-12Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert1-3/+3
2008-06-12Pen context can now wait for a specified number of clicks and finish the path...Maximilian Albert1-3/+32
2008-06-12Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)Maximilian Albert1-2/+1
2008-06-12New 'polylines only' mode in pen context; to be used later when LPEs are wait...Maximilian Albert1-4/+15
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-9/+4
2008-05-24Removed g_free() calls that now refer to static stringsJon A. Cruz1-2/+0
2008-05-22Fixed concat of i18n stringsJon A. Cruz1-16/+6
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-26/+26
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+2
2008-03-09Don't steal 'del' key in pen context when there is no curve being drawn (clos...Maximilian Albert1-2/+6
2008-03-09Factor out duplicated angle/distance statusbar code into separate functionJohn Bintz1-28/+43
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-20Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...Maximilian Albert1-1/+1
2008-01-19Make creation of dots via Ctrl+click also possible in pen context; fill dots ...Maximilian Albert1-0/+6
2008-01-16Make path segments convertable to guides, tooMaximilian Albert1-0/+8
2007-11-02warning cleanupJon A. Cruz1-1/+1
2007-08-21gobble more of motion events; make statusbar messages immediate for better vi...bulia byak1-3/+4
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-4/+8
2007-07-10add item handler so that right-click works over an item; fixes 1751318bulia byak1-0/+25
2007-04-23fix 1704038: finishing on right-click assumed we are finishing unclosed, whic...bulia byak1-6/+15
2007-04-18Fixed: Shift-doubleclicking middle mouse button in pen tool should not finish...Maximilian Albert1-4/+4
2006-10-19remove color cursorsJosh Andler1-6/+0
2006-09-24Added forced redraws to other toolsJohn Bintz1-4/+5
2006-09-06Initial reworking of forced redraw to work better with interruptible displayJohn Bintz1-3/+3
2006-09-04Force non-interruptible canvas redraws to ensure accurate display while creat...John Bintz1-0/+7
2006-09-03Disable pen events while finishing pen operations to prevent race conditionJohn Bintz1-2/+4
2006-09-03Disable pen event handling during important update operationsJohn Bintz1-0/+32
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2
2006-06-19initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler1-0/+6