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
/
execution-env.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-1
/
+1
2015-12-09
Remove unused header file.
Tavmjong Bah
1
-2
/
+0
2015-10-29
static code analysis
Kris De Gussem
1
-1
/
+1
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-5
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-2
/
+2
2013-06-07
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
1
-0
/
+4
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-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-01-23
revert my revision 12053 (Bug #1103248 )
Kris De Gussem
1
-1
/
+1
2013-01-22
direct use of Glib::ustring
Kris De Gussem
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2011-10-15
cppcheck
Kris De Gussem
1
-1
/
+1
2011-06-15
Clean up deprecated GTK_WIDGET API
Alex Valavanis
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
-1
/
+4
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-2
/
+2
2009-09-06
textual patch from bug 408093
bulia byak
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-01-28
show waiting cursor while ExecutionEnv is working
bulia byak
1
-0
/
+5
2008-04-18
provide a parent for the working-please-wait message so it does not sink
bulia byak
1
-1
/
+9
2008-03-02
warning cleanup
Jon A. Cruz
1
-2
/
+2
2008-02-29
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
1
-188
/
+82
2008-02-04
r17821@shi: ted | 2008-01-31 12:59:57 -0800
Ted Gould
1
-2
/
+3
2008-01-06
r17510@shi: ted | 2008-01-06 12:48:26 -0800
Ted Gould
1
-1
/
+3
2007-11-08
warning cleanup
Jon A. Cruz
1
-4
/
+4
2007-10-30
r16894@shi: ted | 2007-10-30 09:26:42 -0700
Ted Gould
1
-3
/
+10
2007-10-30
r16893@shi: ted | 2007-10-30 07:31:04 -0700
Ted Gould
1
-2
/
+1
2007-10-30
r16892@shi: ted | 2007-10-29 21:33:09 -0700
Ted Gould
1
-3
/
+30
2007-10-30
r16677@shi: ted | 2007-10-17 19:31:04 -0700
Ted Gould
1
-1
/
+1
2007-09-13
r16564@tres: ted | 2007-09-12 20:45:12 -0700
Ted Gould
1
-0
/
+1
2007-09-01
r16474@tres: ted | 2007-08-31 21:37:33 -0700
Ted Gould
1
-3
/
+3
2007-09-01
r16430@tres: ted | 2007-08-30 20:32:23 -0700
Ted Gould
1
-3
/
+11
2007-09-01
r16408@tres: ted | 2007-08-29 22:52:27 -0700
Ted Gould
1
-2
/
+5
2007-09-01
r16407@tres: ted | 2007-08-29 22:33:35 -0700
Ted Gould
1
-2
/
+10
2007-09-01
r16406@tres: ted | 2007-08-29 20:14:55 -0700
Ted Gould
1
-6
/
+14
2007-09-01
r16405@tres: ted | 2007-08-29 19:50:24 -0700
Ted Gould
1
-12
/
+1
2007-09-01
r16403@tres: ted | 2007-08-29 09:10:45 -0700
Ted Gould
1
-7
/
+30
2007-09-01
r16395@tres: ted | 2007-08-27 19:41:32 -0700
Ted Gould
1
-2
/
+9
2007-09-01
r16340@tres: ted | 2007-08-20 19:02:50 -0700
Ted Gould
1
-5
/
+18
2007-09-01
r16339@tres: ted | 2007-08-19 19:47:57 -0700
Ted Gould
1
-1
/
+14
2007-09-01
r16267@tres: ted | 2007-08-16 23:04:38 -0700
Ted Gould
1
-1
/
+1
[next]