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
/
prefdialog
/
parameter-enum.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-269
/
+0
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
1
-1
/
+2
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-0
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-14
/
+14
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+0
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-26
/
+6
2017-04-24
Restore r14955 which was reverted in r15047 due to messed up merge
Eduard Braun
1
-1
/
+1
2017-04-09
Some code refactoring for consistency
Eduard Braun
1
-22
/
+22
2017-04-09
Remove unused field "scope"
Eduard Braun
1
-2
/
+1
2017-04-09
Remove unused field "gui_tip"
Eduard Braun
1
-2
/
+1
2017-02-13
Extensions: Work around gtk3 width/height calculation bug for long labels
Eduard Braun
1
-1
/
+1
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-12
/
+12
2016-06-05
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
1
-1
/
+1
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2014-10-12
Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...
Johan B. C. Engelen
1
-27
/
+28
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-05
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
1
-0
/
+18
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
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
-5
/
+0
2012-02-25
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-07
Fix typo in gtkmm-2.22 backward compatibility
Alex Valavanis
1
-1
/
+1
2012-02-07
Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
Alex Valavanis
1
-0
/
+5
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
More deprecated GtkTooltips
Alex Valavanis
1
-4
/
+1
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-42
/
+47
2011-08-06
Extensions. New "indent" attribute to add an indent level to extension elements.
Nicolas Dufour
1
-12
/
+31
2010-10-02
Extensions. New context support in extensions (enum attribute only), should f...
Nicolas Dufour
1
-3
/
+11
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2009-02-26
Fix bug #168979 and clean up some pointer-to-ustring sillyness
Krzysztof Kosi??ski
1
-33
/
+27
2009-02-05
Fixed small translation issue for extensions.
Marcin Floryan
1
-5
/
+5
2008-10-27
From trunk
Ted Gould
1
-14
/
+6
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-5
/
+8
2008-05-09
fix enums
bulia byak
1
-2
/
+2
2008-04-04
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
1
-7
/
+9
2008-03-26
Fixing localization issues (following a patch for 0.46 rev. 17583) where some...
Marcin Floryan
1
-0
/
+2
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
-1
/
+1
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
-1
/
+7
[next]