summaryrefslogtreecommitdiffstats
path: root/src/bind (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-21Start working toward multiple inheritanceBob Jamison14-54/+277
2008-03-21Finally! All of the svg-dom classes and dependencies have native implementati...Bob Jamison255-1030/+14997
2008-03-20Change from Level3 to Level2 ViewsBob Jamison2-0/+57
2008-03-20Need to change from Level 3 views to Level 2 for CSSBob Jamison23-1445/+0
2008-03-17* src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.mjwybrow1-1/+2
2008-03-16jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the interfac...Bob Jamison12-0/+1472
2008-03-16dos to unix conversionBob Jamison160-2295/+2295
2008-03-16This should be the last of the needed "official" DOM api interfacesBob Jamison27-0/+3072
2008-03-16required by SVG-DOM interfacesBob Jamison23-0/+1445
2008-03-14Add w3c svg-dom and smil-dom java interfacesBob Jamison189-0/+3857
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 Jamison2-5/+6
2008-03-12Split getException into method and function, so it can be used in native func...Bob Jamison3-12/+72
2008-03-12Improve call to callMain()Bob Jamison3-3/+13
2008-03-12Improve exception handling. Handle static method return types.Bob Jamison3-43/+87
2008-03-11Got initial JS execution workingBob Jamison4-73/+348
2008-03-11Improve native method table structureBob Jamison1-13/+36
2008-03-11Report JVM versionBob Jamison1-0/+6
2008-03-11Add C jvm exception checkingBob Jamison1-19/+27
2008-03-10bug fixesBob Jamison3-15/+75
2008-03-10Added commentsBob Jamison2-16/+88
2008-03-10minor: Add bind/makefile.inPeter Moulder1-0/+17
2008-03-10Fixed stat includeJon A. Cruz1-7/+11
2008-03-10Fixing buildJon A. Cruz1-5/+1
2008-03-10Changed to use INKSCAPE_JAVADIRBob Jamison1-2/+7
2008-03-10Fixed line-endsJon A. Cruz1-18/+21
2008-03-10Remember to add the jni filesBob Jamison1-5/+8
2008-03-10New makefile_insert for /bindBob Jamison1-0/+15
2008-03-10Redirect stdout and stderr from scriptsBob Jamison4-9/+176
2008-03-09Hack up our own little linux jni_md.h file until we get an "official" oneBob Jamison1-0/+26
2008-03-09Change to open versions of the jni .h filesBob Jamison3-336/+411
2008-03-09Temporary. We need to replace with openjdk versions.Bob Jamison2-0/+1963
2008-03-08First commit for java bindingBob Jamison18-0/+2933