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-01-09
56
-509
/
+763
|
\
|
*
null check: fix regression Bug #1258815 (crash after using Edit nodes icon tw...
Kris De Gussem
2014-01-09
1
-1
/
+1
|
*
add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in Ink...
Kris De Gussem
2014-01-08
1
-0
/
+3
|
*
suppress compiler warnings
Kris De Gussem
2014-01-08
1
-1
/
+1
|
*
Rebuild symbols collection if opening or closing documents.
Martin Owens
2014-01-08
2
-0
/
+10
|
*
Add id switch to unsymbol to stop clones from being deleted.
Martin Owens
2014-01-08
1
-1
/
+2
|
*
comment-out unused code
Johan B. C. Engelen
2014-01-08
1
-1
/
+3
|
*
fix warnings
Johan B. C. Engelen
2014-01-08
1
-4
/
+4
|
*
fix warning, update comments
Johan B. C. Engelen
2014-01-08
1
-5
/
+4
|
*
small code clarification, doesn't change anything, but makes intent more clear
Johan B. C. Engelen
2014-01-08
1
-1
/
+1
|
*
Change my mind on the solution to the bug, protect all selection additions.
Martin Owens
2014-01-08
2
-2
/
+2
|
*
Prevent infinite loop with bad input.
Tavmjong Bah
2014-01-08
1
-0
/
+1
|
*
warning cleanup
Johan B. C. Engelen
2014-01-08
1
-1
/
+1
|
*
Make damn sure the item hasn't been deleted before adding it.
Martin Owens
2014-01-08
1
-1
/
+2
|
*
fix "set but ununused" warning
Johan B. C. Engelen
2014-01-08
1
-4
/
+4
|
*
glyph drawing: improve code
Johan B. C. Engelen
2014-01-08
1
-18
/
+16
|
*
fix bug (and add parens so we don't rely on operator precedence)
Johan B. C. Engelen
2014-01-08
1
-1
/
+1
|
*
Language pseudo class should be case-insenstivie
Martin Owens
2014-01-08
1
-3
/
+1
|
*
c-string buffer > Glib::ustring usage
Kris De Gussem
2014-01-06
1
-8
/
+3
|
*
Fix transforming shapes with path effect applied (bug #1247324)
Jabier Arraiza Cenoz
2014-01-06
3
-0
/
+15
|
*
Only display snapping tooltip if source / target are defined (LP #1255764)
Bryce Harrington
2014-01-06
1
-23
/
+25
|
*
Uniform colons usage in UI in front of edit boxes
Kris De Gussem
2014-01-05
1
-4
/
+4
|
*
modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...
Alvin Penner
2014-01-04
4
-89
/
+97
|
*
Fix for bug #1057494 (Remove Manual Kerns hides the selected text).
Nicolas Dufour
2014-01-04
1
-0
/
+1
|
*
Fix for Bug #1265556 (plain svg export is broken for filter).
Nicolas Dufour
2014-01-04
3
-3
/
+3
|
*
Fixing errors and warnings in the debug code.
Nicolas Dufour
2014-01-04
1
-5
/
+5
|
*
gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContext
Alex Valavanis
2014-01-03
1
-35
/
+49
|
*
gimpspinscale (upstream #6940c): Add get/set_label
Alex Valavanis
2014-01-03
2
-36
/
+68
|
*
gimpspinscale (upstream #fb623): Reorder functions
Alex Valavanis
2014-01-03
1
-23
/
+23
|
*
gimpspinscale (upstream #ce8ae): Fix text rendering on dark bg
Alex Valavanis
2014-01-03
1
-56
/
+141
|
*
gimpspinscale (upstream #85a09): Fix drag issue
Alex Valavanis
2014-01-03
1
-2
/
+10
|
*
Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3
Alex Valavanis
2014-01-03
4
-6
/
+6
|
*
fix pointer initialization ( "0" --> "NULL")
Johan B. C. Engelen
2014-01-02
1
-12
/
+12
|
*
try to improve some error-prone piece of code (icon name related)
Johan B. C. Engelen
2014-01-02
1
-8
/
+9
|
*
fix Windows build (constness)
Johan B. C. Engelen
2014-01-02
1
-3
/
+3
|
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
22
-145
/
+229
|
*
memory leak fix (doc_title) + code readability
Kris De Gussem
2014-01-02
1
-14
/
+10
*
|
Fix a bug whith oposite handles on node move,and a little cleanup
Jabier Arraiza Cenoz
2014-01-09
2
-14
/
+11
*
|
update to trunk
Jabier Arraiza Cenoz
2014-01-02
2
-4
/
+7
|
\
|
|
*
Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in...
Nicolas Dufour
2014-01-02
1
-2
/
+5
|
*
prevent singularity when scaling horizontal or vertical line
Alvin Penner
2013-12-31
1
-2
/
+2
*
|
Fixed a boring bug sometimes curves be converted to lines, increasing a bit t...
Jabier Arraiza Cenoz
2014-01-02
3
-19
/
+37
*
|
fix a bug whith degenerate handles
Jabier Arraiza Cenoz
2013-12-31
1
-1
/
+1
*
|
refactor, fixing some diff diferences
Jabier Arraiza Cenoz
2013-12-31
1
-0
/
+1
*
|
Spanish comment of pencil-tool.cpp
Jabier Arraiza Cenoz
2013-12-31
1
-2
/
+2
*
|
Spanish comment of pencil-tool.cpp/.h
Jabier Arraiza Cenoz
2013-12-31
2
-98
/
+54
*
|
Spanish comment of node-tool.cpp
Jabier Arraiza Cenoz
2013-12-30
1
-0
/
+1
*
|
Spanish comment of freehand-base.cpp
Jabier Arraiza Cenoz
2013-12-30
3
-6
/
+5
*
|
Spanish comment of path-manipulator-cpp
Jabier Arraiza Cenoz
2013-12-30
1
-14
/
+18
*
|
Spanish comment of multi-path-manipulator-cpp
Jabier Arraiza Cenoz
2013-12-30
1
-0
/
+2
[next]