summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-184-39/+56
* Use maximum ascent and descent for glyphs to ensure that glyphs that extendTavmjong Bah2015-11-181-3/+6
* Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-184-91/+30
* Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah2015-11-185-19/+59
* Find font metrics when font is initialized. Fill baseline table.Tavmjong Bah2015-11-182-78/+222
* Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-183-6/+38
* Replace leading by more useful x-height. Use OS/2 font metrics when available.Tavmjong Bah2015-11-135-21/+66
* 'direction' is an inherited property, remove 'set' requirement.Tavmjong Bah2015-11-101-5/+4
* Rearrange code to make handling of baseline clearer.Tavmjong Bah2015-11-031-33/+23
* Vertical baseline depends on block 'text-orientation' value.Tavmjong Bah2015-11-033-8/+43
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-2816-200/+854
* add gtk3 experimental support in CMakeShlomi Fish2015-10-2611-98/+183
* Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580Sebastian Wüst2015-10-241-1/+1
* Translations. Icelandic translation update.Sveinn í Felli2015-10-211-1551/+1749
* Translations. PO template and French translation update.Nicolas Dufour2015-10-212-961/+1359
* Fix for bug #1498444 (Guides flicker under the mouse after changing the label...Nicolas Dufour2015-10-211-2/+2
* Extensions. Restack - fix indentation level (follow-up to rev 14424, bug #149...su_v2015-10-201-108/+107
* Extensions. Restack - add options to reverse, shuffle Z-order of selection (b...su_v2015-10-203-28/+114
* Extensions. Fix for bug #1506043 (PDF import options always default to Popple...Nicolas Dufour2015-10-191-0/+1
* Fix first handle position on along nodes modeJabier Arraiza Cenoz2015-10-191-1/+1
* Change oprions of handles to a enum widgetJabier Arraiza Cenoz2015-10-192-44/+113
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-186-35/+66
* Make the handle of a dynamic offset snappableDiederik van Lierop2015-10-151-3/+5
* Bug fixes in roughen and added uption to retract handlesJabier Arraiza Cenoz2015-10-152-45/+38
* Simplify code after removal of 'block-progression'.Tavmjong Bah2015-10-151-16/+13
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-157-39/+49
* Add 'transform-box' to CSS properties.Tavmjong Bah2015-10-154-0/+11
* Add a few new properties dealing with text and transforms.Tavmjong Bah2015-10-154-2/+90
* clang-formatMarc Jeanmougin2015-10-141-72/+87
* Detect trivial loopsMarc Jeanmougin2015-10-141-0/+1
* Fix snapping while rotating a selectionDiederik van Lierop2015-10-143-40/+9
* improved results of roughen LPEJabier Arraiza Cenoz2015-10-141-26/+18
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...Tavmjong Bah2015-10-141-1/+2
* Added a parameter to roughen LPE to allow fixed displacement of pointsJabier Arraiza Cenoz2015-10-132-113/+127
* Fix position node splitedJabier Arraiza Cenoz2015-10-132-21/+111
* Translations. German translation update.Eduard Braun2015-10-121-466/+436
* Fix position of text when 'direction' is 'rtl' (right-to-left).Tavmjong Bah2015-10-122-9/+25
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...Tavmjong Bah2015-10-121-1/+1
* Extensions. Random Tree: optionally omit redundant segments (bug #1500124)su_v2015-10-112-4/+14
* Add buttons for some side/corner mesh opeartions.Tavmjong Bah2015-10-084-3/+84
* Correct transform when picking colors under mesh.Tavmjong Bah2015-10-081-8/+10
* More additions for 'mesh' attributes.Tavmjong Bah2015-10-082-6/+10
* Add 'mesh' and 'hatch' related attributes.Tavmjong Bah2015-10-082-9/+48
* Extensions. DXF export: support default values for omitted attributes of basi...su_v2015-10-071-10/+10
* extensions. guillotine.py. fix Bug 1502041Alvin Penner2015-10-041-2/+2
* Fixes clonetiler trace mode on non-px documentsMarc Jeanmougin2015-10-041-1/+1
* Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.Tavmjong Bah2015-10-041-1/+1
* Fix for r14372 bugMarc Jeanmougin2015-10-031-1/+1
* Crash. Fix for Bug #1404934 (Crash when opening files (Glib::ConvertError exc...Riccardo Bernardini2015-10-031-5/+9
* Fixes some non-antisymmetrical sort functionMarc Jeanmougin2015-10-021-1/+1