summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added commentsBob Jamison2008-03-102-16/+88
* noop: Address constness warning.Peter Moulder2008-03-101-16/+16
* minor: Add bind/makefile.inPeter Moulder2008-03-102-0/+18
* noop: Address a warning.Peter Moulder2008-03-101-1/+1
* Fixed buildJon A. Cruz2008-03-102-1/+2
* Fixed stat includeJon A. Cruz2008-03-101-7/+11
* Fixing buildJon A. Cruz2008-03-101-5/+1
* Adding OS X pathJon A. Cruz2008-03-101-1/+2
* add domptr.cppBob Jamison2008-03-101-0/+1
* Changed to use INKSCAPE_JAVADIRBob Jamison2008-03-101-2/+7
* add INKSCAPE_JAVADIRBob Jamison2008-03-101-0/+3
* Fixed line-endsJon A. Cruz2008-03-101-18/+21
* Remember to add the jni filesBob Jamison2008-03-101-5/+8
* Add the /bind dirBob Jamison2008-03-101-0/+2
* New makefile_insert for /bindBob Jamison2008-03-101-0/+15
* Put /bind references back inBob Jamison2008-03-101-8/+0
* Put it back :-)Bob Jamison2008-03-101-1/+0
* Redirect stdout and stderr from scriptsBob Jamison2008-03-104-9/+176
* Update headerBob Jamison2008-03-101-5/+30
* Temporary kludge to permit linkingJon A. Cruz2008-03-101-2/+11
* clean up tabs and DOS-ishnessBob Jamison2008-03-102-30/+44
* Update to follow new scripting stuffBob Jamison2008-03-101-15/+31
* Switch to newer binding stuffBob Jamison2008-03-1034-10206/+75
* Don't steal 'del' key in pen context when there is no curve being drawn (clos...Maximilian Albert2008-03-091-2/+6
* fix 179178bulia byak2008-03-091-0/+3
* Factor out duplicated angle/distance statusbar code into separate functionJohn Bintz2008-03-091-28/+43
* Move 3D box code out of sp-canvas.cppMaximilian Albert2008-03-095-10/+21
* skeletal-stroke: offset parameters are back again... optionaly proportional t...JF Barraud2008-03-093-13/+55
* Hack up our own little linux jni_md.h file until we get an "official" oneBob Jamison2008-03-091-0/+26
* Change to open versions of the jni .h filesBob Jamison2008-03-093-336/+411
* Temporary. We need to replace with openjdk versions.Bob Jamison2008-03-092-0/+1963
* First commit for java bindingBob Jamison2008-03-0818-0/+2933
* 2Geom fix: derivative of order 1 bezier, and an out of range bug affecting in...JF Barraud2008-03-083-7/+6
* Fixed ctor intialization orderJon A. Cruz2008-03-081-5/+5
* Begin change from Spidermonkey binding to JVMBob Jamison2008-03-08175-113107/+0
* Oops. added ucd.c instead of ucd.cpp.Bob Jamison2008-03-081-0/+0
* Warning cleanupJon A. Cruz2008-03-0811-219/+218
* Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an in...Bob Jamison2008-03-081-5/+6
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-081-1/+1
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-088-102/+282
* fix 199791bulia byak2008-03-081-0/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-0816-74/+238
* make the infobox narrower and place add button above itbulia byak2008-03-081-3/+4
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-0711-7/+107
* Fix #includeBob Jamison2008-03-071-1/+1
* Really fix P6M Clone Tiler mode (case where w <= h).Tavmjong Bah2008-03-071-1/+1
* Update charclass.h/cpp to use complete Unicode character databaseBob Jamison2008-03-078-656/+2112
* Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)Tavmjong Bah2008-03-071-32/+32
* patch from 168792bulia byak2008-03-071-0/+5
* remove not-in-same-parent limitation in combine, allow it to skip non-pathsbulia byak2008-03-071-59/+64