index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bind
/
javabind.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the disabled script dialog and the nonfunctional Java binding
Krzysztof Kosi??ski
2013-07-23
1
-1209
/
+0
*
Fix -Wunused-function warnings
Alex Valavanis
2013-03-18
1
-83
/
+0
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
1
-14
/
+14
*
cppcheck
Kris De Gussem
2012-03-07
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Documentation update pass.
Jon A. Cruz
2011-10-23
1
-10
/
+10
*
cppcheck
Kris De Gussem
2011-10-18
1
-2
/
+2
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-1
/
+1
*
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...
Josh Andler
2009-12-16
1
-2
/
+4
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
fix bug 346721
Johan B. C. Engelen
2009-05-17
1
-1
/
+7
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+2
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-1
/
+1
*
Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...
Bob Jamison
2008-05-29
1
-1
/
+5
*
Remove warnings
Bob Jamison
2008-05-04
1
-2
/
+6
*
Use MAX_PATH instead of arbitrary string length. Improve comments.
Bob Jamison
2008-04-03
1
-18
/
+54
*
improve jvm search to allow an embedded jre. fix missed "public" on method
Bob Jamison
2008-04-03
1
-21
/
+57
*
Initial capability to load current document into script
Bob Jamison
2008-04-02
1
-13
/
+47
*
Move script dialog from gtkmm to jvm
Bob Jamison
2008-03-31
1
-37
/
+186
*
Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...
Bob Jamison
2008-03-31
1
-2
/
+4
*
Make linux JVM search a little smarter, taking Ted's advice for IcedTea
Bob Jamison
2008-03-13
1
-2
/
+4
*
Split getException into method and function, so it can be used in native func...
Bob Jamison
2008-03-12
1
-12
/
+17
*
Improve call to callMain()
Bob Jamison
2008-03-12
1
-1
/
+9
*
Improve exception handling. Handle static method return types.
Bob Jamison
2008-03-12
1
-42
/
+76
*
Got initial JS execution working
Bob Jamison
2008-03-11
1
-28
/
+151
*
Report JVM version
Bob Jamison
2008-03-11
1
-0
/
+6
*
Add C jvm exception checking
Bob Jamison
2008-03-11
1
-19
/
+27
*
bug fixes
Bob Jamison
2008-03-10
1
-12
/
+71
*
Added comments
Bob Jamison
2008-03-10
1
-14
/
+86
*
Fixed stat include
Jon A. Cruz
2008-03-10
1
-7
/
+11
*
Changed to use INKSCAPE_JAVADIR
Bob Jamison
2008-03-10
1
-2
/
+7
*
Redirect stdout and stderr from scripts
Bob Jamison
2008-03-10
1
-3
/
+30
*
First commit for java binding
Bob Jamison
2008-03-08
1
-0
/
+665