summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-17/+33
2013-03-05BPower for testing.Jabier Arraiza Cenoz1-123/+93
2013-03-03Fix sintaxJabier Arraiza Cenoz1-2/+2
2013-03-01BSpline refactorJabier Arraiza Cenoz1-64/+76
2013-02-28Fixed closed pc->eaJabier Arraiza Cenoz1-185/+235
2013-02-25BSpline refactorJabier Arraiza Cenoz1-64/+247
2013-02-23Saved for next refactorJabier Arraiza Cenoz1-75/+96
2013-02-19Mayor refactorJabier Arraiza Cenoz1-47/+35
2013-02-18refactorJabier Arraiza Cenoz1-25/+63
2013-02-14All done except cusp continuous and close bsplineJabier Arraiza Cenoz1-37/+41
2013-02-14Pen Context working in mode BSpline,Cusp mode to fixJabier Arraiza Cenoz1-13/+54
2013-02-13First Steps, BSpline Live Path Ok, working Pen ContextJabier Arraiza Cenoz1-75/+94
2013-02-13Removed unused functionJabier Arraiza Cenoz1-9/+0
2013-02-12First attempt for Adjustable WheightJabier Arraiza Cenoz1-59/+41
2013-01-26More GObject boilerplate reductionAlex Valavanis1-37/+9
2013-01-18Delete bspline node whith node tool and fix 1 segment continue shift errorJabier Arraiza Cenoz1-1/+3
2013-01-08Fix BSplines whit 1 segmentJabier Arraiza Cenoz1-6/+2
2013-01-06Fixed StartAnchor continue errors with bsplineJabier Arraiza Cenoz1-19/+21
2013-01-06fix continueJabier Arraiza Cenoz1-62/+49
2013-01-05fix continueJabier Arraiza Cenoz1-65/+62
2013-01-04Fixing StartAnchor problems in bsplineJabier Arraiza Cenoz1-56/+72
2012-12-24Fix shortcut Spiro to curveJabier Arraiza Cenoz1-11/+11
2012-12-24Going to mergeJabier Arraiza Cenoz1-159/+183
2012-12-21not workingJabier Arraiza Cenoz1-450/+394
2012-12-14bzr history lost by a killed mergeJabier Arraiza Cenoz1-36/+952
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-5/+5
2012-07-10Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad no...Nicolas Dufour1-4/+0
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-7/+7
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-8/+9
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-17/+17
2012-05-03Corrected hardcoded hit detection in pen & pencil tool endpoint detection.Jon A. Cruz1-7/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-54/+4
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-124/+99
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-34/+89
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-3/+4
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-2/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-2/+1
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-1/+1
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+5
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-1/+1
2010-02-28Pen context, paraxial mode: don't add a L-shaped path to close the shape when...Diederik van Lierop1-9/+14
2010-02-27Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...Diederik van Lierop1-0/+1
2010-02-23Pen tool in paraxial mode: fix automatic orientation of first line segmentDiederik van Lierop1-1/+6
2010-02-221) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop1-21/+33
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-3/+3
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-2/+16
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-8/+8