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
/
freehand-base.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-27
Working on preview over powerpencil
Jabier Arraiza
1
-33
/
+32
2017-08-25
Starting with powerpencil
Jabier Arraiza
1
-3
/
+59
2017-08-13
Attemp to fix bug 1707899, retain shapes color. Also now retain shape previou...
Jabier Arraiza
1
-11
/
+25
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-2
/
+2
2017-05-01
Calligraphy mode: creates dots on single click.
Marc Jeanmougin
1
-2
/
+6
2016-11-06
Fix some bugs on pen/cil dropdown shapes
Jabier Arraiza Cenoz
1
-42
/
+42
2016-11-06
Minor tweak
Jabier Arraiza Cenoz
1
-1
/
+1
2016-11-06
Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends prev...
Jabier Arraiza Cenoz
1
-1
/
+1
2016-11-05
Fix bug:1639098
Jabier Arraiza Cenoz
1
-2
/
+9
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-1
/
+1
2016-09-15
Remove "== true"s
Shlomi Fish
1
-2
/
+2
2016-09-11
Fix compiler warning
Jabier Arraiza Cenoz
1
-1
/
+1
2016-09-11
Fix bugs: #1621234 and #172137
Jabier Arraiza Cenoz
1
-19
/
+20
2016-08-29
Fix a bug in pattern along path at first edit node after applied. Backport it...
Jabier Arraiza Cenoz
1
-0
/
+13
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-15
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+15
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-15
/
+1
2016-06-16
Fixes some bugs related to powerstroke 'Powerstroke infinite loop'
Jabier Arraiza Cenoz
1
-30
/
+10
2016-05-10
Fix a bug on Pen tool when use bend path as option and the clipboard has some...
Jabier Arraiza Cenoz
1
-1
/
+4
2016-01-06
Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbar
Jabier Arraiza Cenoz
1
-1
/
+6
2015-08-08
allow more translations than only scale
Jabier Arraiza Cenoz
1
-5
/
+1
2015-08-07
Fix a bug scaling path parameters
Jabier Arraiza Cenoz
1
-11
/
+28
2015-08-05
Allow scale on bend items
Jabier Arraiza Cenoz
1
-1
/
+9
2015-08-05
Fix bug on apply effect from pen/pencil toolbar
Jabier Arraiza Cenoz
1
-27
/
+17
2015-08-05
Fix some transform problems in Bend path.
Jabier Arraiza Cenoz
1
-27
/
+17
2015-08-02
Fixed some typos in bsector and bspline
Jabier Arraiza Cenoz
1
-15
/
+31
2015-08-01
Update simplify interactive to handle trinagle out powerstrokes, also fix it ...
Jabier Arraiza Cenoz
1
-5
/
+7
2015-07-27
Fix LPE stack in interactive simplify
jtx
1
-8
/
+8
2015-07-22
Fix a bug continuing a bezier path whith a LPE one like spiro or bspline on a...
Jabier Arraiza Cenoz
1
-4
/
+3
2015-07-10
Fix a bug continuing a bezier path whith a LPE one like spiro or bspline
Jabier Arraiza Cenoz
1
-3
/
+4
2015-04-29
Fis fix a bug finded in my presentation in the HackFest
jabiertxof
1
-2
/
+6
2015-04-10
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
1
-6
/
+6
2015-04-09
Rename a variable to current coding style
Jabier Arraiza Cenoz
1
-14
/
+14
2015-03-10
Update to new simplify
Jabier Arraiza Cenoz
1
-2
/
+0
2015-03-09
Fix new added simplify parameter
Jabier Arraiza Cenoz
1
-0
/
+1
2015-03-08
fix to fit the new parameters of simplify lpe
Jabier Arraiza Cenoz
1
-1
/
+0
2015-03-08
allow use multiple lines, added new icon
Jabier Arraiza Cenoz
1
-1
/
+1
2015-03-07
add interactive smooth to pen tool
Jabier Arraiza Cenoz
1
-0
/
+26
2014-12-25
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
1
-12
/
+7
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-4
/
+4
2014-11-24
updated code to work on 0.92 code
Jabier Arraiza Cenoz
1
-9
/
+12
2014-11-24
Fixing bend from clipboard to trunk 0.92
Jabier Arraiza Cenoz
1
-27
/
+21
2014-11-24
Fix a bug in pen/cil modes triangle in/out
Jabier Arraiza Cenoz
1
-1
/
+1
2014-11-19
modify sequence of events. (Bug 1247801)
Alvin Penner
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-31
/
+9
2014-09-24
A bit refactor, remove some old vars
Jabier Arraiza Cenoz
1
-22
/
+0
2014-09-24
Show the helper curves in pen tool with the color of the current layer define...
Jabier Arraiza Cenoz
1
-0
/
+1
[prev]
[next]