summaryrefslogtreecommitdiffstats
path: root/src/bind (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove warningsBob Jamison2008-05-041-2/+6
| | | (bzr r5603)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-11/+1
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* Add native method stubbing utilityBob Jamison2008-04-041-0/+299
| | | (bzr r5335)
* Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison2008-04-031-18/+54
| | | (bzr r5319)
* improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison2008-04-032-22/+58
| | | (bzr r5317)
* Improve buf<-->xml doc conversionBob Jamison2008-04-022-22/+105
| | | (bzr r5316)
* Initial capability to load current document into scriptBob Jamison2008-04-022-18/+99
| | | (bzr r5315)
* Move to devlibs for nowBob Jamison2008-04-0110-0/+0
| | | (bzr r5303)
* Improve script engine listingBob Jamison2008-04-011-9/+13
| | | (bzr r5298)
* Switch menu to comboboxBob Jamison2008-04-011-30/+42
| | | (bzr r5297)
* Improve 'dirty' editor handlingBob Jamison2008-04-012-90/+179
| | | (bzr r5291)
* Improve file handlingBob Jamison2008-04-014-14/+219
| | | (bzr r5288)
* Oops. forgot resources for console.Bob Jamison2008-03-3110-0/+0
| | | (bzr r5283)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-319-405/+1498
| | | (bzr r5272)
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵Bob Jamison2008-03-311-2/+4
| | | | | each language supported (bzr r5268)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+16
| | | (bzr r5206)
* Finished multiple inheritance delegationBob Jamison2008-03-2435-592/+1381
| | | (bzr r5184)
* More MI delegation. 28 leftBob Jamison2008-03-2326-298/+772
| | | (bzr r5183)
* More multiple inheritance delegation. 53 files to go.Bob Jamison2008-03-226-114/+222
| | | (bzr r5169)
* More delegation for SMILBob Jamison2008-03-224-11/+19
| | | (bzr r5162)
* Delegate MI methods to impl classesBob Jamison2008-03-2212-287/+304
| | | (bzr r5155)
* Start working toward multiple inheritanceBob Jamison2008-03-2114-54/+277
| | | (bzr r5148)
* Finally! All of the svg-dom classes and dependencies have native ↵Bob Jamison2008-03-21255-1030/+14997
| | | | | implementation stubs. (bzr r5138)
* Change from Level3 to Level2 ViewsBob Jamison2008-03-202-0/+57
| | | (bzr r5132)
* Need to change from Level 3 views to Level 2 for CSSBob Jamison2008-03-2023-1445/+0
| | | (bzr r5130)
* * src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.mjwybrow2008-03-171-1/+2
| | | (bzr r5108)
* jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the ↵Bob Jamison2008-03-1612-0/+1472
| | | | | interfaces for now. (bzr r5107)
* dos to unix conversionBob Jamison2008-03-16160-2295/+2295
| | | (bzr r5102)
* This should be the last of the needed "official" DOM api interfacesBob Jamison2008-03-1627-0/+3072
| | | (bzr r5101)
* required by SVG-DOM interfacesBob Jamison2008-03-1623-0/+1445
| | | (bzr r5100)
* Add w3c svg-dom and smil-dom java interfacesBob Jamison2008-03-14189-0/+3857
| | | (bzr r5089)
* Make linux JVM search a little smarter, taking Ted's advice for IcedTeaBob Jamison2008-03-131-2/+4
| | | (bzr r5084)
* Split getException into method and function, so it can be used in native ↵Bob Jamison2008-03-122-5/+6
| | | | | functions. (bzr r5070)
* Split getException into method and function, so it can be used in native ↵Bob Jamison2008-03-123-12/+72
| | | | | functions. (bzr r5069)
* Improve call to callMain()Bob Jamison2008-03-123-3/+13
| | | (bzr r5067)
* Improve exception handling. Handle static method return types.Bob Jamison2008-03-123-43/+87
| | | (bzr r5066)
* Got initial JS execution workingBob Jamison2008-03-114-73/+348
| | | (bzr r5057)
* Improve native method table structureBob Jamison2008-03-111-13/+36
| | | (bzr r5054)
* Report JVM versionBob Jamison2008-03-111-0/+6
| | | (bzr r5053)
* Add C jvm exception checkingBob Jamison2008-03-111-19/+27
| | | (bzr r5051)
* bug fixesBob Jamison2008-03-103-15/+75
| | | (bzr r5045)
* Added commentsBob Jamison2008-03-102-16/+88
| | | (bzr r5041)
* minor: Add bind/makefile.inPeter Moulder2008-03-101-0/+17
| | | (bzr r5038)
* Fixed stat includeJon A. Cruz2008-03-101-7/+11
| | | (bzr r5035)
* Fixing buildJon A. Cruz2008-03-101-5/+1
| | | (bzr r5034)
* Changed to use INKSCAPE_JAVADIRBob Jamison2008-03-101-2/+7
| | | (bzr r5031)
* Fixed line-endsJon A. Cruz2008-03-101-18/+21
| | | (bzr r5029)
* Remember to add the jni filesBob Jamison2008-03-101-5/+8
| | | (bzr r5028)
* New makefile_insert for /bindBob Jamison2008-03-101-0/+15
| | | (bzr r5026)
* Redirect stdout and stderr from scriptsBob Jamison2008-03-104-9/+176
| | | (bzr r5022)