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
add snapindicator to rect tool but not satisfactory yet...
* [INTL: br] Breton update by Alan
* Include all missing tutorials in makefile
snapindicator in freehand
snapindicator for gradient knots
added italian about screens to trunk (for 0.46 and 0.46-devel)
snapindicator for nodehandle editing. buggy when doing constraintsnap, don't know how to fix it. Diederik? :)
Show snapindicator in nodetool :-)
added new extension to the list of translatables
noop: reverted one line of commit #17642 (it's safe to call g_free with NULL)
bulgarian about screen for 0.46 release. Luca Bruno, please commit to
0.46 branch
0.46 branch
added bulgarian aboutscreen for 0.46-devel. Please, somebody that speaks
bulgarian tell me if this is ok. If so, I can adapt it to 0.46.
Also added pt_BR about screen to Makefile.am
bulgarian tell me if this is ok. If so, I can adapt it to 0.46.
Also added pt_BR about screen to Makefile.am
16 years agoFixed buffer overrun in FileOpenDialogImplWin32::createFilterMenu, corrected a couple...
Fixed buffer overrun in FileOpenDialogImplWin32::createFilterMenu, corrected a couple of potential memory leaks, and tidied the code a bit
Applied patch for LCMS from bug #182170
Fixed whitespace after backslash at end of line
New extension to convert text to braille
r18294@shi: ted | 2008-03-03 15:11:22 -0800
Adding virtuals that got dropped somewhere along the path.
Adding virtuals that got dropped somewhere along the path.
new: guide snapping indicator! see if you like it, comments are always welcome!
* [INTL: ar, eu, sk] Merging back patch for various languages from branch
Avoid redundant additions for non-layer layers
added Marcin Floryan, made Gail's second name match new reality :)
Fix bad markup in ar.po. Translators, please double-check if this fix is okay (I'm not very familiar with .po files)
updated translation from M. Bashir Al-Noimi
Avoid adding layers who's repr is null or disconnected, or with a parent who's repr is null or disconnected.
Fixes Bug #168586
Fixes Bug #168586
Avoiding adding layers that are not listed in the document's current set.
Fixes Bug #196098
Fixes Bug #196098
Changed about screen on development branch. Now we use the contest winner on 0.46 release and the second place is used on our 0.46-devel builds.
I also spent some time translating it to pt_BR.
I also spent some time translating it to pt_BR.
updating pt_BR.po on trunk
r18238@shi: ted | 2008-03-01 14:46:00 -0800
Fixing it so that input/output have OK/Cancel like they used to.
Fixing it so that input/output have OK/Cancel like they used to.
r18237@shi: ted | 2008-03-01 14:41:25 -0800
Fix for LP: #191772
Makes it so that the response handler handles the DELETE_EVENT response
also. Basically handled the same as close.
Fix for LP: #191772
Makes it so that the response handler handles the DELETE_EVENT response
also. Basically handled the same as close.
Fix LP #196893 (weird snapping of 3D box Z handles)
changed vonkoch to use bbox of input object as reference.
remove flashing test indicator on pointparam.
remove some leftover code from point param code
remove test pointparam from LPEKnot
added SnapIndicator
added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped.
fix canvas-temporary-item-list.cpp
remove some leftover code from point param code
remove test pointparam from LPEKnot
added SnapIndicator
added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped.
fix canvas-temporary-item-list.cpp
* [INTL: sk] (trunk) Updated Slovak translation
* [INTL: sk] (RELEASE_0_46_BRANCH) Updated Slovak translation
increase version number in build.xml
stupid bug fix (crash upon big stroke length variation) + some parameters renamed
* [INTL: de, es] Merging updated translations from 0.46 branch
add Arabic and Breton to the possible inkscape translations
* [INTL: eo] Esperanto update by Antonio Codazzi
Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with the "quark-prueba.svg" file
improved fix crash bug #197664
fix crash bug #197664
vertical flip on RENDER_WITH_PANGO_CAIRO text output
revert a bit of svnrev 17570. remove obsolete comment
NEW: temporary on-canvas indicators
warning cleanup
remove assert_close
* [INTL: zh_CN] (trunk) Simplified Chinese update by Liu Xiaoqin (closes: #197191)
Warning and whitespace cleanup
Fix to check for out of bounds index *before* using the array index
Fixed uninitialized members
r18226@shi: ted | 2008-02-29 15:00:33 -0800
Flipping so that the file is the last parameter at request of
Aaron Spike.
Flipping so that the file is the last parameter at request of
Aaron Spike.