summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-14/+14
* cppcheckKris De Gussem2012-03-071-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Documentation update pass.Jon A. Cruz2011-10-231-10/+10
* cppcheckKris De Gussem2011-10-181-2/+2
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler2009-12-161-2/+4
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-1/+1
* SPDocument->Documentjohnce2009-08-051-2/+2
* fix bug 346721Johan B. C. Engelen2009-05-171-1/+7
* Merge from fe-movedTed Gould2008-11-211-1/+2
* warning cleanupJon A. Cruz2008-07-161-1/+1
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...Bob Jamison2008-05-291-1/+5
* Remove warningsBob Jamison2008-05-041-2/+6
* Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison2008-04-031-18/+54
* improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison2008-04-031-21/+57
* Initial capability to load current document into scriptBob Jamison2008-04-021-13/+47
* Move script dialog from gtkmm to jvmBob Jamison2008-03-311-37/+186
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...Bob Jamison2008-03-311-2/+4
* Make linux JVM search a little smarter, taking Ted's advice for IcedTeaBob Jamison2008-03-131-2/+4
* Split getException into method and function, so it can be used in native func...Bob Jamison2008-03-121-12/+17
* Improve call to callMain()Bob Jamison2008-03-121-1/+9
* Improve exception handling. Handle static method return types.Bob Jamison2008-03-121-42/+76
* Got initial JS execution workingBob Jamison2008-03-111-28/+151
* Report JVM versionBob Jamison2008-03-111-0/+6
* Add C jvm exception checkingBob Jamison2008-03-111-19/+27
* bug fixesBob Jamison2008-03-101-12/+71
* Added commentsBob Jamison2008-03-101-14/+86
* Fixed stat includeJon A. Cruz2008-03-101-7/+11
* Changed to use INKSCAPE_JAVADIRBob Jamison2008-03-101-2/+7
* Redirect stdout and stderr from scriptsBob Jamison2008-03-101-3/+30
* First commit for java bindingBob Jamison2008-03-081-0/+665