crap, disable the layer manager in the build; I forgot to deal with those template errors
Handle polygon of 0 or 1 points (without triggering warnings).
fix selected node size when switching type
draft of layer manager
revert fix from revision 10741, not needed anymore
optimizations: prevent handle move callback unless handle is indeed moved; prepend nodes to selected list instead of append; use SPKnot setter methods instead of g_object_set_property
use SPKnot setter methods instead of g_object_set_property
18 years agodelete slow and redundant g_object properties, replacing them with fast inline setter...
delete slow and redundant g_object properties, replacing them with fast inline setters on struct members
Changed objects to only get linked to "linkable" colors.
optimization: create side knots and lines only on demand
Objects will now change when their linked colors change.
more g++ 4.1 fixes (by inkblotter)
try to fix g++ 4.1 compile errors
Experimenting with linked colors.
preserve (but not use yet) rotation center when making tiled clones
copy rotation center when converting to path
copy rotation center when cloning
obey scale ratio lock
forgot to add XCF output to the makefile
minor changes to adjust strings for plural forms
next iteration
applying ngettext for 2 strings (for languages with multiple plural forms)
A little XCF export script
Exports each layer as a PNG from Inkscape and uses script-fu to piece them back together as an XCF in GIMP.
Exports each layer as a PNG from Inkscape and uses script-fu to piece them back together as an XCF in GIMP.
cosmetic
clarify case for --export-id and --export-drawing
better explanation of --export-area-canvas
Added --export-area-canvas (-C).
Area specifying options (--export-area, --export-area-canvas and --export-area-drawing) can now be used in combination with --export-id.
Area specifying options (--export-area, --export-area-canvas and --export-area-drawing) can now be used in combination with --export-id.
most of region selection completed
pasting size
menu rearrange, tips copyedit
a small apspec adjustment from Mike Hearn
fixed const decls
Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. Also make certain that packed pixels are unsigned long.
initial hookup of siox into Tracer. much work still to be done, and testing too
change radio button to check box. oops
add enableSiox() for testing
new button for siox
change names
change siox names
fix include
rename siox
rename
new files
add siox
Add siox
first iteration of translation to Lithuanian
fixing crash in situations where locale language has many plural forms (example - Lithuanian) and translation is not yet provided
Bringing in new color class
Purging unused variable
initial version (not translated yet)
* packaging/macosx/Resources/bin/inkscape: Fix a packaging
problem on Mac OSX where Inkscape wouldn't open if one of the
parent directories containing the app bundle contained a '#' in
its name. Fixes bug #1443072.
problem on Mac OSX where Inkscape wouldn't open if one of the
parent directories containing the app bundle contained a '#' in
its name. Fixes bug #1443072.
remove confusing decimal digits in the number of scans
use rotation center in keyboard rotation and transform dialog
optimization: prevent taking bbox twice of the first object in selection
more information on objects selected in groups
Mask/Clippath transformations on masking/unmasking
a more informative warning
Fixes to unmasking:
- Fixed crash if unmask/unclip is used on unmasked object
- Restoring mask/clippath object even if it is still referenced
- Adding restored mask objects to selected item list
- Fixed crash if unmask/unclip is used on unmasked object
- Restoring mask/clippath object even if it is still referenced
- Adding restored mask objects to selected item list
fixing misspelled name in copyright notice
copy clippaths, masks, and mask gradients to defs_clipboard
do not embed transform if the item has clippath or mask (so that the clippath/mask is affected by the same transform)
patch by Andrius R. for (un)clip and (un)mask commands
restore broken ngettext
fix clipping with unfilled paths
remove the annoying canvas border
better description for multiple selections
ensure document up-to-date if it's being loaded into a virgin desktop
describe clipped/masked objects in statusbar
coding style
do the same fix for masks as for clippaths to silence 'update during update' warnings
18 years agofix property name in init; do the same fix as in SPClipPath to silence 'update during...
fix property name in init; do the same fix as in SPClipPath to silence 'update during update' warnings
* share/icons/Makefile.am: Update a makefile after the icon file
renaming.
renaming.
readme for legacy icons
remove readme since it's no longer an extra set
removing old
renamed crispy icons, added placeholders for icons currently missing from set
removing old legacy icons from old name
renaming inkscape's original icon set to legacy_icons.svg
patch by christoph-b3e to clone multiple selected objects
increase cutoff depth of recursive clone descriptions
minor comment tweak
Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
shared_ptr -> ptr_shared
differentiate _hreffed and _listening flags for color, fill, and stroke paintservers - fixes two crashes
(sp_style_write_ipaint): Pretty colour names: use sp_svg_write_color instead of #rrggbb.
style-test.cpp: Update unit tests accordingly.
style-test.cpp: Update unit tests accordingly.
CodingStyle: whitespace
(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours white, red, lime, ..., but not the X11 colours) when possible; else use three hex difits (#ccc); else use existing six hex digits.
(sp_svg_write_color): Change return type from int (never used by existing callers) to void.
(sp_svg_write_color): Change return type from int (never used by existing callers) to void.
svg-color-test.h: New unit test file.
Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h files created since cvs2svn).
Remove temporary #include of svg-color.h
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to new file svg/svg-color.h.
svg/svg.h: Temporarily #include svg-color.h.
svg/svg.h: Temporarily #include svg-color.h.
Shift-drop of color now sets stroke.