summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-1209/+0
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-83/+0
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-14/+14
2012-03-07cppcheckKris De Gussem1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-23Documentation update pass.Jon A. Cruz1-10/+10
2011-10-18cppcheckKris De Gussem1-2/+2
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-2/+4
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-05-17fix bug 346721Johan B. C. Engelen1-1/+7
2008-11-21Merge from fe-movedTed Gould1-1/+2
2008-07-16warning cleanupJon A. Cruz1-1/+1
2008-05-29Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...Bob Jamison1-1/+5
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