Remove some obsolete from_2geom() calls
Remove utest.
adjust page height to suit AutoCad
Build a single test executable on Linux to match Windows build system.
Fix bug #311736 (uninitialized variables resulted in weird snapping behaviour on windows)
added a "remove" context menu option for removing kerning pairs
fixing the upside-down glyph issue for the missing-glyph case (which I
had forgoten previously)
Also fixing a crash reported by prokoudine
had forgoten previously)
Also fixing a crash reported by prokoudine
fix crash, allow combine to work transparently on groups
add utility for recursively replacing groups with their members in a list of objects
coding style
yet another ru.po update
More NR ==> Geom changes
convert NR to Geom
convert NR to Geom
Now users can design a font within inkscape, save it and then open the
SVG file in Fontforge in order to export a truetype font (or other
system font formarts fontforge supports).
This improves previous workflow of font design using Inkscape which
involved creating one SVG for each glyph. Now user only needs to create
a single SVG file containing an SVGFont.
Glyph kerning settings for the font can also be defined withing Inkscape
itself with live preview. The kerning management still needs some
improvements but is currently functional at least.
Improvements in the SVGFonts dialog:
* In Global Settings tab you can define the font family name. Other
attributes should be added to this tab in the future.
* Glyphs tab allows the user to:
** see a list (combobox) of glyphs available in the currently selected
font.
** add/remove glyphs
** edit glyph name and unicode
** set the glyph curves based on a given path (selected from canvas).
Same feature for the missing glyph.
* Kerning tab allows user to:
** add new kerning pairs
** adjust kerning values of selected kerning pair
** live preview while adjusting the kerning values
Code refactoring:
* Inner classes DocumentProperties::SignalObserver and
FilterEffectsDialog::SignalObserver were duplicated code and another
instance would be needed in SVGFonts dialog. So, I moved it to
Inkscape::XML::SignalObserver (in helper-observer.{cpp,h})
* changed SPGlyph->glyph_name and SPGlyph->unicode from char* to
Glib::ustring
* added sp_remove_resource to the release method in sp-font.cpp
* glyph curves used to be stored (in d attribute) and rendered
upside-down. Now that bug is fixed.
Sorry about this huge commit. I got one week away from the Internet
during a xmas travel. The lack of 'net connection made me work more
intensely in Inkscape :-D
Felipe Sanches
SVG file in Fontforge in order to export a truetype font (or other
system font formarts fontforge supports).
This improves previous workflow of font design using Inkscape which
involved creating one SVG for each glyph. Now user only needs to create
a single SVG file containing an SVGFont.
Glyph kerning settings for the font can also be defined withing Inkscape
itself with live preview. The kerning management still needs some
improvements but is currently functional at least.
Improvements in the SVGFonts dialog:
* In Global Settings tab you can define the font family name. Other
attributes should be added to this tab in the future.
* Glyphs tab allows the user to:
** see a list (combobox) of glyphs available in the currently selected
font.
** add/remove glyphs
** edit glyph name and unicode
** set the glyph curves based on a given path (selected from canvas).
Same feature for the missing glyph.
* Kerning tab allows user to:
** add new kerning pairs
** adjust kerning values of selected kerning pair
** live preview while adjusting the kerning values
Code refactoring:
* Inner classes DocumentProperties::SignalObserver and
FilterEffectsDialog::SignalObserver were duplicated code and another
instance would be needed in SVGFonts dialog. So, I moved it to
Inkscape::XML::SignalObserver (in helper-observer.{cpp,h})
* changed SPGlyph->glyph_name and SPGlyph->unicode from char* to
Glib::ustring
* added sp_remove_resource to the release method in sp-font.cpp
* glyph curves used to be stored (in d attribute) and rendered
upside-down. Now that bug is fixed.
Sorry about this huge commit. I got one week away from the Internet
during a xmas travel. The lack of 'net connection made me work more
intensely in Inkscape :-D
Felipe Sanches
Makes sure a Gaussian filter is applied to premultiplied data.
Eliminate unnecessary premultiplied boolean from nr-filter-colormatrix
exit message if first object has a sodipodi:type
allow first selected object to be a group
add support for quadratic Bezier
Some accuracy improvements for nr-filter-colormatrix (including some changes to let it use premultiplied colors if possible) + author entry I forgot to add in revision 20391.
fix crash bug 310206
convert LINE entity to LWPOLYLINE
revert change of sp_item_i2d_affine in rev 20388, as it crashed command line use
Some accuracy improvements for ComponentTransfer filters (should also be somewhat faster).
15 years agoFixes "disappearing gradients" problem discussed on mailing list and adds a few g_war...
Fixes "disappearing gradients" problem discussed on mailing list and adds a few g_warnings to component transfer type checks.
propagate additional_affine into groups of clip/mask paths
object-snapper.cpp
* fix snapping to clip/mask with parent transform
* replace matrix_to_desktop call
sp-item.h
sp-item.cpp
* improve snapping to clip/mask with parent transform
* remove matrix_to_desktop/matrix_from_desktop
* use desktop->doc2dt() with sp_item_i2d_affine(...)
desktop.h
desktop.cpp
* new method: dt2doc()
selection-chemistry.cpp
* remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls
* fix snapping to clip/mask with parent transform
* replace matrix_to_desktop call
sp-item.h
sp-item.cpp
* improve snapping to clip/mask with parent transform
* remove matrix_to_desktop/matrix_from_desktop
* use desktop->doc2dt() with sp_item_i2d_affine(...)
desktop.h
desktop.cpp
* new method: dt2doc()
selection-chemistry.cpp
* remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls
lower limit on linewidth
fix bug #166937 (with viewBox, simplify oversimplifies)
Makes copy_n inline in nr-filter-gaussian.
fixed transform_mutliply for vector lpe parameter.
fix compile after rev 20377
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
sp_item_i2doc_affine or sp_item_i2d_affine respectively
* remove sp_root_bbox, root->c2p was considered in the wrong place there
* in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
node, because <svg> node does not have a transform attribute
* fix style scaling for boolean operations (with viewBox)
* fix zoom to fit drawing (with viewBox)
* fix export area size for "export drawing" (with viewBox)
* fix simultaneous movement of clone + original (with viewBox)
sp_item_i2doc_affine or sp_item_i2d_affine respectively
* remove sp_root_bbox, root->c2p was considered in the wrong place there
* in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
node, because <svg> node does not have a transform attribute
* fix style scaling for boolean operations (with viewBox)
* fix zoom to fit drawing (with viewBox)
* fix export area size for "export drawing" (with viewBox)
* fix simultaneous movement of clone + original (with viewBox)
Added "Add" button to the SVG Fonts dialog.
1) snap midpoints of line segments (both as source and as target)
2) snap intersections within a single shape (as source; as target was already implemented)
2) snap intersections within a single shape (as source; as target was already implemented)
Filter quality setting revised, seems to not crash when viewing filters.svg
fixed part 2 of bug #168372
fix build for commit 20341
remove bezier-utils. now we use 2geom's one.
remove bezier-utils-test as well.
remove bezier-utils-test as well.
remove bezier-util from tests
remove 2geom transition code
pencil sketching now allows for different smooth settings
(sketch mode is still work in progress)
(sketch mode is still work in progress)
fix LPE Sketch with new 2geom
fix compile.
re-enable decrepated 2geom function
re-enable decrepated 2geom function
fix compile.
re-enable decrepated 2geom functions.
re-enable decrepated 2geom functions.
add missing files
update to 2geom rev.1723
add sketch mode to pencil tool
scale Model Space to size A4
updated Catalan translation from Joaquim Perez Noguer
updated ru.po
fixed: getting pagecolor for bordercolor
typo in xMaxYMid
use iso-8859-1
bug #166885 (preserveAspectRatio="none" misinterpreted)
fixed snapping of handles (broken since rev 20247)
specify metric units
- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)
- Replace tabs by spaces
- Replace tabs by spaces
* Removing the bitmap files that aren't being used.
* Removing the filter files that haven't been used.
* Adding a small little script to pull the strings out of the filters.svg
file and pull them into a header file so that they can be translated.
* Fix generate_POTFILES.sh so that it warns that it'll probably break
things
* Update POTFILES.in so that it matches the files better.
* Making a bunch of .svg files not executable.
* Patching the effects code so that the sorting of the menus is correct
and the first entry is not ignored.
* Removing the filter files that haven't been used.
* Adding a small little script to pull the strings out of the filters.svg
file and pull them into a header file so that they can be translated.
* Fix generate_POTFILES.sh so that it warns that it'll probably break
things
* Update POTFILES.in so that it matches the files better.
* Making a bunch of .svg files not executable.
* Patching the effects code so that the sorting of the menus is correct
and the first entry is not ignored.
use 2geom bezier fitting (is copy of inkscape's)
nodepath: use 2geom bezier fitting (is copy of inkscape's)
* [INTL: en_GB] British English update by Tim Sheridan
fixed typo, removed obsolete entry, updated Russian translation a bit
remove orphaned NRMatrix wrapper for sp_item_write_transform
15 years agoreworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixing remain...
reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixing remaining issues with bug #234305
preferences.cpp: Remove an assert that causes problems with some
input devices.
input devices.
Simplify "make check" makefile rules and remove most of the obsolete
utest-based tests.
utest-based tests.
fix for Bug #234305 (paste into transformed groups)
Make all tools consider full parent transform (up to document, not just up to root)
See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo
See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo
"make check" now compiles and runs on Linux.
15 years agoMakes page-sizer be a little less eager to change the orientation of pages automatica...
Makes page-sizer be a little less eager to change the orientation of pages automatically(!), it only does it for page sizes which are preferred to be in a certain orientation (landscape) now.
15 years agoRemoved sp_main_* stubs from individual headers to make the unit tests build on Windo...
Removed sp_main_* stubs from individual headers to make the unit tests build on Windows again.
Warning and 'using' cleanup.
Partial fix for "make check" compilation failure.
Bug #167682 (resizing page must also resize viewBox)
Fix a typo that causes a runtime error during the preferences test.
Changed term away from "embed" since that has specific meaning.
Add unit tests for the Inkscape::Preferences class.
Change the way preferences are loaded to simplify unit testing
Removed duplication of menu items.
Fixed assert from unref'ing defs.
Fixed assert from unref'ing defs.
Removed warning for expected condition.
Warning cleanup.
simplify interpolating the curve in pencil-context.
NR -> 2Geom few more files
2geom more as fix
Changed it use common code for profile locations.
more 2geomification
2geomify filter-chemistry
2geom eraser tool
NR::LInfty => Geom::
NR -> 2Geom, more h and cpp files
Layout code cleanup.
Avoid problems when document is being closed.
GNU/Linux!
Misc. cleanup
Warning cleanup.
Corrected initialization order.
patch by Simon Dahlbacka, for LP 186582, modified to produce more detailed output
Warning/type cleanup.