summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-1209/+0
(bzr r12428)
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-83/+0
(bzr r12221)
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-14/+14
(bzr r11736)
2012-03-07cppcheckKris De Gussem1-1/+1
(bzr r11052)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-10-23Documentation update pass.Jon A. Cruz1-10/+10
(bzr r10692)
2011-10-18cppcheckKris De Gussem1-2/+2
(bzr r10683)
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10660)
2009-12-16Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler1-2/+4
allocation/deallocation issues. (bzr r8891)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-3/+3
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8405)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2009-05-17fix bug 346721Johan B. C. Engelen1-1/+7
(bzr r7897)
2008-11-21Merge from fe-movedTed Gould1-1/+2
(bzr r6891)
2008-07-16warning cleanupJon A. Cruz1-1/+1
(bzr r6329)
2008-05-29Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison1-1/+5
BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
2008-05-04Remove warningsBob Jamison1-2/+6
(bzr r5603)
2008-04-03Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison1-18/+54
(bzr r5319)
2008-04-03improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison1-21/+57
(bzr r5317)
2008-04-02Initial capability to load current document into scriptBob Jamison1-13/+47
(bzr r5315)
2008-03-31Move script dialog from gtkmm to jvmBob Jamison1-37/+186
(bzr r5272)
2008-03-31Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵Bob Jamison1-2/+4
each language supported (bzr r5268)
2008-03-13Make linux JVM search a little smarter, taking Ted's advice for IcedTeaBob Jamison1-2/+4
(bzr r5084)
2008-03-12Split getException into method and function, so it can be used in native ↵Bob Jamison1-12/+17
functions. (bzr r5069)
2008-03-12Improve call to callMain()Bob Jamison1-1/+9
(bzr r5067)
2008-03-12Improve exception handling. Handle static method return types.Bob Jamison1-42/+76
(bzr r5066)
2008-03-11Got initial JS execution workingBob Jamison1-28/+151
(bzr r5057)
2008-03-11Report JVM versionBob Jamison1-0/+6
(bzr r5053)
2008-03-11Add C jvm exception checkingBob Jamison1-19/+27
(bzr r5051)
2008-03-10bug fixesBob Jamison1-12/+71
(bzr r5045)
2008-03-10Added commentsBob Jamison1-14/+86
(bzr r5041)
2008-03-10Fixed stat includeJon A. Cruz1-7/+11
(bzr r5035)
2008-03-10Changed to use INKSCAPE_JAVADIRBob Jamison1-2/+7
(bzr r5031)
2008-03-10Redirect stdout and stderr from scriptsBob Jamison1-3/+30
(bzr r5022)
2008-03-08First commit for java bindingBob Jamison1-0/+665
(bzr r5002)