summaryrefslogtreecommitdiffstats
path: root/src (follow)
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-184-19/+56
* 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-2815-196/+507
* add gtk3 experimental support in CMakeShlomi Fish2015-10-263-43/+63
* Fix for bug #1498444 (Guides flicker under the mouse after changing the label...Nicolas Dufour2015-10-211-2/+2
* 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
* 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
* 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
* 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
* 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
* Use different method to find text to save when converting text to path.Tavmjong Bah2015-10-021-8/+8
* Change command line PostScript export level to 3 (bug #1432310)Adrian Johnson2015-09-301-3/+3
* UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting propo...Nicolas Dufour2015-09-251-0/+3
* fix regression observed on layer dialogMarc Jeanmougin2015-09-201-2/+2
* Enable "Tile" filter primitive in Filters dialog.Tavmjong Bah2015-09-201-4/+2
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-206-5/+130
* Improvements to transform by two knots pointed by Ivan Louettejtx2015-09-172-10/+70
* Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin2015-09-173-11/+8
* fix for recent merge of ~mapreri/inkscape/typo Marc Jeanmougin2015-09-161-5/+1
* Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.Tavmjong Bah2015-09-151-8/+11
* Fix for 1495106 (Add a check for id before sending a modified signal)Marc Jeanmougin2015-09-141-1/+9
* Fix typo in a comment s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
* Fix typo s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1