index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update to trunk
Jabier Arraiza Cenoz
2014-03-03
5
-33
/
+32
|
\
|
*
code cleanup
Johan B. C. Engelen
2014-03-03
1
-18
/
+17
|
*
no need to use bitfields here. The pre-commit code also looks confusingly sim...
Johan B. C. Engelen
2014-03-03
1
-1
/
+1
|
*
change 0 to NULL for pointers
Johan B. C. Engelen
2014-03-03
3
-8
/
+8
|
*
- fix memleak
Johan B. C. Engelen
2014-03-03
1
-6
/
+6
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-03
3
-5
/
+18
|
\
|
|
*
Fix for W3C test suite filters-displace-01-f.svg. Don't set default colorspac...
Tavmjong Bah
2014-03-03
1
-2
/
+3
|
*
Don't try to load JPG and PNG files with createChildDoc().
Tavmjong Bah
2014-03-03
2
-3
/
+15
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-02
44
-606
/
+334
|
\
|
|
*
Fixed includes for tools.
Markus Engel
2014-03-02
44
-606
/
+334
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-02
8
-36
/
+104
|
\
|
|
*
fix scaling crash for clipped objects (Bug 1286647)
Alvin Penner
2014-03-02
1
-1
/
+10
|
*
Stop tracking SPDocuments as they are deleted.
Jon A. Cruz
2014-03-02
2
-30
/
+75
|
*
Adding destroy signal do document to allow proper cleanup.
Jon A. Cruz
2014-03-02
3
-0
/
+11
|
*
Avoid crashing when the document is set to NULL (upon cleanup, window closing...
Jon A. Cruz
2014-03-02
1
-1
/
+4
|
*
rename variable names to prevent hiding of names in outer scopes
Johan B. C. Engelen
2014-03-02
1
-4
/
+4
*
|
Add new curve structure to show temporay item while draw on bspline and spiro...
Jabier Arraiza Cenoz
2014-03-02
3
-9
/
+45
*
|
Fixed update to trunk, lot of changes vinÃcius
Jabier Arraiza Cenoz
2014-03-02
2
-85
/
+66
*
|
Resolving conflicts, maybe broken
Jabier Arraiza Cenoz
2014-03-02
21
-1235
/
+1196
|
\
|
|
*
Added some consts. Turned functions to member functions.
Markus Engel
2014-03-02
21
-1060
/
+982
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-01
6
-50
/
+76
|
\
|
|
*
Fix for crash when cycle-selecting.
Markus Engel
2014-03-01
2
-39
/
+28
|
*
Fix for crashes on fast tool toggling.
Markus Engel
2014-03-01
2
-4
/
+18
|
*
Hack for when blur or offset are expressed in terms of object bounding box.
Tavmjong Bah
2014-03-01
2
-7
/
+30
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-01
5
-83
/
+96
|
\
|
|
*
Use viewport when calculating filter primitive region when 'primitiveUnits' s...
Tavmjong Bah
2014-03-01
3
-35
/
+67
|
*
Code cleanup and indentation.
Tavmjong Bah
2014-03-01
1
-45
/
+28
|
*
Remove unused variable.
Jon A. Cruz
2014-03-01
1
-1
/
+2
|
*
Remove unused shadowed variables.
Jon A. Cruz
2014-03-01
1
-3
/
+0
*
|
Substitute isBSpline property by a cached function isBSpline(bool)
Jabier Arraiza Cenoz
2014-03-01
4
-27
/
+29
*
|
adding some comments
Jabier Arraiza Cenoz
2014-02-28
2
-3
/
+7
*
|
update to trunk
Jabier Arraiza Cenoz
2014-02-28
17
-107
/
+271
|
\
|
|
*
Spray tool:
Nicolas Dufour
2014-02-28
2
-34
/
+64
|
*
Embedded SVG's cannot be transformed.
Tavmjong Bah
2014-02-28
2
-0
/
+13
|
*
Properly identify an embedded SVG.
Tavmjong Bah
2014-02-28
2
-0
/
+4
|
*
Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).
Nicolas Dufour
2014-02-28
1
-0
/
+5
|
*
Use viewport when calculating filter region when filterUnits set to "userSpac...
Tavmjong Bah
2014-02-28
2
-8
/
+43
|
*
Copy event with gdk_event_copy instead of assigning to structure by value.
Krzysztof Kosi??ski
2014-02-28
1
-8
/
+9
|
*
Work around a crash in the Undo History dialog caused by incorrect
Krzysztof Kosi??ski
2014-02-28
1
-1
/
+17
|
*
remove some unnecessary copying/casting
Johan B. C. Engelen
2014-02-27
1
-4
/
+4
|
*
swatches dialog: remove unused code part. cleanup some code
Johan B. C. Engelen
2014-02-27
1
-7
/
+3
|
*
swatches dialog: properly reference count the reference to SPDocument in time...
Johan B. C. Engelen
2014-02-27
1
-1
/
+2
|
*
remove superfluous line of code (vector has just been constructed, so is empty)
Johan B. C. Engelen
2014-02-27
1
-1
/
+0
|
*
Fix whitespace formatting of dbus documentation (bug 1282045)
Tomasz Boczkowski
2014-02-27
1
-1
/
+1
|
*
Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ever...
Tavmjong Bah
2014-02-27
1
-4
/
+11
|
*
Correct the ungrouping logic so that selected clones of selected groups
Krzysztof Kosi??ski
2014-02-27
1
-2
/
+2
|
*
Partial fix for LP #1001756 (crash when ungrouping a selection
Krzysztof Kosi??ski
2014-02-27
3
-32
/
+89
|
*
Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,
Krzysztof Kosi??ski
2014-02-27
2
-6
/
+6
*
|
update to trunk
Jabier Arraiza Cenoz
2014-02-26
37
-599
/
+581
|
\
|
|
*
Added template functions as a casting-macro replacement.
Markus Engel
2014-02-26
2
-3
/
+33
[next]