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