index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
/
pencil-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
Fix a bug in BSpline whith pencil mode and handles tolerance
Jabier Arraiza Cenoz
1
-6
/
+7
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-3
/
+0
2015-04-10
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
1
-11
/
+11
2015-03-07
add interactive smooth to pen tool
Jabier Arraiza Cenoz
1
-4
/
+10
2015-02-25
Strip ToolFactory
Liam P. White
1
-9
/
+0
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+8
2014-09-24
Now add the helper colors also to pencil helper
Jabier Arraiza Cenoz
1
-1
/
+8
2014-06-07
Undo changes in r13391
Liam P. White
1
-2
/
+3
2014-06-06
Clean up some unnecessary pointer usage in livarot
Liam P. White
1
-3
/
+2
2014-03-31
clarify the 'sc' and 'ec' SPCurve, by point of VinÃcius, whith the result of...
Jabier Arraiza Cenoz
1
-3
/
+1
2014-03-29
Removed obsolete header file.
Markus Engel
1
-10
/
+11
2014-03-27
Changed some return types from gint to bool.
Markus Engel
1
-5
/
+5
2014-03-26
Cleaned up pencil-tool.
Markus Engel
1
-47
/
+37
2014-03-26
Cleaned up connector-tool, pen-tool, and pencil-tool.
Markus Engel
1
-51
/
+42
2014-03-20
Full refactor of path continuations in bspline-spirolive mode, I think no mor...
Jabier Arraiza Cenoz
1
-0
/
+3
2014-03-05
Fixing branch problems
Jabier Arraiza Cenoz
1
-2
/
+2
2014-03-05
Translations
Jabier Arraiza Cenoz
1
-2
/
+2
2014-03-05
translations from spanish to english done, it might need a little review, but...
Guiu Rocafort
1
-2
/
+2
2014-03-02
Added some consts. Turned functions to member functions.
Markus Engel
1
-270
/
+227
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-13
/
+8
2013-12-31
Spanish comment of pencil-tool.cpp
Jabier Arraiza Cenoz
1
-2
/
+2
2013-12-30
Refactorizing
Jabier Arraiza Cenoz
1
-8
/
+0
2013-11-12
Clean up some tool related things.
Markus Engel
1
-1
/
+1
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-5
/
+5
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-41
/
+47
2013-10-07
cppcheck: initialisation
Kris De Gussem
1
-10
/
+10
2013-08-04
Cleaned up once more.
Markus Engel
1
-37
/
+17
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-8
/
+8
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-1
/
+1
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-69
/
+8
2013-04-17
Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ...
root
1
-4
/
+4
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-0
/
+15
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-0
/
+2
2013-04-09
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
1
-8
/
+16
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-8
/
+31
2013-03-11
~sub fix, double click to reset default handles and control to 10% step
root
1
-1
/
+3
2013-03-10
Add pencil BSpline mode
Jabier Arraiza Cenoz
1
-2
/
+6
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-32
/
+5
2013-01-08
Fix BSplines whit 1 segment
Jabier Arraiza Cenoz
1
-3
/
+6
2013-01-07
Update name
root
1
-0
/
+1
2012-12-21
not working
Jabier Arraiza Cenoz
1
-2
/
+17
2012-10-02
fix for bug 310206: although the path is made with only cubic beziers (bezier...
Johan B. C. Engelen
1
-9
/
+16
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-48
/
+1
[next]