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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-04
Remove warnings
Bob Jamison
1
-2
/
+6
2008-04-03
Use MAX_PATH instead of arbitrary string length. Improve comments.
Bob Jamison
1
-18
/
+54
2008-04-03
improve jvm search to allow an embedded jre. fix missed "public" on method
Bob Jamison
1
-21
/
+57
2008-04-02
Initial capability to load current document into script
Bob Jamison
1
-13
/
+47
2008-03-31
Move script dialog from gtkmm to jvm
Bob Jamison
1
-37
/
+186
2008-03-31
Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...
Bob Jamison
1
-2
/
+4
2008-03-13
Make linux JVM search a little smarter, taking Ted's advice for IcedTea
Bob Jamison
1
-2
/
+4
2008-03-12
Split getException into method and function, so it can be used in native func...
Bob Jamison
1
-12
/
+17
2008-03-12
Improve call to callMain()
Bob Jamison
1
-1
/
+9
2008-03-12
Improve exception handling. Handle static method return types.
Bob Jamison
1
-42
/
+76
2008-03-11
Got initial JS execution working
Bob Jamison
1
-28
/
+151
2008-03-11
Report JVM version
Bob Jamison
1
-0
/
+6
2008-03-11
Add C jvm exception checking
Bob Jamison
1
-19
/
+27
2008-03-10
bug fixes
Bob Jamison
1
-12
/
+71
2008-03-10
Added comments
Bob Jamison
1
-14
/
+86
2008-03-10
Fixed stat include
Jon A. Cruz
1
-7
/
+11
2008-03-10
Changed to use INKSCAPE_JAVADIR
Bob Jamison
1
-2
/
+7
2008-03-10
Redirect stdout and stderr from scripts
Bob Jamison
1
-3
/
+30
2008-03-08
First commit for java binding
Bob Jamison
1
-0
/
+665