Implement rendering of 'dominant-baseline' property.
Code cleanup. Remove/simplify some functions.
Vertical baseline depends on block 'text-orientation' value.
Simplify code after removal of 'block-progression'.
Add new 'writing-mode' values, remove 'block-progression', fix a few typos.
Fix position of text when 'direction' is 'rtl' (right-to-left).
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirsanov (buliabyak).
SPStyle ref counting clean up.
Clean up of style code, removal of SPFontStyle. Step 2.
fix macro redefinition errors
cppcheck: performance
Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)
Change default font to a CSS valid default font (Sans -> sans-serif).
Allow em and ex as units on font-size.
Use generic headers in preparation for GTK+ 3 transition
Added/Fixed Pango font weights. Included Jon's workaround for Pango older than 1.24.
a better truncation detection, suggested by Richard Hughes
utilities and UI support for identifying truncated flowtext and text-on-path
Merge from fe-moved
Merge from trunk
Changing the executable bit that shouldn't be there.
Warning cleanup
bug 1652188: text-anchor:start means left even in rtl
bug 1598337 / patch 1603279 by atwupack: crash deleting invisible layers
bug 1602461: never use font-stretch on win32 because Pango/GDI don't support it so will end up falling back to Arial always
replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes compiler warnings and is the correct way to check for glib-2.4
glib-2.4 system fixes: some includes to get prototypes, some version checks
bug 1495265: css fallback fonts broken on win32
moving trunk for module inkscape