| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -10/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 4 | -12/+15 |
| | | | | (bzr r6891) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -1/+1 |
| | | | | (bzr r6329) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -2/+0 |
| | | | | (bzr r6046) | ||||
| * | Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵ | Bob Jamison | 2008-05-29 | 1 | -1/+5 |
| | | | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762) | ||||
| * | Remove warnings | Bob Jamison | 2008-05-04 | 1 | -2/+6 |
| | | | | (bzr r5603) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -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 utility | Bob Jamison | 2008-04-04 | 1 | -0/+299 |
| | | | | (bzr r5335) | ||||
| * | Use MAX_PATH instead of arbitrary string length. Improve comments. | Bob Jamison | 2008-04-03 | 1 | -18/+54 |
| | | | | (bzr r5319) | ||||
| * | improve jvm search to allow an embedded jre. fix missed "public" on method | Bob Jamison | 2008-04-03 | 2 | -22/+58 |
| | | | | (bzr r5317) | ||||
| * | Improve buf<-->xml doc conversion | Bob Jamison | 2008-04-02 | 2 | -22/+105 |
| | | | | (bzr r5316) | ||||
| * | Initial capability to load current document into script | Bob Jamison | 2008-04-02 | 2 | -18/+99 |
| | | | | (bzr r5315) | ||||
| * | Move to devlibs for now | Bob Jamison | 2008-04-01 | 10 | -0/+0 |
| | | | | (bzr r5303) | ||||
| * | Improve script engine listing | Bob Jamison | 2008-04-01 | 1 | -9/+13 |
| | | | | (bzr r5298) | ||||
| * | Switch menu to combobox | Bob Jamison | 2008-04-01 | 1 | -30/+42 |
| | | | | (bzr r5297) | ||||
| * | Improve 'dirty' editor handling | Bob Jamison | 2008-04-01 | 2 | -90/+179 |
| | | | | (bzr r5291) | ||||
| * | Improve file handling | Bob Jamison | 2008-04-01 | 4 | -14/+219 |
| | | | | (bzr r5288) | ||||
| * | Oops. forgot resources for console. | Bob Jamison | 2008-03-31 | 10 | -0/+0 |
| | | | | (bzr r5283) | ||||
| * | Move script dialog from gtkmm to jvm | Bob Jamison | 2008-03-31 | 9 | -405/+1498 |
| | | | | (bzr r5272) | ||||
| * | Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵ | Bob Jamison | 2008-03-31 | 1 | -2/+4 |
| | | | | | | each language supported (bzr r5268) | ||||
| * | Cmake Build system - Initial commit. | Joshua L. Blocher | 2008-03-27 | 1 | -0/+16 |
| | | | | (bzr r5206) | ||||
| * | Finished multiple inheritance delegation | Bob Jamison | 2008-03-24 | 35 | -592/+1381 |
| | | | | (bzr r5184) | ||||
| * | More MI delegation. 28 left | Bob Jamison | 2008-03-23 | 26 | -298/+772 |
| | | | | (bzr r5183) | ||||
| * | More multiple inheritance delegation. 53 files to go. | Bob Jamison | 2008-03-22 | 6 | -114/+222 |
| | | | | (bzr r5169) | ||||
| * | More delegation for SMIL | Bob Jamison | 2008-03-22 | 4 | -11/+19 |
| | | | | (bzr r5162) | ||||
| * | Delegate MI methods to impl classes | Bob Jamison | 2008-03-22 | 12 | -287/+304 |
| | | | | (bzr r5155) | ||||
| * | Start working toward multiple inheritance | Bob Jamison | 2008-03-21 | 14 | -54/+277 |
| | | | | (bzr r5148) | ||||
| * | Finally! All of the svg-dom classes and dependencies have native ↵ | Bob Jamison | 2008-03-21 | 255 | -1030/+14997 |
| | | | | | | implementation stubs. (bzr r5138) | ||||
| * | Change from Level3 to Level2 Views | Bob Jamison | 2008-03-20 | 2 | -0/+57 |
| | | | | (bzr r5132) | ||||
| * | Need to change from Level 3 views to Level 2 for CSS | Bob Jamison | 2008-03-20 | 23 | -1445/+0 |
| | | | | (bzr r5130) | ||||
| * | * src/bind/Makefile_insert: Fix a build problem when srcdir != builddir. | mjwybrow | 2008-03-17 | 1 | -1/+2 |
| | | | | (bzr r5108) | ||||
| * | jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the ↵ | Bob Jamison | 2008-03-16 | 12 | -0/+1472 |
| | | | | | | interfaces for now. (bzr r5107) | ||||
| * | dos to unix conversion | Bob Jamison | 2008-03-16 | 160 | -2295/+2295 |
| | | | | (bzr r5102) | ||||
| * | This should be the last of the needed "official" DOM api interfaces | Bob Jamison | 2008-03-16 | 27 | -0/+3072 |
| | | | | (bzr r5101) | ||||
| * | required by SVG-DOM interfaces | Bob Jamison | 2008-03-16 | 23 | -0/+1445 |
| | | | | (bzr r5100) | ||||
| * | Add w3c svg-dom and smil-dom java interfaces | Bob Jamison | 2008-03-14 | 189 | -0/+3857 |
| | | | | (bzr r5089) | ||||
| * | Make linux JVM search a little smarter, taking Ted's advice for IcedTea | Bob Jamison | 2008-03-13 | 1 | -2/+4 |
| | | | | (bzr r5084) | ||||
| * | Split getException into method and function, so it can be used in native ↵ | Bob Jamison | 2008-03-12 | 2 | -5/+6 |
| | | | | | | functions. (bzr r5070) | ||||
| * | Split getException into method and function, so it can be used in native ↵ | Bob Jamison | 2008-03-12 | 3 | -12/+72 |
| | | | | | | functions. (bzr r5069) | ||||
| * | Improve call to callMain() | Bob Jamison | 2008-03-12 | 3 | -3/+13 |
| | | | | (bzr r5067) | ||||
| * | Improve exception handling. Handle static method return types. | Bob Jamison | 2008-03-12 | 3 | -43/+87 |
| | | | | (bzr r5066) | ||||
| * | Got initial JS execution working | Bob Jamison | 2008-03-11 | 4 | -73/+348 |
| | | | | (bzr r5057) | ||||
| * | Improve native method table structure | Bob Jamison | 2008-03-11 | 1 | -13/+36 |
| | | | | (bzr r5054) | ||||
| * | Report JVM version | Bob Jamison | 2008-03-11 | 1 | -0/+6 |
| | | | | (bzr r5053) | ||||
| * | Add C jvm exception checking | Bob Jamison | 2008-03-11 | 1 | -19/+27 |
| | | | | (bzr r5051) | ||||
| * | bug fixes | Bob Jamison | 2008-03-10 | 3 | -15/+75 |
| | | | | (bzr r5045) | ||||
| * | Added comments | Bob Jamison | 2008-03-10 | 2 | -16/+88 |
| | | | | (bzr r5041) | ||||
| * | minor: Add bind/makefile.in | Peter Moulder | 2008-03-10 | 1 | -0/+17 |
| | | | | (bzr r5038) | ||||
