summaryrefslogtreecommitdiffstats
path: root/src/bind (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler2009-12-161-2/+4
* add additional files for win32 distributiontheAdib2009-08-081-1/+3
* 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
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-10/+1
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+1
* Merge from fe-movedTed Gould2008-11-214-12/+15
* warning cleanupJon A. Cruz2008-07-161-1/+1
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-2/+0
* 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
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-11/+1
* Add native method stubbing utilityBob Jamison2008-04-041-0/+299
* 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-032-22/+58
* Improve buf<-->xml doc conversionBob Jamison2008-04-022-22/+105
* Initial capability to load current document into scriptBob Jamison2008-04-022-18/+99
* Move to devlibs for nowBob Jamison2008-04-0110-0/+0
* Improve script engine listingBob Jamison2008-04-011-9/+13
* Switch menu to comboboxBob Jamison2008-04-011-30/+42
* Improve 'dirty' editor handlingBob Jamison2008-04-012-90/+179
* Improve file handlingBob Jamison2008-04-014-14/+219
* Oops. forgot resources for console.Bob Jamison2008-03-3110-0/+0
* Move script dialog from gtkmm to jvmBob Jamison2008-03-319-405/+1498
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...Bob Jamison2008-03-311-2/+4
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+16
* Finished multiple inheritance delegationBob Jamison2008-03-2435-592/+1381
* More MI delegation. 28 leftBob Jamison2008-03-2326-298/+772
* More multiple inheritance delegation. 53 files to go.Bob Jamison2008-03-226-114/+222
* More delegation for SMILBob Jamison2008-03-224-11/+19
* Delegate MI methods to impl classesBob Jamison2008-03-2212-287/+304
* Start working toward multiple inheritanceBob Jamison2008-03-2114-54/+277
* Finally! All of the svg-dom classes and dependencies have native implementati...Bob Jamison2008-03-21255-1030/+14997
* Change from Level3 to Level2 ViewsBob Jamison2008-03-202-0/+57
* Need to change from Level 3 views to Level 2 for CSSBob Jamison2008-03-2023-1445/+0
* * src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.mjwybrow2008-03-171-1/+2
* jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the interfac...Bob Jamison2008-03-1612-0/+1472
* dos to unix conversionBob Jamison2008-03-16160-2295/+2295
* This should be the last of the needed "official" DOM api interfacesBob Jamison2008-03-1627-0/+3072
* required by SVG-DOM interfacesBob Jamison2008-03-1623-0/+1445
* Add w3c svg-dom and smil-dom java interfacesBob Jamison2008-03-14189-0/+3857
* 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-122-5/+6
* Split getException into method and function, so it can be used in native func...Bob Jamison2008-03-123-12/+72
* Improve call to callMain()Bob Jamison2008-03-123-3/+13
* Improve exception handling. Handle static method return types.Bob Jamison2008-03-123-43/+87
* Got initial JS execution workingBob Jamison2008-03-114-73/+348