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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-28
Fix regression introduced in r15634
Eduard Braun
1
-2
/
+2
2017-04-24
Restore r14978 which was reverted in r15047 due to messed up merge
Eduard Braun
4
-4
/
+0
2017-04-24
Cleanup for previous commit
Eduard Braun
2
-6
/
+3
2017-04-24
Extensions: Fix "param"s of type "description" were always translated (as opp...
Eduard Braun
1
-27
/
+30
2017-04-24
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
2
-1
/
+9
2017-04-24
Restore r14955 which was reverted in r15047 due to messed up merge
Eduard Braun
7
-9
/
+19
2017-04-09
Some code refactoring for consistency
Eduard Braun
20
-197
/
+197
2017-04-09
Remove unused field "scope"
Eduard Braun
20
-85
/
+24
2017-04-09
Remove unused field "gui_tip"
Eduard Braun
20
-65
/
+25
2017-03-25
Extensions: Correctly handle the xml:space="preserve" attribute for "descript...
Eduard Braun
2
-9
/
+34
2017-03-11
Use Gtkmm version test instead of Gtk+
Alex Valavanis
1
-1
/
+1
2017-03-08
Repair functionality broken by Alex Valvani's "Gtk+ 3 deprecation fixes"
Eduard Braun
1
-2
/
+5
2017-02-26
Gtk+ 3 deprecation fixes
Alex Valavanis
2
-1
/
+5
2017-02-13
Extensions: Add 'appearance="url"' to desccription parameters.
Eduard Braun
3
-5
/
+12
2017-02-13
Extensions: Fix potential security issue with "description" parameters.
Eduard Braun
1
-5
/
+5
2017-02-13
Extensions: Do not require name for pure UI elements (i.e. parameters that do...
Eduard Braun
1
-2
/
+9
2017-02-13
Extensions: Fix for old versions of gtkmm
Eduard Braun
1
-1
/
+2
2017-02-13
Extensions: Work around gtk3 width/height calculation bug for long labels
Eduard Braun
9
-12
/
+29
2017-02-13
Extensions: Make "int" and "float" parameters specifying 'appearance="full"'e...
Eduard Braun
2
-2
/
+2
2017-02-12
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
2
-3
/
+13
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
20
-167
/
+258
2016-12-26
Fix Gtkmm deprecations in extensions
Alex Valavanis
1
-1
/
+2
2016-07-28
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
5
-41
/
+7
2016-06-11
Clean up includes after r14955
Eduard Braun
4
-4
/
+2
2016-06-05
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
7
-8
/
+19
2015-12-27
Fix more GThreads issues
Alex Valavanis
1
-5
/
+2
2015-12-26
minor typos (mail to inkscape-translator)
Yuri Chornoivan
1
-1
/
+1
2015-06-30
Templates. Fix for Bug #1402182 (Crash with color widget used in procedural t...
Nicolas Dufour
1
-2
/
+4
2015-05-03
Introduced fixes after merge proposal review
Tomasz Boczkowski
1
-1
/
+1
2015-05-02
gtk3 compile fix
Tomasz Boczkowski
1
-1
/
+0
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
9
-36
/
+0
2015-03-02
Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).
Nicolas Dufour
1
-17
/
+24
2014-11-08
fix potential nullptr deref.
Johan B. C. Engelen
1
-1
/
+1
2014-10-12
Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...
Johan B. C. Engelen
1
-27
/
+28
2014-10-11
Fix "Argument with 'nonnull' attribute passed null" API bug in extension colo...
Johan B. C. Engelen
1
-5
/
+7
2014-06-01
ColorNotebook is Gtk::Widget and uses ColorSelector
Tomasz Boczkowski
1
-2
/
+3
2014-06-01
moved ColorNotebook to ui/widget
Tomasz Boczkowski
2
-3
/
+2
2014-06-01
disconnecting in ParamColor destructor
Tomasz Boczkowski
1
-1
/
+1
2014-06-01
Using SelectedColor in extenstion/param/color
Tomasz Boczkowski
2
-32
/
+28
2014-05-30
SPColorNotebok c++-sification - available pages list
Tomasz Boczkowski
1
-0
/
+4
2014-05-22
i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...
Nicolas Dufour
1
-1
/
+1
2013-12-26
Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...
Nicolas Dufour
1
-1
/
+4
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
9
-0
/
+18
2013-06-05
Add command line option to specify PDF export version. Patch from schwieni.
VinÃcius dos Santos Oliveira
4
-1
/
+46
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
9
-0
/
+17
2013-05-05
Fix for 1171434 : trunk: INX <optiongroup> broken^
John Smith
2
-3
/
+27
2013-04-06
fix bug where extension radiobutton parameters cannot be set from cmdline (e....
Johan B. C. Engelen
1
-1
/
+1
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+2
2012-12-16
Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...
Nicolas Dufour
1
-8
/
+10
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
2
-8
/
+0
[next]