added comments. updated version
added comments. updated version
split inkview into dist-all target
more correct whitespace handling per w3.org/TR/SVG11/text.html#WhiteSpace, fixes what remains of bug 1614678. Note that our parser does not seem to fully comply - it does not convert 0xd into 0xa, so here we must handle both.
Remove ca.new form ALL_LINGUAS.
Fix plural forms.
Extend ALL_LINGUAS
Some new translations downloaded from Rosetta.
Cleaned up comments
17 years agoFirst, show translator-credits for this language if available, then show all translators
First, show translator-credits for this language if available, then show all translators
add libtiff3.dll
defocus checkboxes upon click so they don't steal keystrokes
bad translation, looses information
fix for 0.45 win32 packaging errors
Updated slovak translation
more informative tooltip
Fix parsing of bools
Fix markup errors.
correctly ifdef the new print dialog
wrong commit reverted
Added Esperanto translation
Adding japanese.nsh among files that go into tarball
initial support for gtk print dialog, if available
* packaging/macosx/ScriptExec/main.c: Make sure the OS X application
launcher exits when Inkscape itself is closed the first time it is run.
launcher exits when Inkscape itself is closed the first time it is run.
* packaging/macosx/ScriptExec/main.c, packaging/macosx/Resources/script:
Present a new message to OS X users describing the delay when starting
Inkscape for the first time, as well as the fact that Inkscape windows
will be part of the X11 application. Also, bounce the dock icon so
that users will actually see this message.
Present a new message to OS X users describing the delay when starting
Inkscape for the first time, as well as the fact that Inkscape windows
will be part of the X11 application. Also, bounce the dock icon so
that users will actually see this message.
Reverting patch
Patch from Debian bug tracker from Daniel Kahn Gillmor
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840
Allows individual users to keep their preferred default template in
~/.inkscape/templates/default.svg. This allows them to keep custom page
settings, etc. locally.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840
Allows individual users to keep their preferred default template in
~/.inkscape/templates/default.svg. This allows them to keep custom page
settings, etc. locally.
Fixed saving bug, now attributes are correctly handled for both normal saves and 'save-a-copy' saves.
Unions Are Evil! When pixblock size is TINY, it stores data right in the data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers)
17 years agoremove rudimental general-purpose clipart, add some Inkscape-related graphics, update...
remove rudimental general-purpose clipart, add some Inkscape-related graphics, update README
null the sodipodi:modified before saving, not after; whitespace
tweak parameters for more responsiveness
update from Riku
Fork gradientvector upon deletion of stops.
17 years agoGradient tool: moved stop-deletion to ::GrDrag and made it much more robust and predi...
Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust and predictable.
attempt to fix both responsiveness and blobs in calligraphy tool
* packaging/osx-app.sh: Make sure to correctly copy fontconfig etc files
for new Universal OSX package.
for new Universal OSX package.
* packaging/macosx/Resources/etc/fonts/fonts.conf: Update packaging files
for more recent versions of dependencies.
for more recent versions of dependencies.
* packaging/osx-app.sh: Some improvements for building packages with
updated versions of dependencies.
updated versions of dependencies.
* configure.ac: Don't pass CXXFLAGS to the CXX command that is used to
determine the compiler version. This is required since some options
cannot be specified along with '-v' such as those needed for building
universal binaries under OS X.
determine the compiler version. This is required since some options
cannot be specified along with '-v' such as those needed for building
universal binaries under OS X.
2448 translated messages, 4 fuzzy translations.
Translation updates
* src/graphlayout/graphlayout.cpp: For the purposes of graph layout,
ignore connectors that are not attached to an object at one end.
This fixes bug #1630101.
ignore connectors that are not attached to an object at one end.
This fixes bug #1630101.
update 2424 translated messages.
* src/connector-context.cpp: End an endpoint dragging operation, if the
user right-clicks. This fixes bug #1633685.
user right-clicks. This fixes bug #1633685.
* src/connector-context.cpp: Allow canceling of Connector Endpoint
dragging when the user hits Escape. This is now more consistent
with the rest of Inkscape's tools.
dragging when the user hits Escape. This is now more consistent
with the rest of Inkscape's tools.
* autogen.sh: Improve the versionCheck test to be more portable.
update from Tim
update from Helix84
updated ru.po
Forgot to add japanese translation of nsi
Updating translations from 0.45
update 2250 translated messages.
update from Aleksandar
Translation update from 0.45
Fixed untranslatable radiobuttons in extensions
Fixed: Non-translatable strings in "enum" type extensions
update from Valessio
Add check for well-formedness of entity declarations. We found a
translation where these were wrong, and only GTK spotted this.
translation where these were wrong, and only GTK spotted this.
use bare layer names for layer names in gimp rather than file paths
update
man page update for 0.45
Fix plural forms.
temporary fix: prevent crash when clipping/masking an object with its own clone
remove obsolete assert
comment for the future
double-click on offset changes to node tool
Created SVG version.
making string translatable
get rid of sp_repr_new*
eliminate last uses of sp_repr_new*
remove sp_repr_new use from document creation
replace sp_repr_new*s
listen to subselection-changed signal to reflect gradient stop opacities
17 years agouse master opacity rather than fill/stroke-opacity when querying/setting stop opacity...
use master opacity rather than fill/stroke-opacity when querying/setting stop opacity; properly multiply all given opacities on setting; emit subselection-changed signal when deselecting all
privatize as much as possible in GrDrag
fix distance-to-line calculation to be independent of zoom; increase tolerance; use new grdrag API
Sorry, forgot the copyright text.
fix crash when switching away from node tool while redrawing after a handle move; the end_forced_full_redraws in the handle_ungrabbed may become invalid because the nodepath is destroyed while in screen update triggered by update_repr, and it is redundant anyway because update_repr does its own end_forced_full_redraws
remove sp_repr_new from style tests
more removal of sp_repr_new*
another createElement instead of repr_new
heh, bool to begin with
switch to using SVG::PathString for building paths
add SVG::PathString for better path building
switch to createElement
updating translation into Russian, more to follow
Bulgarian translation of About for 0.45
Bulgarian translation of basic tutorial
Clarifying that our Adobe Illustrator files are version 8.0 only.
replace use of sp_repr_new in gradient-vector
more simplification
tweaked, less nodes
continue switching sp_repr_new* over to XML::Document::create*
continue switching sp_repr_new* over to XML::Document::create*
refactor grid extension to reduce amount of redundant code
replacing sp_repr_new*