index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix blurry pattern fills on text objects (blocker bug #1005892).
Krzysztof Kosi??ski
2013-11-01
2
-31
/
+43
*
configure.ac: Correct help string for cdr support
Alex Valavanis
2013-11-01
1
-1
/
+1
*
libcroco: Backport size checking fix (commit 209e5,aa60a)
Alex Valavanis
2013-11-01
1
-2
/
+2
*
add clang-format file, not sure if all settings are set the way we want them ...
Johan B. C. Engelen
2013-10-31
1
-0
/
+43
*
conversions from radians to degrees for arcs (Bug 324117)
Alvin Penner
2013-10-31
2
-10
/
+12
*
Remove warning on bbox and allow empty bound selection to clear existing sele...
Martin Owens
2013-10-31
1
-8
/
+6
*
Partially fix crashes when entering a group with deleted id
Krzysztof Kosi??ski
2013-10-31
1
-4
/
+9
*
fix memleak. Export dialog still has many of its pointer members leaking !!!
Johan B. C. Engelen
2013-10-30
2
-24
/
+26
*
fix warnings
Johan B. C. Engelen
2013-10-30
1
-2
/
+14
*
suppress uninitialized variables (x and y) warning, don't ask why... g++'s wa...
Johan B. C. Engelen
2013-10-29
1
-2
/
+5
*
saving units is not implemented yet, and noone should call the save method
Johan B. C. Engelen
2013-10-29
2
-5
/
+6
*
units: fix stroke/gradient/whatever scaling when changing document unit in th...
Johan B. C. Engelen
2013-10-29
1
-5
/
+25
*
fix warning
Kris De Gussem
2013-10-29
1
-1
/
+1
*
btool: i know the whole multithread thing was a hack :-) so the fprinting sho...
Johan B. C. Engelen
2013-10-29
1
-2
/
+2
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-29
8
-10
/
+10
*
fix code: prevent cornercase from crashing
Johan B. C. Engelen
2013-10-29
1
-33
/
+31
*
suppress warning
Johan B. C. Engelen
2013-10-29
1
-0
/
+1
*
supress some compiler warnings
Johan B. C. Engelen
2013-10-29
1
-4
/
+2
*
fix crash
Johan B. C. Engelen
2013-10-28
2
-13
/
+16
*
unit display: fix typo
Johan B. C. Engelen
2013-10-28
1
-1
/
+1
*
fix crash
Johan B. C. Engelen
2013-10-28
1
-1
/
+1
*
Fix for bug #1156394 (OCAL dialog: Close button in German localization contai...
Nicolas Dufour
2013-10-28
1
-8591
/
+6973
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-28
6
-16
/
+16
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-27
6
-14
/
+14
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-27
6
-8
/
+8
*
fix warning and add comments about fixing code
Johan B. C. Engelen
2013-10-27
2
-1
/
+6
*
fix warnings
Johan B. C. Engelen
2013-10-27
3
-3
/
+3
*
add some nullptr checking, should fix crash (couldn't test)
Johan B. C. Engelen
2013-10-27
5
-5
/
+6
*
fix crash, partly fix vertical positioning issue. couldn't figure out how to ...
Johan B. C. Engelen
2013-10-27
2
-10
/
+8
*
reduce the amount of cmdline output from btool, make it easier to see compile...
Johan B. C. Engelen
2013-10-27
1
-9
/
+12
*
Fix gradient stop selection when switching to dropper tool.
Markus Engel
2013-10-27
1
-1
/
+2
*
Added some consts.
Markus Engel
2013-10-26
49
-183
/
+196
*
fix crash
Johan B. C. Engelen
2013-10-26
1
-1
/
+1
*
Fix memleak in reference counting introduced in r12532.
Markus Engel
2013-10-26
1
-1
/
+1
*
Fix for Bug 1241783 (WMF image output size)
David Mathog
2013-10-25
1
-1
/
+4
*
WMF import: fix scaling of files without ViewPort record
David Mathog
2013-10-25
1
-1
/
+3
*
don't update doc unit stuff when initializing DocumentProperties dialog widgets
Johan B. C. Engelen
2013-10-25
1
-8
/
+14
*
extensions: fix calculation of window center
Johan B. C. Engelen
2013-10-25
1
-0
/
+3
*
fix unit handling of all python extensions. did not test with all extensions
Johan B. C. Engelen
2013-10-25
23
-92
/
+100
*
Fix for Bug 1242927 (minor EMF import issues)
David Mathog
2013-10-24
1
-4
/
+11
*
Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)
David Mathog
2013-10-24
3
-0
/
+5
*
try to add some const-correctness
Johan B. C. Engelen
2013-10-24
4
-2
/
+9
*
fix bad style
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
12
-14
/
+25
*
fix crash bug 1237676
Johan B. C. Engelen
2013-10-24
2
-15
/
+22
*
Fix for Bug #1200399 (xcf export fails if file or layer names contain non-ASC...
Nicolas Dufour
2013-10-23
1
-1
/
+1
*
Latvian translation update
Janis Eisaks
2013-10-22
1
-3
/
+5
*
cppcheck
Kris De Gussem
2013-10-22
3
-9
/
+9
*
Fix for Bug #1022543 (Ctrl+C increments the documents count).
Nicolas Dufour
2013-10-22
1
-7
/
+11
*
Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).
Nicolas Dufour
2013-10-22
1
-2
/
+9
[next]