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
*
Get rid of deprecated gtk_type_is_a
Alex Valavanis
2011-12-14
1
-1
/
+1
*
Replace deprecated orientation symbols
Alex Valavanis
2011-12-14
1
-4
/
+4
*
Replace deprecated gtk flags
Alex Valavanis
2011-12-14
1
-2
/
+2
*
Migrate gradient selector to GtkComboBox
Alex Valavanis
2011-12-14
1
-28
/
+23
*
Replace deprecated GtkToolbar API
Alex Valavanis
2011-12-14
1
-82
/
+168
*
Replace deprecated gtk_widget_hide_all
Alex Valavanis
2011-12-14
2
-22
/
+22
*
Replace deprecated G_CONST_RETURN glib symbol with const
Alex Valavanis
2011-12-08
2
-2
/
+2
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
147
-178
/
+137
*
Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.
Nicolas Dufour
2011-12-07
1
-2
/
+7
*
cppcheck
Kris De Gussem
2011-12-04
3
-57
/
+32
*
cppcheck
Kris De Gussem
2011-12-04
14
-79
/
+111
*
add missing files into cmake list
Campbell Barton
2011-12-02
1
-0
/
+6
*
fix typo to repair build on windows
Johan B. C. Engelen
2011-11-29
1
-1
/
+1
*
Add feMergeNode to "in" list in svgprops. Fix bug in preferences for deleting...
Tavmjong Bah
2011-11-29
1
-2
/
+2
*
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
2011-11-29
14
-9
/
+1002
*
preferences read out: when no unit is specified, assume it is in the requeste...
Johan B. C. Engelen
2011-11-27
1
-1
/
+6
*
small clean up in axonometric grid code
Johan B. C. Engelen
2011-11-26
1
-44
/
+8
*
initialisation
Kris De Gussem
2011-11-22
2
-9
/
+22
*
variable initialisation
Kris De Gussem
2011-11-19
10
-100
/
+71
*
fix pointer usage after releasing memory
Kris De Gussem
2011-11-19
2
-15
/
+14
*
cppcheck: initialisation and warning cleanup
Kris De Gussem
2011-11-18
7
-27
/
+40
*
dropped unused variables
Kris De Gussem
2011-11-18
1
-6
/
+0
*
load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)
Alvin Penner
2011-11-17
1
-1
/
+1
*
Fix crash when dropping Ctrl-dragged text when DBus interface is enabled
Krzysztof Kosi??ski
2011-11-17
1
-0
/
+1
*
Add a tolerance-based hack, so that radial gradients with focus outside
Krzysztof Kosi??ski
2011-11-14
1
-3
/
+24
*
Fix text redraw problems (LP #837291)
Krzysztof Kosi??ski
2011-11-14
1
-0
/
+2
*
various: warnings and initalization
Kris De Gussem
2011-11-13
7
-97
/
+90
*
cppcheck: initialization / warning cleanup
Kris De Gussem
2011-11-10
4
-23
/
+29
*
lpe: add slider to scalar param optionally (does not work very well yet)
Johan B. C. Engelen
2011-11-09
5
-3
/
+25
*
add const just because it can :)
Johan B. C. Engelen
2011-11-09
2
-2
/
+2
*
Powerstroke: add smoothness parameter for CubicBezierJohan
Johan B. C. Engelen
2011-11-08
3
-0
/
+10
*
split interpolator code from main powerstroke code
Johan B. C. Engelen
2011-11-08
4
-243
/
+279
*
Fixed initialization order.
Jon A. Cruz
2011-11-08
1
-2
/
+11
*
cppcheck: performance and initialisation
Kris De Gussem
2011-11-07
4
-14
/
+16
*
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
2011-11-05
9
-27
/
+90
*
fix LPE toggle icon
Johan B. C. Engelen
2011-11-05
1
-1
/
+1
*
increase max values in rows&cols dialog. increase significant digits
Johan B. C. Engelen
2011-11-05
1
-4
/
+4
*
increase significant digits in clone tile dialog
Johan B. C. Engelen
2011-11-05
1
-5
/
+8
*
increase significant digits for page dimensions
Johan B. C. Engelen
2011-11-05
1
-0
/
+8
*
Remove unused parameter
Diederik van Lierop
2011-11-05
2
-3
/
+3
*
Minor code safety and warning cleanup.
Jon A. Cruz
2011-11-05
2
-5
/
+5
*
Various fixes: initialization, memory leak, wrong iterator usage
Kris De Gussem
2011-11-05
3
-12
/
+23
*
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
2011-11-04
12
-292
/
+387
*
Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-can...
Johan B. C. Engelen
2011-11-04
1
-8
/
+30
*
reduce scope of some variables
Johan B. C. Engelen
2011-11-04
1
-11
/
+9
*
add missing units to grid length interpretation (we have 4 different unit con...
Johan B. C. Engelen
2011-11-04
2
-0
/
+8
*
make significant digits consistent for grids
Johan B. C. Engelen
2011-11-04
3
-7
/
+14
*
measurement tool: display length info in white with transparent black backgro...
Felipe Corr??a da Silva Sanches
2011-11-03
1
-1
/
+1
*
measurement tool: display total length near angle info
Felipe Corr??a da Silva Sanches
2011-11-03
1
-32
/
+17
*
measure tool: fix handling of coordinate systems and add display of total mea...
Felipe Corr??a da Silva Sanches
2011-11-03
1
-9
/
+38
[next]