index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refresh marshallers for mingw
Alex Valavanis
2012-02-12
2
-308
/
+60
*
Cleaning up a few headers
Alex Valavanis
2012-02-12
20
-50
/
+45
*
Replace old ComboText with Gtk::ComboBoxText
Alex Valavanis
2012-02-11
7
-163
/
+17
*
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
2012-02-11
11
-28
/
+53
*
GSEAL fixes
Alex Valavanis
2012-02-11
2
-62
/
+85
*
Lots of gtkmm deprecation fixes
Alex Valavanis
2012-02-11
27
-73
/
+245
*
Backward compat fix for Gtkmm 2.20
Alex Valavanis
2012-02-09
9
-1
/
+50
*
Translations. Translation template update.
Nicolas Dufour
2012-02-09
2
-3055
/
+3146
*
Extensions. PEP8, error handling and various extension fixes.
Nicolas Dufour
2012-02-09
8
-82
/
+146
*
Extensions. Unit tests improvement.
Nicolas Dufour
2012-02-09
12
-79
/
+406
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-08
12
-93
/
+68
*
Patch from lp 819209 to fix python extensions on OSX Lion
Josh Andler
2012-02-08
1
-0
/
+1
*
Patch from lp 721448 to make OSX Aqua builds more stable
Josh Andler
2012-02-08
6
-980
/
+2
*
add missing files in cmake
Campbell Barton
2012-02-08
1
-0
/
+3
*
Fix typo in gtkmm-2.22 backward compatibility
Alex Valavanis
2012-02-07
1
-1
/
+1
*
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
2012-02-07
7
-0
/
+41
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-06
7
-23
/
+22
*
Unwanted output in documentation dropped
Kris De Gussem
2012-02-06
3
-6
/
+2
*
fixed memleak
Kris De Gussem
2012-02-06
1
-9
/
+2
*
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
2012-02-06
10
-35
/
+33
*
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
[next]