Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Add special rotation solution to optimized transforms, found by Johan
Fix bug in previous commit. Add test against it
Add specialized transforms
Switch to top-level glib headers. Thanks to DimStar for patch
update to latest 2geom !
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet.
Wholesale cruft removal part 2
Fixed signed/unsigned problem with precision calc. Fixes bug #399604.
Change the way preferences are loaded to simplify unit testing
Merge from fe-moved
Merge from trunk
From trunk
Merging from trunk
remove many unnecessary to_2geom and from_2geom calls
Fix for PathString to prevent it from getting into a very, very long copying run and make it use minimumexponent. Plus some extra tests.
clean up matrix transform svg-write function
add svg_write and read methods for Geom::Matrix
No more NRMatrix or NRPoint.
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
refactor sp_svg_transform_write to return a dynamically-allocated string -- dynamic allocation won't hurt you, but buffer overruns will!
make svg numeric precision, minimum exponent, and the use of named colors (as well as shortened color triads like #ccc) configurable via prefs
limit the smallest exponent in transforms; anything smaller is written as 0
moving trunk for module inkscape