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
/
extension.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Use _WIN32 instead of WIN32
Eduard Braun
2018-10-01
1
-1
/
+1
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-16
/
+16
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-24
/
+24
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-6
/
+6
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-6
/
+6
*
Misc. typos
luz.paz
2018-01-08
1
-2
/
+2
*
Make script warnings transient for "Working..." dialog
Eduard Braun
2017-12-20
1
-0
/
+1
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
1
-17
/
+7
*
Move directory scanners to new get_filenames(...) calls
Martin Owens
2017-07-02
1
-1
/
+0
*
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2017-06-28
1
-1
/
+2
*
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
2017-04-24
1
-1
/
+1
*
Some code refactoring for consistency
Eduard Braun
2017-04-09
1
-3
/
+3
*
Gtk+ 3 deprecation fixes
Alex Valavanis
2017-02-26
1
-0
/
+4
*
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
2017-02-12
1
-2
/
+4
*
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
2017-02-12
1
-15
/
+17
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-20
/
+2
|
\
|
*
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
2016-07-28
1
-20
/
+2
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-1
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+1
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-1
/
+1
|
/
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
Update to experimental r13598
Liam P. White
2014-10-08
1
-2
/
+7
|
\
|
*
Extensions. Fix for Bug #1372200 (Comment within <script> element in INX file...
Nicolas Dufour
2014-09-23
1
-2
/
+7
*
|
Convert accidental member accesses into static function accesses
Liam P. White
2014-06-26
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ...
Nicolas Dufour
2014-06-11
1
-0
/
+3
*
Extensions. Fix for Bug #1307554 (Don't show the Export > win32 vector print ...
Nicolas Dufour
2014-04-28
1
-0
/
+12
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Refactor: Changed some functions from Extension to const.
Vinícius dos Santos Oliveira
2013-06-05
1
-8
/
+8
*
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
2013-06-05
1
-0
/
+22
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
*
Drop more Gtk::Table usage
Alex Valavanis
2013-03-08
1
-4
/
+22
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-5
/
+5
*
Fixed null-pointer ctor crashes.
Jon A. Cruz
2012-01-03
1
-14
/
+20
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-3
/
+1
*
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
2011-12-19
1
-36
/
+7
*
More forward.h purging.
Jon A. Cruz
2011-10-04
1
-1
/
+1
*
Add "silent" option to extension inx file so that extension authors can opt-o...
Felipe Corr??a da Silva Sanches
2011-05-27
1
-0
/
+14
*
Extensions. Notebooks now work with internal extensions.
Nicolas Dufour
2010-12-03
1
-38
/
+36
*
Extensions. General UI improvements (gnome HIG). New group header extension p...
Nicolas Dufour
2010-09-07
1
-1
/
+1
*
Extensions. Tooltips are now translatable (Bug #629726).
Nicolas Dufour
2010-09-03
1
-1
/
+1
*
Added wrappers for the "optiongroup" type that correspond to existing "float"...
Jon A. Cruz
2010-03-18
1
-0
/
+15
*
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
2010-03-04
1
-2
/
+4
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-12
/
+12
*
SPDocument->Document
johnce
2009-08-05
1
-12
/
+12
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
1
-0
/
+3
[next]