index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
param
/
radiobutton.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-4
/
+0
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-04-28
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
1
-0
/
+8
2012-02-26
header cleaning
Alex Valavanis
1
-2
/
+2
2012-02-12
Cleaning up a few headers
Alex Valavanis
1
-0
/
+1
2012-02-09
Backward compat fix for Gtkmm 2.20
Alex Valavanis
1
-0
/
+4
2012-02-08
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2012-02-07
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
1
-0
/
+4
2012-02-06
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
1
-2
/
+2
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-2
/
+1
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-3
/
+3
2012-01-03
More deprecated GtkTooltips
Alex Valavanis
1
-6
/
+1
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-42
/
+36
2011-08-06
Extensions. New "indent" attribute to add an indent level to extension elements.
Nicolas Dufour
1
-14
/
+27
2010-10-09
Extensions, i18n. Adding context to description, groupheader and radiobutton ...
Nicolas Dufour
1
-4
/
+14
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-7
/
+7
2009-08-05
SPDocument->Document
johnce
1
-7
/
+7
2009-02-05
Fixed small translation issue for extensions.
Marcin Floryan
1
-1
/
+2
2008-10-27
From trunk
Ted Gould
1
-6
/
+4
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-5
/
+7
2008-05-24
Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instea...
Jon A. Cruz
1
-22
/
+84
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
2008-04-04
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
1
-4
/
+6
2008-02-29
r18225@shi: ted | 2008-02-29 14:40:32 -0800
Ted Gould
1
-7
/
+11
2008-02-29
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
1
-5
/
+4
2008-02-28
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2007-11-15
INX files: <option>, <_option>, <item> and <_item> now all work. The undersco...
Johan B. C. Engelen
1
-2
/
+3
2007-11-13
make INX <option> translatable
Johan B. C. Engelen
1
-3
/
+3
2007-11-09
allow for _option in radiobuttons for XML translation
John Bintz
1
-1
/
+1
2007-07-03
r15702@tres: ted | 2007-07-02 15:17:48 -0700
Ted Gould
1
-4
/
+0
2007-06-27
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Ted Gould
1
-1
/
+1
2007-03-13
Fixed [ 1678374 ]; hopefully made the optiongroup code more robust for differ...
Johan B. C. Engelen
1
-4
/
+10
2007-02-19
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
1
-263
/
+263
2007-01-27
Fixed untranslatable radiobuttons in extensions
Johan B. C. Engelen
1
-29
/
+61
2006-11-25
rename INX name for radiobuttons: <item> => <option>
Johan B. C. Engelen
1
-2
/
+1
2006-11-24
NEW: radiobuttons for extensions. See radiobutton_example.inx how to use them...
Johan B. C. Engelen
1
-43
/
+57
2006-09-18
Added support for enumerated types in the UI of Extensions! (all eyes on requ...
Johan B. C. Engelen
1
-0
/
+218