Remove preference entry for dot size in Pencil tool since it no longer creates dots
Commenting out Whiteboard configure flag
Fixed crash when invoked and no profile is set.
last filters file from Ivan and Tavmjong
remove debug warning
Dutch translation update by Kris
Japanese, Slovenian and French translation updates
replace-hue example from Ivan
patch by Alvin for 418798
* [INTL:zh_CN] Simplified Chinese translation of win32 installer added to inkscape.nsi
* [INTL:zh_TW] Traditional Chinese translation update
* [INTL: zh_CN] Simplified Chinese translation of win32 installer added
lpe-spiro: fix problem with rounding and very nearly zero closing line segments
fix bug #377958: don't write inkscape:path-effect to plain svg
fix page size
adding getElementById() to inkex
fix page size
work around the spurious batik/inkscape inconsistency (no idea who is right), see bug 224741 - added a 0 at the end of the rotate vector
Khmer translation updated
patch by Richard Hughes for 417777
patch for divisor limit
* [INTL:es] Spanish translation update
update
patch from 417179 by Alvin
updated POT and POs
* [INTL:de] German translation update
Two files pulled in from the pre2 branch. Removing the nsi file and cleaning the POTFILES list.
- fix bug #414142 (Moving path nodes twice is hard when snap is enabled)
- constrained snap: use projected point to calculate the snap distance
- constrained snap: use projected point to calculate the snap distance
fix 417676
move inkscape.nsi to packaging/win32
When dragging a knot along a constraint line, then allow snapping the position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog)
patch from 416549
fix half-smooth nodes updating when next to a line but with curve code
15 years agofix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do not calcul...
fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do not calculate the curve if they have a broken lpe, instead reading it directly from d= and issuing a warning
fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, make them correctly handle inherit values; test case for the bug is added to the testsuite
From Chris Morgan - lzma dictionary size increased to improve compression of win32 installer
fix 416940
fix 166186
fix 379817
absolutize user-entered path from doc location
Khmer translation updated
Breton, Belarusian and French translation updates.
Updated Ukrainian translation
* [INTL:zh_TW] Traditional Chinese translation update
fix 167857
patch from 289774
fix for 415168
update
* [INTL:*] make inkscape.pot && update_po_files.sh
* [INTL:sk] Slovak translation update
* [INTL:pt_BR] fixed msgfmt error
* [INTL:sk] Slovak translation update
* [INTL:pt_BR] fixed msgfmt error
string change: Scoured SVG -> Optimized SVG
patch by Alvin Penner for bug 415079
Khmer translation updated
15 years agofrom Ivan: Adding a Growing cells Overlay, allowing Turbulence displacement to Eroded...
from Ivan: Adding a Growing cells Overlay, allowing Turbulence displacement to Eroded metal, Enamel jewelry, Cracked lava, Canvas Bumps, Canvas Bumps, matte, Bubbly Bumps, Bubbly Bumps
fix 396851: move absolutizing relative path (added by Ted) out of sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode
fix remaining issues of bug 407893
fix ctrl+arrow keys not working after startup
some more ungrabbing needed
typo fixes
* [INTL:sk] Slovak translation update
parseTransform: fix rotate parsing
computeBBox: support all basic shapes (fix rect parsing)
computeBBox: support all basic shapes (fix rect parsing)
* [INTL: pl] Polish update by Polish Inkscape Translation Team
French translation update.
* [INTL:zh_TW] Traditional Chinese translation update
updated POT and POs
* Bug-fixing src/libnr/Makefile_insert to avoid build failure
exclude file from building
additional file for building nr-test
French translation update.
fixing typos, replace | with ->
fix 407893
fix 376068
updated POT and POs
fix 304018
Adding a copper and chocolate and a Relief print bumps and an Inner glow, fixing unadequate setting in Roughen inside and improving it, improving Torn edges, adding crumple to Plastify and Tinfoil
fix pulling out second handle when the segment was a lineto
Slovenian and Japanese translation update for 0.47
Uplift scour extension to version 0.19 (fixes a few bugs)
Khmer translation updated
updated POT and POs
removed files
Fix for Bug #166678 (Paper size or orientation are not used when printing) by Adrian Johnson.
Don't open 'Save as ...' dialog inside the application bundle on OS X when it is invoked for the first time
Minor changes.
much better quality multi-size windows icon, thanks ChrisMorgan
Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.
Deweirdification of user visible messages as proposed by Tav
Maximum value of alpha is 255 (not 256).
Remove mention of AI export and EPSI export per instructions in
share/extensions/Makefile.am
share/extensions/Makefile.am
Removed support for AI (EPS based) export and EPSI export.
AI export only supported (poorly) Adobe Illustrator 8.0 (released in 1998);
Adobe Illustrator 10 (2001) and later support direct SVG import.
EPSI export has limited use now that many programs such as OpenOffice
can directly use the vector data in EPS files. If needed, the program
ps2epsi can be used to make EPSI files from EPS files.
AI export only supported (poorly) Adobe Illustrator 8.0 (released in 1998);
Adobe Illustrator 10 (2001) and later support direct SVG import.
EPSI export has limited use now that many programs such as OpenOffice
can directly use the vector data in EPS files. If needed, the program
ps2epsi can be used to make EPSI files from EPS files.
patch 168780
Fix for bug LP #308183 (Measure Path text shifted when used with a copied object).
Update Khmer translation
add documentation tab
Add missing namespaces in win32 code (thanks to Yann Papouin for pointing this out)
Adding contrast control to Emboss, Color emboss and Dark emboss
French translation update.
15 years agoFix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes when tryin...
Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes when trying to export files, dunno why)
Put #ifdefs around all code related to the so-called "new" ExportDialog (whatever that is)
Cleanup (remove unused variable; use generic function to determine the file extension)
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too.