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.
(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.
(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.
(sp_svg_write_color): Require buflen >= 8. (All existing callers already conform.)
doc: Remove out-of-date (and incorrect: cannot have space in `rgb(' for CSS colors) todo comment.
noop: SP_SVG_NUMCOLORS is used in only one place; replace it with inline G_N_ELEMENTS(...).
(sp_svg_write_color): Require buflen >= 8. (All existing callers already conform.)
doc: Remove out-of-date (and incorrect: cannot have space in `rgb(' for CSS colors) todo comment.
noop: SP_SVG_NUMCOLORS is used in only one place; replace it with inline G_N_ELEMENTS(...).
CodingStyle: whitespace
noop: Minor phrasing/CodingStyle changes.
Fix: was using locale to format SVG numbers.
Use normal attributes instead of style attribute, for greater viewer compatibility.
Tidy up the produced SVG: trim trailing zeros from numbers.
Stronger detection of invalid .ggr files.
Use normal attributes instead of style attribute, for greater viewer compatibility.
Tidy up the produced SVG: trim trailing zeros from numbers.
Stronger detection of invalid .ggr files.
Remove unused methods getInverse(). (One of these appears to be buggy anyway.)
operator!=: new. (Calls existing operator==.)
experiment with moving release beofre extraction of object from document tree
Changed color dragging to have a color preview.
Initial cut of color drag-n-drop to items on canvas.
(sp_selected_path_reverse): Fix when multiple paths are selected. Also fix a small memory leak.
CodingStyle: whitespace
CodingStyle: const placement
update from Matiphas
updated PO files
#include sp-item.h
Partially update: add various new `inkscape:' attributes. (I haven't yet added the tolerance ones, since they seem still in a state of flux.)
Extra quoting in various places.
Allow for multiple lines from `foo --version' output.
Fix tools-version.sh invocation. (Though I'm not sure it's all that important to invoke tools-version.sh.)
Remove useless cd at end of script. (Presumably no-one sources autogen.sh.)
Allow for multiple lines from `foo --version' output.
Fix tools-version.sh invocation. (Though I'm not sure it's all that important to invoke tools-version.sh.)
Remove useless cd at end of script. (Presumably no-one sources autogen.sh.)
Replace std::endl in lots of places with plain old '\n', with just a single std::flush per dependency.
add DocumentSubset::_clear
fix changelog
remove unneeded document parameter from constructor
18 years agoWire up new SPObject signal to DocumentSubset, so object order changes will be reflec...
Wire up new SPObject signal to DocumentSubset, so object order changes will be reflected in the subset
Add signal for notification of object position changes
Add DocumentSubset as groundwork for layers
work-around for older gtkmm versions
Fixed problem for 2.4.x
Change command to remove CVS directories to .svn
Make color drag to minibar only work when a styled item is selected.
Another typo from the patch. sorry again.
Fix typo from when i applied patch. My mistake. Sorry!
Fix bug with invalid singleton pointer. If we want a single dialog displayed, we can do it a safer way. (Callbacks in document-properties.cpp)
18 years agobug 1441767: allow device fonts (eg opentype with postscript outlines or plain postsc...
bug 1441767: allow device fonts (eg opentype with postscript outlines or plain postscript) to be instantiated by the font engine
Add stuff to separate .exe and debug info
Add stuff to separate .exe and debug info
Put the '-g' back. How did this get deleted? DO NOT REMOVE!
Made style minibar take color drag-n-drop
* src/conn-avoid-ref.cpp, src/libavoid/connector.h,
src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
src/libavoid/connector.cpp, src/libavoid/debug.h:
Some speed improvements and interface cleanups to libavoid.
src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
src/libavoid/connector.cpp, src/libavoid/debug.h:
Some speed improvements and interface cleanups to libavoid.