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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated with trunk
Marc Jeanmougin
2015-04-29
57
-286
/
+2
|
\
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
57
-286
/
+2
*
|
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
2015-04-27
3
-3
/
+3
*
|
removed a few "using Inkscape::Util::GSListConstIterator"
Marc Jeanmougin
2015-04-27
2
-6
/
+0
*
|
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
2015-04-26
3
-4
/
+3
*
|
merging
Marc Jeanmougin
2015-04-26
31
-539
/
+818
|
\
|
|
*
Replace GList by std::vector
Tavmjong Bah
2015-04-14
2
-35
/
+25
|
*
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
2015-04-10
9
-350
/
+357
|
*
Cleaned up cmake files to build successfully on Linux.
Jon A. Cruz
2015-04-08
1
-11
/
+18
|
*
inicialice a header variable
Jabier Arraiza Cenoz
2015-04-02
1
-0
/
+1
|
*
Fix a bug introduced by me using path parameters in LPE
Jabier Arraiza Cenoz
2015-03-23
1
-23
/
+17
|
*
Fix a bug in multi-path-manipulator and finish bspline refactor
Jabier Arraiza Cenoz
2015-03-21
3
-17
/
+13
|
*
Fix GTK3 build (typo).
Tavmjong Bah
2015-03-21
1
-1
/
+1
|
*
Improve the cache system of bspline, "Correctly" show bspline weight power on...
Jabier Arraiza Cenoz
2015-03-21
4
-14
/
+28
|
*
Add GUI for 'viewBox'.
Tavmjong Bah
2015-03-21
2
-22
/
+168
|
*
sp. fix seperate
Bryce Harrington
2015-03-21
1
-1
/
+1
|
*
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
2015-03-19
7
-8
/
+8
|
*
Changed two SP_IS_LPE_ITEM calls
Jabier Arraiza Cenoz
2015-03-18
1
-16
/
+22
|
*
Remove sleep() left over from debugging.
Tavmjong Bah
2015-03-17
1
-1
/
+0
|
*
Partial fix for bug 1430873. Ellipses should behave properly with % values.
Tavmjong Bah
2015-03-16
1
-6
/
+6
|
*
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
2015-03-14
1
-49
/
+35
|
*
Fix for a potential (though unlikely) dereference of null pointer in the spra...
Nicolas Dufour
2015-03-14
1
-32
/
+34
|
*
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
2015-03-11
3
-1
/
+141
|
*
remember status of preview pane in native Windows open dialog. (Bug 1428873)
Alvin Penner
2015-03-10
1
-0
/
+8
|
*
Update simplify and bspline to auto size some helper paths based on current zoom
Jabier Arraiza Cenoz
2015-03-08
2
-7
/
+7
|
*
Fix for Bug #918319 (Printing offsets page).
Nicolas Dufour
2015-03-05
1
-19
/
+2
|
*
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
2015-03-01
2
-10
/
+10
|
*
Translations. New Icenlandic translation.
Sveinn í Felli
2015-02-27
1
-2
/
+2
*
|
merge
Marc Jeanmougin
2015-04-26
32
-226
/
+116
|
\
|
|
*
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
2015-02-26
6
-6
/
+6
|
*
Isolate components of libgc
Liam P. White
2015-02-25
6
-6
/
+6
|
*
Strip ToolFactory
Liam P. White
2015-02-25
26
-220
/
+110
*
|
more cast cleanup
Marc Jeanmougin
2015-02-27
10
-21
/
+21
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
26
-82
/
+68
*
|
Merge, resolved conflicts
Marc Jeanmougin
2015-02-23
13
-174
/
+88
|
\
|
|
*
Make icon creation more consistent - use sp_icon_new where possible
Liam P. White
2015-02-22
8
-166
/
+69
|
*
Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting clone...
Marc Jeanmougin
2015-02-21
1
-1
/
+3
|
*
Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ...
Marc Jeanmougin
2015-02-21
1
-1
/
+9
|
*
Fix for bug 1409591 :
Marc Jeanmougin
2015-02-20
1
-1
/
+1
|
*
Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken)
Marc Jeanmougin
2015-02-20
1
-3
/
+4
|
*
i18n
Kris De Gussem
2015-02-16
2
-2
/
+2
*
|
added a set to the Selection
Marc Jeanmougin
2015-02-19
3
-20
/
+14
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
35
-187
/
+181
*
|
I can't really understand why, but i can now launch inkscape without it segfa...
mc
2015-02-18
3
-9
/
+9
*
|
Just...
mc
2015-02-18
29
-246
/
+236
*
|
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
9
-159
/
+162
|
/
*
Commenting dead assignments.
Nicolas Dufour
2015-02-08
2
-10
/
+18
*
Fix for Bug #1417752 (Find & Replace ignores Flowed text objects).
Nicolas Dufour
2015-02-06
1
-1
/
+5
*
Typos (Bug #1417127)
Kris De Gussem
2015-02-03
1
-1
/
+1
*
Fix for bug #1130348 (Paint bucket filling multiple regions crashes when scro...
Kim Maxim (fixer21k)
2015-01-25
1
-1
/
+1
[next]