summaryrefslogtreecommitdiffstats
path: root/src/bind/java/org (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski493-27278/+0
(bzr r12428)
2008-04-03improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison1-1/+1
(bzr r5317)
2008-04-02Improve buf<-->xml doc conversionBob Jamison2-22/+105
(bzr r5316)
2008-04-02Initial capability to load current document into scriptBob Jamison1-5/+52
(bzr r5315)
2008-04-01Improve script engine listingBob Jamison1-9/+13
(bzr r5298)
2008-04-01Switch menu to comboboxBob Jamison1-30/+42
(bzr r5297)
2008-04-01Improve 'dirty' editor handlingBob Jamison2-90/+179
(bzr r5291)
2008-04-01Improve file handlingBob Jamison4-14/+219
(bzr r5288)
2008-03-31Move script dialog from gtkmm to jvmBob Jamison6-338/+1232
(bzr r5272)
2008-03-24Finished multiple inheritance delegationBob Jamison35-592/+1381
(bzr r5184)
2008-03-23More MI delegation. 28 leftBob Jamison26-298/+772
(bzr r5183)
2008-03-22More multiple inheritance delegation. 53 files to go.Bob Jamison6-114/+222
(bzr r5169)
2008-03-22More delegation for SMILBob Jamison4-11/+19
(bzr r5162)
2008-03-22Delegate MI methods to impl classesBob Jamison12-287/+304
(bzr r5155)
2008-03-21Start working toward multiple inheritanceBob Jamison12-42/+231
(bzr r5148)
2008-03-21Finally! All of the svg-dom classes and dependencies have native ↵Bob Jamison255-1030/+14997
implementation stubs. (bzr r5138)
2008-03-20Change from Level3 to Level2 ViewsBob Jamison2-0/+57
(bzr r5132)
2008-03-20Need to change from Level 3 views to Level 2 for CSSBob Jamison23-1445/+0
(bzr r5130)
2008-03-16jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the ↵Bob Jamison12-0/+1472
interfaces for now. (bzr r5107)
2008-03-16dos to unix conversionBob Jamison160-2295/+2295
(bzr r5102)
2008-03-16This should be the last of the needed "official" DOM api interfacesBob Jamison27-0/+3072
(bzr r5101)
2008-03-16required by SVG-DOM interfacesBob Jamison23-0/+1445
(bzr r5100)
2008-03-14Add w3c svg-dom and smil-dom java interfacesBob Jamison189-0/+3857
(bzr r5089)
2008-03-11Got initial JS execution workingBob Jamison1-41/+170
(bzr r5057)
2008-03-10bug fixesBob Jamison1-2/+2
(bzr r5045)
2008-03-10Redirect stdout and stderr from scriptsBob Jamison1-5/+109
(bzr r5022)
2008-03-08First commit for java bindingBob Jamison14-0/+1701
(bzr r5002)