index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure adjustment is attached to spin button
Martin Owens
2016-03-22
1
-0
/
+5
*
Code cleanup. Removal of rogue copy of "create_adjustment_action".
Martin Owens
2016-03-22
1
-84
/
+76
*
Add line-height unit selector to text toolbar.
Tavmjong Bah
2016-03-22
2
-14
/
+243
*
Reverting 14701.
Tavmjong Bah
2016-03-18
3
-148
/
+98
*
Revert 14707
Tavmjong Bah
2016-03-18
1
-5
/
+3
*
Commit to using our stored units for now.
Martin Owens
2016-03-15
1
-3
/
+5
*
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
2016-03-12
3
-98
/
+148
*
Re-order the stroke dialog so buttons are collected and miter is inline.
Martin Owens
2016-03-08
1
-73
/
+69
*
Add GUI for 'paint-order' property.
Tavmjong Bah
2016-03-07
2
-1
/
+117
*
Hide with widget in delete mode of eraser tool
Jabier Arraiza Cenoz
2016-03-04
1
-0
/
+7
*
update to trunk
Jabier Arraiza Cenoz
2016-03-01
2
-139
/
+207
|
\
|
*
Code-design. Fixing variable initialization warnings and replacing tabs with ...
Nicolas Dufour
2016-02-29
1
-9
/
+9
|
*
UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, unle...
Eduard Braun (eduard-braun2)
2016-02-27
1
-130
/
+198
|
*
Clarify meaning of line spacing.
Tavmjong Bah
2016-02-20
1
-1
/
+1
*
|
Improve fill rule and add mass option
Jabier Arraiza Cenoz
2016-03-01
2
-4
/
+68
*
|
Improved eraser tool, now working on documents not pixels and with 0 width
Jabier Arraiza Cenoz
2016-02-13
1
-3
/
+3
|
/
*
Changed one icon/action in meassure toolbar to one more explicit
Jabier Arraiza Cenoz
2016-02-07
2
-11
/
+11
*
Added phantom meassure feature to meassure tool
Jabier Arraiza Cenoz
2016-02-06
2
-0
/
+19
*
Remove duplicate mensage
Jabier Arraiza Cenoz
2016-02-01
1
-1
/
+1
*
Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil to...
Jabier Arraiza Cenoz
2016-02-01
2
-4
/
+12
*
Fixed a bug related to windows position on dynamic toolbat commit
Jabier Arraiza Cenoz
2016-01-29
1
-2
/
+5
*
Add dinamic toolbar to spray,poligon/star and wrap tools
Jabier Arraiza Cenoz
2016-01-28
4
-67
/
+74
*
Fix GTK+ fullscreen issue
Alex Valavanis
2015-12-27
1
-2
/
+0
*
Remove superfluous glibmm/threads.h checks
Alex Valavanis
2015-12-27
3
-12
/
+0
*
Revert Pango/Harfbuzz fixes. Needs work
Alex Valavanis
2015-12-27
3
-0
/
+12
*
Remove superfluous glibmm/threads.h checks
Alex Valavanis
2015-12-27
3
-12
/
+0
*
minor typos (mail to inkscape-translator)
Yuri Chornoivan
2015-12-26
2
-5
/
+5
*
Remove unused header file.
Tavmjong Bah
2015-12-09
1
-1
/
+0
*
Remove unnecesary headers for GTK3
Jabier Arraiza Cenoz
2015-12-09
1
-2
/
+0
*
update to trunk
Marc Jeanmougin
2015-12-09
2
-20
/
+31
|
\
|
*
Remove unused var in header file
Jabier Arraiza Cenoz
2015-12-09
1
-1
/
+0
|
*
Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal ruler
Jabier Arraiza Cenoz
2015-12-09
2
-20
/
+32
*
|
cppification: GSList replaced by vectors (connectors)
Marc Jeanmougin
2015-12-08
1
-6
/
+4
*
|
0-sized arrays are supposed to be forbidden
Marc Jeanmougin
2015-12-08
1
-4
/
+4
*
|
update to trunk + resolve conflicts
Marc Jeanmougin
2015-12-08
2
-10
/
+67
|
\
|
|
*
update to trunk
Jabier Arraiza Cenoz
2015-12-08
1
-9
/
+9
|
|
\
|
*
|
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
2015-12-06
2
-40
/
+47
|
*
|
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-13
/
+16
|
*
|
String desc fix
Jabier Arraiza Cenoz
2015-12-03
1
-2
/
+0
|
*
|
Add global lock guides to the rulers
Jabier Arraiza Cenoz
2015-12-03
2
-6
/
+55
*
|
|
update to trunk
Marc Jeanmougin
2015-12-07
1
-9
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
static code analysis
Kris De Gussem
2015-12-07
1
-9
/
+9
|
|
/
*
|
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
4
-28
/
+26
*
|
cppification: GSList replaced by vectors (mostly related to gradients and mes...
Marc Jeanmougin
2015-12-06
1
-16
/
+15
|
/
*
Remove unused headers.
Tavmjong Bah
2015-11-25
2
-4
/
+0
*
Merge 'writing-modes' branch.
Tavmjong Bah
2015-11-24
2
-13
/
+168
|
\
|
*
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
2015-10-28
2
-13
/
+168
*
|
Change context from gradient to mesh.
Tavmjong Bah
2015-11-24
1
-1
/
+4
*
|
Compile against external libpotrace
Alex Valavanis
2015-11-21
3
-5
/
+31
|
\
\
|
*
|
Fix CMake build
Alex Valavanis
2015-11-12
1
-2
/
+9
[next]