summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-184-39/+56
| | | (bzr r14430.1.11)
* Use maximum ascent and descent for glyphs to ensure that glyphs that extendTavmjong Bah2015-11-181-3/+6
| | | | | outside the em-box are fully drawn. (bzr r14430.1.10)
* Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-184-91/+30
| | | (bzr r14430.1.9)
* Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah2015-11-184-19/+56
| | | (bzr r14430.1.8)
* Find font metrics when font is initialized. Fill baseline table.Tavmjong Bah2015-11-182-78/+222
| | | | | Separately track typographic ascent/descent and maximum ascent/descent. (bzr r14430.1.7)
* Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-183-6/+38
| | | (bzr r14430.1.6)
* Replace leading by more useful x-height. Use OS/2 font metrics when available.Tavmjong Bah2015-11-135-21/+66
| | | | | | Use otmMacAscent/otmMacDescent rather than otmAscent/otmDescent. Actually both should be available as they have different purposes... (bzr r14430.1.5)
* 'direction' is an inherited property, remove 'set' requirement.Tavmjong Bah2015-11-101-5/+4
| | | (bzr r14430.1.4)
* Rearrange code to make handling of baseline clearer.Tavmjong Bah2015-11-031-33/+23
| | | (bzr r14430.1.3)
* Vertical baseline depends on block 'text-orientation' value.Tavmjong Bah2015-11-033-8/+43
| | | (bzr r14430.1.2)
* Implement 'text-orientation' with user interface. Update 'writing-mode', ↵Tavmjong Bah2015-10-2815-196/+507
| | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1)
* add gtk3 experimental support in CMakeShlomi Fish2015-10-263-43/+63
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
* Fix for bug #1498444 (Guides flicker under the mouse after changing the ↵Nicolas Dufour2015-10-211-2/+2
| | | | | | | | | label of any guide) and bug #1469514 (Crash when renaming a guideline label in a new session). Fixed bugs: - https://launchpad.net/bugs/1498444 - https://launchpad.net/bugs/1469514 (bzr r14426)
* Extensions. Fix for bug #1506043 (PDF import options always default to ↵Nicolas Dufour2015-10-191-0/+1
| | | | | | | | Poppler/Cairo import). Fixed bugs: - https://launchpad.net/bugs/1506043 (bzr r14423)
* Fix first handle position on along nodes modeJabier Arraiza Cenoz2015-10-191-1/+1
| | | (bzr r14422)
* Change oprions of handles to a enum widgetJabier Arraiza Cenoz2015-10-192-44/+113
| | | | | | Add parameter to limit angle in mode smooth Bug fixes and improvements to "Spray Friendly" option (bzr r14421)
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-186-35/+66
| | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420)
* Make the handle of a dynamic offset snappableDiederik van Lierop2015-10-151-3/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1174858 (bzr r14419)
* Bug fixes in roughen and added uption to retract handlesJabier Arraiza Cenoz2015-10-152-45/+38
| | | (bzr r14418)
* Simplify code after removal of 'block-progression'.Tavmjong Bah2015-10-151-16/+13
| | | (bzr r14417)
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-157-39/+49
| | | (bzr r14416)
* clang-formatMarc Jeanmougin2015-10-141-72/+87
| | | (bzr r14413)
* Detect trivial loopsMarc Jeanmougin2015-10-141-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1328079 (bzr r14412)
* Fix snapping while rotating a selectionDiederik van Lierop2015-10-143-40/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14411)
* improved results of roughen LPEJabier Arraiza Cenoz2015-10-141-26/+18
| | | (bzr r14410)
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵Tavmjong Bah2015-10-141-1/+2
| | | | | build. (bzr r14409)
* Added a parameter to roughen LPE to allow fixed displacement of pointsJabier Arraiza Cenoz2015-10-132-113/+127
| | | (bzr r14408)
* Fix position node splitedJabier Arraiza Cenoz2015-10-132-21/+111
| | | | | Added parameter to Symm move nodes, Todo:Get better english strings (bzr r14407)
* Fix position of text when 'direction' is 'rtl' (right-to-left).Tavmjong Bah2015-10-122-9/+25
| | | (bzr r14405)
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵Tavmjong Bah2015-10-121-1/+1
| | | | | build. (bzr r14404)
* Add buttons for some side/corner mesh opeartions.Tavmjong Bah2015-10-084-3/+84
| | | (bzr r14402)
* Correct transform when picking colors under mesh.Tavmjong Bah2015-10-081-8/+10
| | | (bzr r14401)
* Fixes clonetiler trace mode on non-px documentsMarc Jeanmougin2015-10-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1502521 (bzr r14396)
* Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.Tavmjong Bah2015-10-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1502432 (bzr r14395)
* Fix for r14372 bugMarc Jeanmougin2015-10-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14394)
* Crash. Fix for Bug #1404934 (Crash when opening files (Glib::ConvertError ↵Riccardo Bernardini2015-10-031-5/+9
| | | | | | | | exception)). Fixed bugs: - https://launchpad.net/bugs/1404934 (bzr r14393)
* Fixes some non-antisymmetrical sort functionMarc Jeanmougin2015-10-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1502267 (bzr r14392)
* Use different method to find text to save when converting text to path.Tavmjong Bah2015-10-021-8/+8
| | | | | | | | (Also has advantage of preserving lines.) Fixed bugs: - https://launchpad.net/bugs/1502013 (bzr r14390)
* Change command line PostScript export level to 3 (bug #1432310)Adrian Johnson2015-09-301-3/+3
| | | (bzr r14389)
* UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵Nicolas Dufour2015-09-251-0/+3
| | | | | | | | proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386)
* fix regression observed on layer dialogMarc Jeanmougin2015-09-201-2/+2
| | | (bzr r14379)
* Enable "Tile" filter primitive in Filters dialog.Tavmjong Bah2015-09-201-4/+2
| | | (bzr r14378)
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-206-5/+130
| | | (bzr r14377)
* Improvements to transform by two knots pointed by Ivan Louettejtx2015-09-172-10/+70
| | | (bzr r14375)
* Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin2015-09-173-11/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372)
* fix for recent merge of ~mapreri/inkscape/typo Marc Jeanmougin2015-09-161-5/+1
| | | | | (cf discussion at https://code.launchpad.net/~mapreri/inkscape/typo/+merge/270993 ) (bzr r14370)
* Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.Tavmjong Bah2015-09-151-8/+11
| | | (bzr r14368)
* Fix for 1495106 (Add a check for id before sending a modified signal)Marc Jeanmougin2015-09-141-1/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1495106 (bzr r14367)
* Fix typo in a comment s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
| | | (bzr r14364.1.2)
* Fix typo s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
| | | (bzr r14364.1.1)