Printing marks update from Nicolas Dufour - changeing positions: star_target and reg_marks
Making the eraser more eraser-like
Warning cleanup.
Fixed dangerous base-class methods that were missing returns by converting them to abstract.
Warning cleanup.
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
Another update from Foppe Benedictus and Kris
fix obsolete syntax that emits warnings
edit names
display waiting cursor; move credits to a page of its own
copyedit, use repeated calls for graduated contrast
copyedit, names that make more sense
use the same steps to figure out dir for bitmap copy as in export dialog
remove mnemonic which does not work anyway
fix crash
knot-lpe enabled (tests commited to testsuite).
FIX for bug 317964; SVG crashes on empthy flow-text element
bug fix: handle paths with more than one component.
add support for layers
add group code 70 to LWPOLYLINE
15 years agoStore the snapper tolerances in the snap-preferences instead of in each snapper indiv...
Store the snapper tolerances in the snap-preferences instead of in each snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call)
* [INTL:pl] Further small updates to the Polish translation
fix crash described at
https://bugs.launchpad.net/inkscape/+bug/307567
https://bugs.launchpad.net/inkscape/+bug/307567
Some consistency cleanup for descriptions.
configure.ac: Fix syntax error introduced in r20243.
set waiting cursor while loading a file
do not change cursor if desktop has set it to waiting
add accessor for the waiting_cursor flag (sorry for the recompile)
Add buttons for snapping to grids and/or guides
show waiting cursor while ExecutionEnv is working
since imagemagic effects cannot be cancelled midway, trying to do so often crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects
* [INTL: sk] Slovak update by Ivan Masar
* [INTL:*] update_po_files.sh
* [INTL: pl] Polish update by Polish Inkscape Translation Team; + POTFILES
Added missing translation.
thinner lines and now extends into corners
draw red X icon while dragging the "remove color" item
simplify sketch result to fix crash
fix crash when drawing very quickly while still loading inkscape.
quick ad-hoc fix to restore guide dragging
proper resizing of remove color button
Improved English slightly
add subtract mode with alt, adjust inertia
fix parameter ranges, copyedit
calligraphic defaults: forgotten conversions to the new range
All snap options which can be accessed through the snapping toolbar are now removed from the document properties dialog
Nicer symbol for guide anchor
adding configurable system encoding input for calendar extension
display guide anchor on canvas; anchor and angle can be edited by mouse
removing a g_warning
synchronize
add support for 'iso-8859-1'
prevent inkscape from crashing in case of malformed SVG, still need method to inform the user about document corruption
Remove the source snap-indicator when ungrabbing
Remove some SP_ACTIVE_DESKTOP() calls
Display the snap source indicator only when snapping is enabled
- The snap-delay mechanism should now be more robust. From now on, it must be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed.
- Creating single dots now snaps
- Creating single dots now snaps
removing void files
duh!
duh!
hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke width'.
fix percentage coordinates for rect and line. (svgtestsuite-1.1/coords-units-02-b.svg)
fix percentage coordinates for ellipses. (svgtestsuite-1.1/coords-units-02-b.svg)
move most of the new LPEs to the experimental section, this means that most of them will not appear in normal builds. let's be more careful in future about which lpe is "done" and which is still in development. many of the now experimental LPEs actually work quite well. if so, commit an extensive SVG with testcases to the testsuite, and move the effect out of the experimental section.
remove debug code
15 years agoAdded some missing snappings icons to the Tango theme, and made some very small chang...
Added some missing snappings icons to the Tango theme, and made some very small changes to them.
add "remove color" ColorItem to the swatches dialog
sort combo enumerations
small cleanup in src/trace (warnings and trailing spaces)
fix the fill-end-of-month option
add calendar to makefile; move some extensions to Render where they make more sense
* Extension test dir
* test for svgcalendar
* minimal-blank.svg
* test for svgcalendar
* minimal-blank.svg
publishing calendar generator extension
force string argument to sys.stderr.write in method errormsg of inkex.py
Fix compile when lcms is disabled
updated translation from JazzyNico
Don't hold on to pointer returned from c_str(). Might help bug 307567
Fixed to not emit signals from deleted object. May fix 271621.
Fixed to no longer emit signal from deleted instance. Might fix bug 271621
Fixed to no longer emit signal from deleted instance. Might fix bug 271621
use our python from devlibs, do not assume the user has a python in path
double inclusion fix
Turn off new input dialog pending cleanup
Warning cleanup
patch 318246
Rounding errors in feComposite: patch by Preben S (bug 318134)
updated Russian translation
15 years agoimprove guide tracking: add inertia after escape, suppress initial jerk, reduce undes...
improve guide tracking: add inertia after escape, suppress initial jerk, reduce undesired flipping
- Snap to the midpoint of shapes and bboxes
- Snap to the midpoint of paths and bbox edges
- Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar
PS: icons.svg has been modified, so use "make install" if needed
- Snap to the midpoint of paths and bbox edges
- Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar
PS: icons.svg has been modified, so use "make install" if needed
snap indicator: try a diamond shaped indicator for snapping to nodes. see how we like this.
fix/revert 20519 and 20521
fix bug !
work a bit on snapindicator: added switch statement for different types
15 years agonr-filter-image now yields identical results to using <image> in most cases by making...
nr-filter-image now yields identical results to using <image> in most cases by making use of nr-compose-transform (the only exception is the case when a file is used that does not contain an alpha channel, then it still uses its own code).
trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h
header. I hope it fixes the build for him.
header. I hope it fixes the build for him.
adding a "scripting" tab to document properties dialog that allow the user to manage external javascript references.
(also only working for "Inkscape SVG")
(also only working for "Inkscape SVG")
added interactivity attributes to the object properties dialog.
If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set:
onclick to window.location="http://xkcd.com"
onmouseover to this.style.cursor="pointer"
Save as Inkscape SVG (currently not working for Plain SVG)
then open this SVG file in Firefox to see the result.
If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set:
onclick to window.location="http://xkcd.com"
onmouseover to this.style.cursor="pointer"
Save as Inkscape SVG (currently not working for Plain SVG)
then open this SVG file in Firefox to see the result.
fix include
i guess this is better but doesn't fix crash
try to fix build
Remove INKSCAPE_VERSION from menus-skeleton.h
avoiding freehand drawings with LPEs with no fill at all. Using black by default. Johan, please correct-me in case I am mistaken.
fixing the build (in Ubuntu GNU/Linux at least)