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
*
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
*
Extensions. Script parameters values can now be translated (see Bug #955798).
Nicolas Dufour
2012-03-19
1
-1
/
+10
*
various minor things
Kris De Gussem
2012-03-01
1
-16
/
+18
*
cppcheck
Kris De Gussem
2012-02-29
1
-2
/
+0
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
14
-35
/
+66
*
header cleaning
Alex Valavanis
2012-02-26
1
-2
/
+2
*
Header cleaning
Alex Valavanis
2012-02-25
2
-5
/
+3
*
Header cleaning
Alex Valavanis
2012-02-25
2
-6
/
+11
*
cppcheck
Kris De Gussem
2012-02-15
1
-1
/
+1
*
Cleaning up a few headers
Alex Valavanis
2012-02-12
2
-0
/
+2
*
Backward compat fix for Gtkmm 2.20
Alex Valavanis
2012-02-09
7
-0
/
+32
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-08
2
-4
/
+2
*
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
2
-0
/
+9
*
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
2012-02-06
8
-11
/
+11
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
2
-4
/
+2
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
8
-19
/
+19
*
Fixed null-pointer ctor crashes.
Jon A. Cruz
2012-01-03
1
-2
/
+5
*
More deprecated GtkTooltips
Alex Valavanis
2012-01-03
2
-10
/
+2
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-10
/
+2
*
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
2011-12-19
17
-540
/
+642
*
variable initialisation
Kris De Gussem
2011-11-19
1
-9
/
+6
*
one constructor cannot call the other to initialize the object. See C++faq-li...
Johan B. C. Engelen
2011-10-28
2
-5
/
+19
*
fix initialization. add todo comment about gui-hidden not being used.
Johan B. C. Engelen
2011-10-28
1
-1
/
+3
*
Warning cleanup.
Jon A. Cruz
2011-10-23
3
-65
/
+80
*
More forward.h purging.
Jon A. Cruz
2011-10-04
4
-4
/
+6
*
Extensions. New "indent" attribute to add an indent level to extension elements.
Nicolas Dufour
2011-08-06
14
-74
/
+183
*
cmake:
Campbell Barton
2011-06-13
1
-13
/
+0
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-12
/
+11
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-1
/
+1
*
remove unnecessary includes.
Johan B. C. Engelen
2011-04-16
1
-4
/
+0
[next]