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
...
*
|
|
export: replace deprecated Gtk::ALIGN_LEFT symbol
Alex Valavanis
2012-02-06
1
-3
/
+3
*
|
|
document-properties: Stop using deprecated Gtk::OptionMenu
Alex Valavanis
2012-02-06
2
-30
/
+18
*
|
|
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
72
-64
/
+109
*
|
|
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-05
10
-46
/
+38
*
|
|
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-05
6
-43
/
+27
*
|
|
cppchecktells us: Using signed char type as array index. If the value can be ...
Kris De Gussem
2012-02-05
1
-1
/
+2
*
|
|
reverting change to seltrans.cpp in rev 10935, as requested
Alvin Penner
2012-02-04
1
-10
/
+2
*
|
|
implement some switches between visual bbox and geometric bbox, depending on ...
Alvin Penner
2012-02-04
3
-4
/
+22
*
|
|
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
2012-02-04
1
-13
/
+20
*
|
|
initialisation
Kris De Gussem
2012-02-04
2
-14
/
+12
*
|
|
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
2012-02-04
3
-90
/
+69
*
|
|
Documentation: sp-filter.h is not documented at all, removing fake explanation.
Kris De Gussem
2012-02-03
1
-8
/
+0
*
|
|
cppcheck tells us: fprintf format string has 0 parameters but 1 are given
Kris De Gussem
2012-02-02
1
-2
/
+2
*
|
|
rv some issues with previous commit
Kris De Gussem
2012-02-02
1
-18
/
+7
*
|
|
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
2012-02-02
1
-7
/
+18
*
|
|
Fill x and y fields in the fake GdkEventMotion struct used when cancelling
Krzysztof Kosi??ski
2012-02-01
1
-2
/
+2
*
|
|
Additional fixes for drag cancellation in the node tool
Krzysztof Kosi??ski
2012-02-01
5
-18
/
+45
*
|
|
Implement cancellations of drags with ESC in the node tool
Krzysztof Kosi??ski
2012-02-01
1
-4
/
+39
*
|
|
Implement tangential and perpendicular snapping in the measurement tool
Diederik van Lierop
2012-01-31
1
-2
/
+8
*
|
|
Cherry-pick upstream GDL patch 31886 (2011-08-08). Avoid a crash when the pa...
Alex Valavanis
2012-01-29
1
-0
/
+2
*
|
|
emf export. change text height property lfHeight from + to - (Bug 919728)
Alvin Penner
2012-01-24
1
-1
/
+1
*
|
|
Patch from John Smith for 623660
Josh Andler
2012-01-23
19
-38
/
+39
*
|
|
Revert accidental commit in desktop-widget.cpp
Alex Valavanis
2012-01-23
1
-4
/
+1
*
|
|
Fix missing header in units.cpp
Alex Valavanis
2012-01-22
2
-1
/
+5
*
|
|
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
2012-01-22
2
-19
/
+38
*
|
|
memleak / header stuff / unused variable.
Kris De Gussem
2012-01-22
3
-31
/
+19
*
|
|
allow use of comma delimiter in filter table values array (Bug 511140)
Alvin Penner
2012-01-21
3
-5
/
+6
*
|
|
cppcheck
Kris De Gussem
2012-01-20
1
-4
/
+2
*
|
|
fix memleak
Kris De Gussem
2012-01-20
1
-2
/
+2
*
|
|
cppcheck
Kris De Gussem
2012-01-20
1
-4
/
+2
*
|
|
fix memleak
Kris De Gussem
2012-01-20
1
-4
/
+3
*
|
|
makefile fix for revision 10910
su_v
2012-01-19
1
-0
/
+2
*
|
|
Gtkmmification of object attributes dialog: image and link attributes now edi...
Kris De Gussem
2012-01-19
11
-207
/
+366
*
|
|
Update and documentation of sp-attribute-widget
Kris De Gussem
2012-01-19
2
-219
/
+166
*
|
|
unsorted powerstroke points is quite advanced. mostly annoying.
Johan B. C. Engelen
2012-01-18
1
-1
/
+1
*
|
|
add tooltip for powerstroke control points
Johan B. C. Engelen
2012-01-18
2
-8
/
+5
*
|
|
select referred path when pressing shift+d (select original) for a path with ...
Johan B. C. Engelen
2012-01-18
2
-2
/
+17
*
|
|
documentation
Kris De Gussem
2012-01-18
3
-24
/
+36
*
|
|
clean up after myself...
Johan B. C. Engelen
2012-01-17
2
-12
/
+0
*
|
|
improve the powerstroke settings in drawing tool. triangle in and out now use...
Johan B. C. Engelen
2012-01-17
1
-7
/
+8
*
|
|
powerstroke: add new linecap type to have zero width at path start/end
Johan B. C. Engelen
2012-01-17
1
-10
/
+22
*
|
|
add underscores to some member variables.
Johan B. C. Engelen
2012-01-17
24
-224
/
+225
*
|
|
documentation
Kris De Gussem
2012-01-17
3
-33
/
+47
*
|
|
more header cleanup
Johan B. C. Engelen
2012-01-17
1
-12
/
+7
*
|
|
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
16
-75
/
+84
*
|
|
change pencil tool dropdown shapes to use powerstroke, instead of pattern alo...
Johan B. C. Engelen
2012-01-17
2
-19
/
+33
*
|
|
part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...
Johan B. C. Engelen
2012-01-17
6
-50
/
+61
*
|
|
proper forward decl
Johan B. C. Engelen
2012-01-16
1
-2
/
+1
*
|
|
Reverting revision 10761 (regression found in the color notebook, see Bug #Bu...
Nicolas Dufour
2012-01-16
1
-7
/
+2
*
|
|
fix compilation error
Kris De Gussem
2012-01-16
1
-1
/
+1
[prev]
[next]