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
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
43
-61
/
+42
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
60
-74
/
+67
*
Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).
Alex Valavanis
2013-03-13
4
-11
/
+45
*
cppcheck
Kris De Gussem
2013-03-13
6
-15
/
+9
*
GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264)
su_v
2013-03-13
1
-3
/
+3
*
Migrate remaining dialogs to Gtk::Grid
Alex Valavanis
2013-03-13
12
-28
/
+642
*
c++ify
Kris De Gussem
2013-03-12
1
-14
/
+14
*
cppcheck
Kris De Gussem
2013-03-12
2
-36
/
+34
*
Further migration to Gtk::Grid
Alex Valavanis
2013-03-12
10
-123
/
+212
*
fix build warning
Kris De Gussem
2013-03-12
1
-1
/
+1
*
readding entries in Cmake and make include lists that were not removed after ...
Kris De Gussem
2013-03-11
2
-1
/
+7
*
cppcheck
Kris De Gussem
2013-03-11
6
-293
/
+292
*
Drop duplicate io code ( Bug #1120585 )
Kris De Gussem
2013-03-11
12
-1040
/
+24
*
fix build warnings / cppcheck ( Bug #1120585 )
Kris De Gussem
2013-03-11
1
-34
/
+42
*
Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unit...
John Smith
2013-03-11
1
-0
/
+2
*
Translations. Latvian, Spanish and Ukrainian translations update, and transla...
Nicolas Dufour
2013-03-11
1
-9
/
+10
*
Migrate Object Properties dialog to Gtk::Grid
Alex Valavanis
2013-03-09
5
-50
/
+147
*
Migrate calligraphic-profile-rename.* to Gtk::Grid
Alex Valavanis
2013-03-09
2
-12
/
+45
*
Migrate from Gtk::Color to Gtk::RGBA
Alex Valavanis
2013-03-09
3
-0
/
+46
*
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
Alex Valavanis
2013-03-09
6
-79
/
+261
*
Preparation to merge /dom/io and /io code (bug #1120585 )
Kris De Gussem
2013-03-08
4
-177
/
+227
*
Use font-weight names rather than numerical values. Fixes bug when scrolling ...
Tavmjong Bah
2013-03-08
1
-7
/
+7
*
Restore CSS generic faux faces.
Tavmjong Bah
2013-03-08
1
-5
/
+12
*
Drop deprecated get_vbox method in Gtk::Dialog
Alex Valavanis
2013-03-08
13
-5
/
+79
*
Drop more Gtk::Table usage
Alex Valavanis
2013-03-08
5
-16
/
+143
*
Switch to orientable Scale widgets in Gtkmm 3
Alex Valavanis
2013-03-08
7
-15
/
+63
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
8
-86
/
+234
*
Disable "faux" or "synthesized" font faces.
Tavmjong Bah
2013-03-07
1
-0
/
+5
*
boolops union. fix for disappearing objects (Bug 168907)
Alvin Penner
2013-03-06
1
-4
/
+7
*
Added null check (should fix Bug #1051017 )
Kris De Gussem
2013-03-05
1
-8
/
+10
*
Drop dead Inkboard code. Config flag no longer exists
Alex Valavanis
2013-03-04
7
-44
/
+0
*
Drop unused internal Python and Perl config checks
Alex Valavanis
2013-03-04
1
-3
/
+0
*
Use our own font_description_better_match which takes into account font-stret...
Tavmjong Bah
2013-03-04
1
-42
/
+78
*
Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...
Tavmjong Bah
2013-03-03
1
-27
/
+64
*
ODF output: write correct Inkscape version number to metadata
Kris De Gussem
2013-03-03
1
-26
/
+6
*
Preparation to merge /dom/io and /io code (bug #1120585 )
Kris De Gussem
2013-03-03
16
-313
/
+231
*
Fix autotools deprecation warnings
Alex Valavanis
2013-03-02
1
-3
/
+2
*
Fix build with C++11
Alex Valavanis
2013-03-02
4
-5
/
+13
*
Build with GDKMM_DISABLE_DEPRECATED for all
Alex Valavanis
2013-03-01
1
-0
/
+13
*
Convert font-selector, text-edit, glyphs to use updated font-lister (use font...
Tavmjong Bah
2013-03-01
9
-293
/
+256
*
Use pkg-config for libexif detection
Alex Valavanis
2013-02-28
1
-0
/
+2
*
Some strings clarifications (see Bug #955060, Latvian translation for 0.49).
Nicolas Dufour
2013-02-25
2
-2
/
+2
*
Fix for font-family scrolling in text-tool tool-controls (bug 1122553).
Tavmjong Bah
2013-02-24
4
-22
/
+48
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
12
-0
/
+17
*
Get text from selected row rather than from entry box.
Tavmjong Bah
2013-02-23
1
-9
/
+14
*
Noop: simplify some variable names.
Tavmjong Bah
2013-02-23
1
-73
/
+73
*
Small step towards fixing font-family scrolling issue (bug 1122553).
Tavmjong Bah
2013-02-23
2
-0
/
+85
*
Null pointer check (should fix Bug #966441 )
Kris De Gussem
2013-02-23
1
-0
/
+4
*
Remove unused variables. Change default preview font size.
Tavmjong Bah
2013-02-23
1
-8
/
+1
*
Path->Division. patch for case where cutter is a line (Bug 177956)
Alvin Penner
2013-02-22
1
-1
/
+4
[next]