index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pen-context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-11
~sub fix, double click to reset default handles and control to 10% step
root
1
-17
/
+33
2013-03-05
BPower for testing.
Jabier Arraiza Cenoz
1
-123
/
+93
2013-03-03
Fix sintax
Jabier Arraiza Cenoz
1
-2
/
+2
2013-03-01
BSpline refactor
Jabier Arraiza Cenoz
1
-64
/
+76
2013-02-28
Fixed closed pc->ea
Jabier Arraiza Cenoz
1
-185
/
+235
2013-02-25
BSpline refactor
Jabier Arraiza Cenoz
1
-64
/
+247
2013-02-23
Saved for next refactor
Jabier Arraiza Cenoz
1
-75
/
+96
2013-02-19
Mayor refactor
Jabier Arraiza Cenoz
1
-47
/
+35
2013-02-18
refactor
Jabier Arraiza Cenoz
1
-25
/
+63
2013-02-14
All done except cusp continuous and close bspline
Jabier Arraiza Cenoz
1
-37
/
+41
2013-02-14
Pen Context working in mode BSpline,Cusp mode to fix
Jabier Arraiza Cenoz
1
-13
/
+54
2013-02-13
First Steps, BSpline Live Path Ok, working Pen Context
Jabier Arraiza Cenoz
1
-75
/
+94
2013-02-13
Removed unused function
Jabier Arraiza Cenoz
1
-9
/
+0
2013-02-12
First attempt for Adjustable Wheight
Jabier Arraiza Cenoz
1
-59
/
+41
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-37
/
+9
2013-01-18
Delete bspline node whith node tool and fix 1 segment continue shift error
Jabier Arraiza Cenoz
1
-1
/
+3
2013-01-08
Fix BSplines whit 1 segment
Jabier Arraiza Cenoz
1
-6
/
+2
2013-01-06
Fixed StartAnchor continue errors with bspline
Jabier Arraiza Cenoz
1
-19
/
+21
2013-01-06
fix continue
Jabier Arraiza Cenoz
1
-62
/
+49
2013-01-05
fix continue
Jabier Arraiza Cenoz
1
-65
/
+62
2013-01-04
Fixing StartAnchor problems in bspline
Jabier Arraiza Cenoz
1
-56
/
+72
2012-12-24
Fix shortcut Spiro to curve
Jabier Arraiza Cenoz
1
-11
/
+11
2012-12-24
Going to merge
Jabier Arraiza Cenoz
1
-159
/
+183
2012-12-21
not working
Jabier Arraiza Cenoz
1
-450
/
+394
2012-12-14
bzr history lost by a killed merge
Jabier Arraiza Cenoz
1
-36
/
+952
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-5
/
+5
2012-07-10
Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad no...
Nicolas Dufour
1
-4
/
+0
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-7
/
+7
2012-05-09
Centralized line creation and enhanced visibility.
Jon A. Cruz
1
-8
/
+9
2012-05-04
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
1
-17
/
+17
2012-05-03
Corrected hardcoded hit detection in pen & pencil tool endpoint detection.
Jon A. Cruz
1
-7
/
+0
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-54
/
+4
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-124
/
+99
2012-04-09
Replace deprecated GDK key symbols
Alex Valavanis
1
-34
/
+89
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-3
/
+4
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
1
-2
/
+4
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-2
/
+1
2011-04-17
add new preference widget for a number with a unit.
Johan B. C. Engelen
1
-1
/
+1
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-0
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-0
/
+5
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-1
/
+1
2010-02-28
Pen context, paraxial mode: don't add a L-shaped path to close the shape when...
Diederik van Lierop
1
-9
/
+14
2010-02-27
Pen tool in paraxial mode: Fix automatic selection of the correct paraxial di...
Diederik van Lierop
1
-0
/
+1
2010-02-23
Pen tool in paraxial mode: fix automatic orientation of first line segment
Diederik van Lierop
1
-1
/
+6
2010-02-22
1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...
Diederik van Lierop
1
-21
/
+33
2010-02-06
Tiny bit of refactoring (inverting some logic)
Diederik van Lierop
1
-3
/
+3
2010-01-30
Finally introducing the pre-snap indicator
Diederik van Lierop
1
-2
/
+16
2010-01-23
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
1
-8
/
+8
[next]