index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bind
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-04
Remove warnings
Bob Jamison
1
-2
/
+6
2008-04-10
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
1
-11
/
+1
2008-04-04
Add native method stubbing utility
Bob Jamison
1
-0
/
+299
2008-04-03
Use MAX_PATH instead of arbitrary string length. Improve comments.
Bob Jamison
1
-18
/
+54
2008-04-03
improve jvm search to allow an embedded jre. fix missed "public" on method
Bob Jamison
2
-22
/
+58
2008-04-02
Improve buf<-->xml doc conversion
Bob Jamison
2
-22
/
+105
2008-04-02
Initial capability to load current document into script
Bob Jamison
2
-18
/
+99
2008-04-01
Move to devlibs for now
Bob Jamison
10
-0
/
+0
2008-04-01
Improve script engine listing
Bob Jamison
1
-9
/
+13
2008-04-01
Switch menu to combobox
Bob Jamison
1
-30
/
+42
2008-04-01
Improve 'dirty' editor handling
Bob Jamison
2
-90
/
+179
2008-04-01
Improve file handling
Bob Jamison
4
-14
/
+219
2008-03-31
Oops. forgot resources for console.
Bob Jamison
10
-0
/
+0
2008-03-31
Move script dialog from gtkmm to jvm
Bob Jamison
9
-405
/
+1498
2008-03-31
Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...
Bob Jamison
1
-2
/
+4
2008-03-27
Cmake Build system - Initial commit.
Joshua L. Blocher
1
-0
/
+16
2008-03-24
Finished multiple inheritance delegation
Bob Jamison
35
-592
/
+1381
2008-03-23
More MI delegation. 28 left
Bob Jamison
26
-298
/
+772
2008-03-22
More multiple inheritance delegation. 53 files to go.
Bob Jamison
6
-114
/
+222
2008-03-22
More delegation for SMIL
Bob Jamison
4
-11
/
+19
2008-03-22
Delegate MI methods to impl classes
Bob Jamison
12
-287
/
+304
2008-03-21
Start working toward multiple inheritance
Bob Jamison
14
-54
/
+277
2008-03-21
Finally! All of the svg-dom classes and dependencies have native implementati...
Bob Jamison
255
-1030
/
+14997
2008-03-20
Change from Level3 to Level2 Views
Bob Jamison
2
-0
/
+57
2008-03-20
Need to change from Level 3 views to Level 2 for CSS
Bob Jamison
23
-1445
/
+0
2008-03-17
* src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.
mjwybrow
1
-1
/
+2
2008-03-16
jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the interfac...
Bob Jamison
12
-0
/
+1472
2008-03-16
dos to unix conversion
Bob Jamison
160
-2295
/
+2295
2008-03-16
This should be the last of the needed "official" DOM api interfaces
Bob Jamison
27
-0
/
+3072
2008-03-16
required by SVG-DOM interfaces
Bob Jamison
23
-0
/
+1445
2008-03-14
Add w3c svg-dom and smil-dom java interfaces
Bob Jamison
189
-0
/
+3857
2008-03-13
Make linux JVM search a little smarter, taking Ted's advice for IcedTea
Bob Jamison
1
-2
/
+4
2008-03-12
Split getException into method and function, so it can be used in native func...
Bob Jamison
2
-5
/
+6
2008-03-12
Split getException into method and function, so it can be used in native func...
Bob Jamison
3
-12
/
+72
2008-03-12
Improve call to callMain()
Bob Jamison
3
-3
/
+13
2008-03-12
Improve exception handling. Handle static method return types.
Bob Jamison
3
-43
/
+87
2008-03-11
Got initial JS execution working
Bob Jamison
4
-73
/
+348
2008-03-11
Improve native method table structure
Bob Jamison
1
-13
/
+36
2008-03-11
Report JVM version
Bob Jamison
1
-0
/
+6
2008-03-11
Add C jvm exception checking
Bob Jamison
1
-19
/
+27
2008-03-10
bug fixes
Bob Jamison
3
-15
/
+75
2008-03-10
Added comments
Bob Jamison
2
-16
/
+88
2008-03-10
minor: Add bind/makefile.in
Peter Moulder
1
-0
/
+17
2008-03-10
Fixed stat include
Jon A. Cruz
1
-7
/
+11
2008-03-10
Fixing build
Jon A. Cruz
1
-5
/
+1
2008-03-10
Changed to use INKSCAPE_JAVADIR
Bob Jamison
1
-2
/
+7
2008-03-10
Fixed line-ends
Jon A. Cruz
1
-18
/
+21
2008-03-10
Remember to add the jni files
Bob Jamison
1
-5
/
+8
2008-03-10
New makefile_insert for /bind
Bob Jamison
1
-0
/
+15
2008-03-10
Redirect stdout and stderr from scripts
Bob Jamison
4
-9
/
+176
[next]