index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pencil-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-916
/
+0
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-41
/
+47
*
cppcheck: initialisation
Kris De Gussem
2013-10-07
1
-10
/
+10
*
Cleaned up once more.
Markus Engel
2013-08-04
1
-37
/
+17
*
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
1
-8
/
+8
*
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-1
/
+1
*
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
*
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-69
/
+8
*
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-0
/
+15
*
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-0
/
+2
*
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
2013-04-09
1
-8
/
+16
*
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
2013-04-08
1
-8
/
+31
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-32
/
+5
*
fix for bug 310206: although the path is made with only cubic beziers (bezier...
Johan B. C. Engelen
2012-10-02
1
-9
/
+16
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
2012-06-09
1
-1
/
+1
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-48
/
+1
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-4
/
+4
*
Replace deprecated GDK key symbols
Alex Valavanis
2012-04-09
1
-13
/
+65
*
cppcheck
Kris De Gussem
2012-03-07
1
-1
/
+1
*
cppcheck
Kris De Gussem
2012-02-15
1
-1
/
+1
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-1
/
+2
*
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
2011-10-08
1
-2
/
+5
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+2
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-6
/
+6
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-0
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Snapmanager in pencil tool: setup() must be followed by unSetup() to clear po...
Diederik van Lierop
2010-08-22
1
-3
/
+4
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+2
*
Second attempt at fixing LP452174 (first node in freehand is ignored)
Diederik van Lierop
2010-02-08
1
-1
/
+7
*
Pencil tool: fix drawing when starting a new freehand path on top of the pre-...
Diederik van Lierop
2010-02-07
1
-5
/
+26
*
Tiny bit of refactoring (inverting some logic)
Diederik van Lierop
2010-02-06
1
-5
/
+1
*
Don't discard first point in pencil's freehand mode, and add a missing return...
Diederik van Lierop
2010-02-04
1
-0
/
+1
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-1
/
+6
*
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
2010-01-23
1
-13
/
+13
*
restore ctrl+click dots in pencil
bulia byak
2009-09-03
1
-1
/
+12
*
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
2009-07-18
1
-8
/
+4
*
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
2009-03-29
1
-8
/
+8
*
limit dot creation to straight line modes of Pen only
bulia byak
2009-02-24
1
-14
/
+2
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-3
/
+3
*
simplify sketch result to fix crash
Johan B. C. Engelen
2009-01-27
1
-0
/
+9
*
fix crash when drawing very quickly while still loading inkscape.
Johan B. C. Engelen
2009-01-27
1
-3
/
+4
*
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
2009-01-25
1
-43
/
+41
*
fix build
Johan B. C. Engelen
2009-01-08
1
-1
/
+1
*
fix crash bug 310206
Johan B. C. Engelen
2008-12-22
1
-7
/
+7
*
remove 2geom transition code
Johan B. C. Engelen
2008-12-13
1
-12
/
+23
*
pencil sketching now allows for different smooth settings
Johan B. C. Engelen
2008-12-13
1
-28
/
+19
*
add sketch mode to pencil tool
Johan B. C. Engelen
2008-12-13
1
-18
/
+159
*
simplify interpolating the curve in pencil-context.
Johan B. C. Engelen
2008-12-06
1
-19
/
+6
*
NR::LInfty => Geom::
Johan B. C. Engelen
2008-12-05
1
-1
/
+1
[next]