gcc warning cleanup
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
convert elliptical arc angle from degrees to radians
Warning cleanup.
scale the radius and sweep-flag in elliptical arc
adapt for new menu structure
Ivan Louette's fantastic filter collection, all regrouped and relabelled for easier discoverability
a handful of bugfixes
better in singular
more Editors
remove unused
make more things private
add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog)
extensions/dots.py : Now dots are circles and not a multi-path to correct the "where is the dot" bug and make easy to change a dot position; The number is moved to be separated from the dot; The original path is now deleted, not only cleared; The last dot is not more over the first - now is better for kids (and some adults) to understand the start and end dots
Some dialog updates
* src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to access NULL GtkWidget pointer
utility script for producing a swatchbook of all filters
Fixed small translation issue for extensions.
updated Korean translation from jin-hwan Jeong
updated French translation from Nicolas
* [INTL:es] Spanish translation update by Lucas Vieites - closes #325224
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