summaryrefslogtreecommitdiffstats
path: root/src/bind (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-04Remove warningsBob Jamison1-2/+6
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-11/+1
2008-04-04Add native method stubbing utilityBob Jamison1-0/+299
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 Jamison2-22/+58
2008-04-02Improve buf<-->xml doc conversionBob Jamison2-22/+105
2008-04-02Initial capability to load current document into scriptBob Jamison2-18/+99
2008-04-01Move to devlibs for nowBob Jamison10-0/+0
2008-04-01Improve script engine listingBob Jamison1-9/+13
2008-04-01Switch menu to comboboxBob Jamison1-30/+42
2008-04-01Improve 'dirty' editor handlingBob Jamison2-90/+179
2008-04-01Improve file handlingBob Jamison4-14/+219
2008-03-31Oops. forgot resources for console.Bob Jamison10-0/+0
2008-03-31Move script dialog from gtkmm to jvmBob Jamison9-405/+1498
2008-03-31Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...Bob Jamison1-2/+4
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher1-0/+16
2008-03-24Finished multiple inheritance delegationBob Jamison35-592/+1381
2008-03-23More MI delegation. 28 leftBob Jamison26-298/+772
2008-03-22More multiple inheritance delegation. 53 files to go.Bob Jamison6-114/+222
2008-03-22More delegation for SMILBob Jamison4-11/+19
2008-03-22Delegate MI methods to impl classesBob Jamison12-287/+304
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