update
dropper modes: replace undecipherable icons with text labels
Fixed initialization order
Snap to page border
Add (commented) everything needed to build with java
Got initial JS execution working
Add more javac stuff. Add target="" attribute to javac
fix by Albin Sunnanbo for dash offset in text
Improve native method table structure
Report JVM version
updated copy from 0.46 branch
Add C jvm exception checking
* packaging/macosx/ScriptExec/main.c: Update ScriptExec with upstream fixes
and changes. X11.app now gets focus if the Inkscape icon is clicked while
Inkscape is already open (previously nothing happened).
* packaging/macosx/Resources/openDoc: If Inkscape.app is already open and
a file is dropped on the Inkscape dock icon, or an Inkscape file is
double-clicked in the Finder, that document will now be correctly opened
in a new Inkscape window (previously nothing happened).
* packaging/macosx/Resources/script: Some minor fixes, plus alert the user
about the font cache building time only if ~/.fontconfig/ doesn't exist.
* packaging/macosx/Resources/bin/inkscape: Only override the fontconfig
configuration on OSX 10.4 or earlier, since the fc-cache behaviour has
been corrected on 10.5.
* Info.plist.in: Update the copyright dates, and change Inkscape to be an
Editor for SVG files, rather than a Viewer as it was previously.
and changes. X11.app now gets focus if the Inkscape icon is clicked while
Inkscape is already open (previously nothing happened).
* packaging/macosx/Resources/openDoc: If Inkscape.app is already open and
a file is dropped on the Inkscape dock icon, or an Inkscape file is
double-clicked in the Finder, that document will now be correctly opened
in a new Inkscape window (previously nothing happened).
* packaging/macosx/Resources/script: Some minor fixes, plus alert the user
about the font cache building time only if ~/.fontconfig/ doesn't exist.
* packaging/macosx/Resources/bin/inkscape: Only override the fontconfig
configuration on OSX 10.4 or earlier, since the fc-cache behaviour has
been corrected on 10.5.
* Info.plist.in: Update the copyright dates, and change Inkscape to be an
Editor for SVG files, rather than a Viewer as it was previously.
Fixing to work with current wiki format
fixing wrong uppercase on second word for 'Draw Freely' on Slovenian
about screen
about screen
adding french about screen for 0.46. Hoppefully we still can add this
one to the release!
one to the release!
Updates for the russian tutorials, new tutorial-advanced.sk.svg.
bug fixes
fix "last effect settings..." that used to run the effect immediately.
patch by Albin Sunnanbo for 168072
adding 0.46 about screen in Slovenian
Added comments
* [INTL: es] Spanish update by Lucas Vieites (closes: #199769)
noop: Address constness warning.
minor: Add bind/makefile.in
noop: Address a warning.
Fixed build
Fixed stat include
Fixing build
Adding OS X path
add domptr.cpp
Changed to use INKSCAPE_JAVADIR
add INKSCAPE_JAVADIR
Fixed line-ends
Remember to add the jni files
Add the /bind dir
New makefile_insert for /bind
Put /bind references back in
updating pt_BR.po on trunk.
This should be commited to 0.46 branch also because it contains some important fixes.
This should be commited to 0.46 branch also because it contains some important fixes.
Put it back :-)
Redirect stdout and stderr from scripts
Update header
Temporary kludge to permit linking
more about screens for 0.46
clean up tabs and DOS-ishness
Update to follow new scripting stuff
Switch to newer binding stuff
Don't steal 'del' key in pen context when there is no curve being drawn (closes LP #200241)
Generated SVG file from sk.po.
#200252 Updated Slovenian nsh file
fix 179178
patch by sas from Bug #199922: speeds up dxf output
committing patch from Alvin Penner to satisfy Bug #192923
made a few changes from his patch. converted dxf_outlines.dxf in to a
python module with strings because looping over lines in the DXF file
looked fragile. We need get someone to test this with RoboMaster to
make sure the output still works properly.
made a few changes from his patch. converted dxf_outlines.dxf in to a
python module with strings because looping over lines in the DXF file
looked fragile. We need get someone to test this with RoboMaster to
make sure the output still works properly.
Factor out duplicated angle/distance statusbar code into separate function
Move 3D box code out of sp-canvas.cpp
16 years agoskeletal-stroke: offset parameters are back again... optionaly proportional to patter...
skeletal-stroke: offset parameters are back again... optionaly proportional to pattern size.
Hack up our own little linux jni_md.h file until we get an "official" one
Change to open versions of the jni .h files
Temporary. We need to replace with openjdk versions.
c++ part of binding can be compiled now without needing a jdk installed. Uses a local copy of jni.h instead.
First commit for java binding
Add items for java binding
16 years ago2Geom fix: derivative of order 1 bezier, and an out of range bug affecting intersecti...
2Geom fix: derivative of order 1 bezier, and an out of range bug affecting intersection computation.
Fixed ctor intialization order
updated slovak and spanish
Begin change from Spidermonkey binding to JVM
Oops. added ucd.c instead of ucd.cpp.
Warning cleanup
Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an infinite loop.
Change charclass.cpp/h to ucd.cpp/h
Change charclass.cpp/h to ucd.cpp/h
fix 199791
missing breton.nsh win32 NSIS translation on distribution
Node tool: snap to paths and their nodes, incl. to the path currently being edited
make the infobox narrower and place add button above it
add basic support for preserving processing instructions in the AST
Fix #include
Really fix P6M Clone Tiler mode (case where w <= h).
Update charclass.h/cpp to use complete Unicode character database
Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)
patch from 168792
remove not-in-same-parent limitation in combine, allow it to skip non-paths
export sp_repr_write_stream()
Updating version
If present, use existent perspective as default for new boxes when opening a document.
add preferences for path flashing on mouseover
Fix for bug #167364 - "Win2k: file dialog uses wrong home directory"
adding russian about screen for (0.46 and 0.46-devel) Needs
proofreading by a russian native speaker
before commiting to 0.46 branch
Also needs update on "about.svg" translation in ru.po
proofreading by a russian native speaker
before commiting to 0.46 branch
Also needs update on "about.svg" translation in ru.po
fix improper attribute name
add breton win32 installer translation
tweak the helperpath flashing:
* reduce time a little (should this be a preference?)
* when leaving an object, instantly hide the flasher.
* when entering the same object as before, show the flasher again
to be done: make preferences to turn on/off and any other desired settings
* reduce time a little (should this be a preference?)
* when leaving an object, instantly hide the flasher.
* when entering the same object as before, show the flasher again
to be done: make preferences to turn on/off and any other desired settings
Add flashing outline of path when hovering over it. (coded in 20 minutes so perhaps buggy)
Will be put under a preference, for those who want it.
Will be put under a preference, for those who want it.
New menu command to quickly create guides around page
fix 198404
fix 198818
Bugfix for bug #168283: possible to create empty paths via text -> object to path. Text that produces no glyphs is left unconverted.
* packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc:
Make the highlight colour for the menus be the user's OSX highlight
colour, rather than white.
* packaging/macosx/osx-app.sh: Include the gtk printbackends in app bundle.
Make the highlight colour for the menus be the user's OSX highlight
colour, rather than white.
* packaging/macosx/osx-app.sh: Include the gtk printbackends in app bundle.
Also display guides as vertical/horizontal when they are angled at -90/180 degrees
Apply Gail's patch which fixes LP #178646
remove duplicate "+version" in the version name