summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Documentation update pass.Jon A. Cruz2011-10-231-10/+10
| | | (bzr r10692)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10683)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-161-2/+4
| | | | | allocation/deallocation issues. (bzr r8891)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* fix bug 346721Johan B. C. Engelen2009-05-171-1/+7
| | | (bzr r7897)
* Merge from fe-movedTed Gould2008-11-211-1/+2
| | | (bzr r6891)
* warning cleanupJon A. Cruz2008-07-161-1/+1
| | | (bzr r6329)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-1/+5
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* Remove warningsBob Jamison2008-05-041-2/+6
| | | (bzr r5603)
* Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison2008-04-031-18/+54
| | | (bzr r5319)
* improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison2008-04-031-21/+57
| | | (bzr r5317)
* Initial capability to load current document into scriptBob Jamison2008-04-021-13/+47
| | | (bzr r5315)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-311-37/+186
| | | (bzr r5272)
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵Bob Jamison2008-03-311-2/+4
| | | | | each language supported (bzr r5268)
* Make linux JVM search a little smarter, taking Ted's advice for IcedTeaBob Jamison2008-03-131-2/+4
| | | (bzr r5084)
* Split getException into method and function, so it can be used in native ↵Bob Jamison2008-03-121-12/+17
| | | | | functions. (bzr r5069)
* Improve call to callMain()Bob Jamison2008-03-121-1/+9
| | | (bzr r5067)
* Improve exception handling. Handle static method return types.Bob Jamison2008-03-121-42/+76
| | | (bzr r5066)
* Got initial JS execution workingBob Jamison2008-03-111-28/+151
| | | (bzr r5057)
* Report JVM versionBob Jamison2008-03-111-0/+6
| | | (bzr r5053)
* Add C jvm exception checkingBob Jamison2008-03-111-19/+27
| | | (bzr r5051)
* bug fixesBob Jamison2008-03-101-12/+71
| | | (bzr r5045)
* Added commentsBob Jamison2008-03-101-14/+86
| | | (bzr r5041)
* Fixed stat includeJon A. Cruz2008-03-101-7/+11
| | | (bzr r5035)
* Changed to use INKSCAPE_JAVADIRBob Jamison2008-03-101-2/+7
| | | (bzr r5031)
* Redirect stdout and stderr from scriptsBob Jamison2008-03-101-3/+30
| | | (bzr r5022)
* First commit for java bindingBob Jamison2008-03-081-0/+665
(bzr r5002)