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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gtk+ 3 deprecation fixes
Alex Valavanis
2017-02-26
2
-1
/
+5
*
Extensions: Add 'appearance="url"' to desccription parameters.
Eduard Braun
2017-02-13
3
-5
/
+12
*
Extensions: Fix potential security issue with "description" parameters.
Eduard Braun
2017-02-13
1
-5
/
+5
*
Extensions: Do not require name for pure UI elements (i.e. parameters that do...
Eduard Braun
2017-02-13
1
-2
/
+9
*
Extensions: Fix for old versions of gtkmm
Eduard Braun
2017-02-13
1
-1
/
+2
*
Extensions: Work around gtk3 width/height calculation bug for long labels
Eduard Braun
2017-02-13
9
-12
/
+29
*
Extensions: Make "int" and "float" parameters specifying 'appearance="full"'e...
Eduard Braun
2017-02-13
2
-2
/
+2
*
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
2017-02-12
2
-3
/
+13
*
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
2017-02-12
20
-167
/
+258
*
Fix Gtkmm deprecations in extensions
Alex Valavanis
2016-12-26
1
-1
/
+2
*
Merged trunk
Adrian Boguszewski
2016-08-09
5
-41
/
+7
|
\
|
*
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
2016-07-28
5
-41
/
+7
*
|
Replaced old selection containers
Adrian Boguszewski
2016-06-12
4
-3
/
+5
|
\
|
|
*
Clean up includes after r14955
Eduard Braun
2016-06-11
4
-4
/
+2
|
*
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
2016-06-05
7
-8
/
+19
|
/
*
Fix more GThreads issues
Alex Valavanis
2015-12-27
1
-5
/
+2
*
minor typos (mail to inkscape-translator)
Yuri Chornoivan
2015-12-26
1
-1
/
+1
*
Templates. Fix for Bug #1402182 (Crash with color widget used in procedural t...
Nicolas Dufour
2015-06-30
1
-2
/
+4
*
Introduced fixes after merge proposal review
Tomasz Boczkowski
2015-05-03
1
-1
/
+1
*
gtk3 compile fix
Tomasz Boczkowski
2015-05-02
1
-1
/
+0
*
merge with trunk
Tomasz Boczkowski
2015-05-02
9
-36
/
+0
|
\
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
9
-36
/
+0
*
|
Using SelectedColor instead of SPColorSelector
Tomasz Boczkowski
2015-04-26
3
-43
/
+39
|
\
\
|
*
|
ColorNotebook is Gtk::Widget and uses ColorSelector
Tomasz Boczkowski
2014-06-01
1
-2
/
+3
|
*
|
moved ColorNotebook to ui/widget
Tomasz Boczkowski
2014-06-01
2
-3
/
+2
|
*
|
disconnecting in ParamColor destructor
Tomasz Boczkowski
2014-06-01
1
-1
/
+1
|
*
|
Using SelectedColor in extenstion/param/color
Tomasz Boczkowski
2014-06-01
2
-32
/
+28
*
|
|
merged SPNotebook c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-26
1
-0
/
+4
|
\
|
|
|
|
/
|
/
|
|
*
SPColorNotebok c++-sification - available pages list
Tomasz Boczkowski
2014-05-30
1
-0
/
+4
*
|
Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).
Nicolas Dufour
2015-03-02
1
-17
/
+24
*
|
fix potential nullptr deref.
Johan B. C. Engelen
2014-11-08
1
-1
/
+1
*
|
Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...
Johan B. C. Engelen
2014-10-12
1
-27
/
+28
*
|
Fix "Argument with 'nonnull' attribute passed null" API bug in extension colo...
Johan B. C. Engelen
2014-10-11
1
-5
/
+7
*
|
i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...
Nicolas Dufour
2014-05-22
1
-1
/
+1
|
/
*
Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...
Nicolas Dufour
2013-12-26
1
-1
/
+4
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
9
-0
/
+18
*
Add command line option to specify PDF export version. Patch from schwieni.
VinÃcius dos Santos Oliveira
2013-06-05
4
-1
/
+46
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
9
-0
/
+17
*
Fix for 1171434 : trunk: INX <optiongroup> broken^
John Smith
2013-05-05
2
-3
/
+27
*
fix bug where extension radiobutton parameters cannot be set from cmdline (e....
Johan B. C. Engelen
2013-04-06
1
-1
/
+1
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+2
*
Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...
Nicolas Dufour
2012-12-16
1
-8
/
+10
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
2
-8
/
+0
*
Fix for 1014988 : Converts slide widgets to new spin-scale widget
John Smith
2012-09-22
2
-24
/
+26
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
7
-36
/
+0
*
Drop deprecated GtkNotebookPage usage
Alex Valavanis
2012-05-22
1
-2
/
+9
*
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
2012-04-30
2
-2
/
+28
*
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
2012-04-28
2
-0
/
+9
*
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
2012-04-17
1
-0
/
+1
*
Clean up a few Gtkmm orientables
Alex Valavanis
2012-04-11
1
-0
/
+5
[next]