summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-04Remove warningsBob Jamison1-2/+6
2008-04-03Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison1-18/+54
2008-04-03improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison1-21/+57
2008-04-02Initial capability to load current document into scriptBob Jamison1-13/+47
2008-03-31Move script dialog from gtkmm to jvmBob Jamison1-37/+186
2008-03-31Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...Bob Jamison1-2/+4
2008-03-13Make linux JVM search a little smarter, taking Ted's advice for IcedTeaBob Jamison1-2/+4
2008-03-12Split getException into method and function, so it can be used in native func...Bob Jamison1-12/+17
2008-03-12Improve call to callMain()Bob Jamison1-1/+9
2008-03-12Improve exception handling. Handle static method return types.Bob Jamison1-42/+76
2008-03-11Got initial JS execution workingBob Jamison1-28/+151
2008-03-11Report JVM versionBob Jamison1-0/+6
2008-03-11Add C jvm exception checkingBob Jamison1-19/+27
2008-03-10bug fixesBob Jamison1-12/+71
2008-03-10Added commentsBob Jamison1-14/+86
2008-03-10Fixed stat includeJon A. Cruz1-7/+11
2008-03-10Changed to use INKSCAPE_JAVADIRBob Jamison1-2/+7
2008-03-10Redirect stdout and stderr from scriptsBob Jamison1-3/+30
2008-03-08First commit for java bindingBob Jamison1-0/+665