| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement rendering of 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 4 | -39/+56 |
| | | | | (bzr r14430.1.11) | ||||
| * | Use maximum ascent and descent for glyphs to ensure that glyphs that extend | Tavmjong Bah | 2015-11-18 | 1 | -3/+6 |
| | | | | | | outside the em-box are fully drawn. (bzr r14430.1.10) | ||||
| * | Code cleanup. Remove/simplify some functions. | Tavmjong Bah | 2015-11-18 | 4 | -91/+30 |
| | | | | (bzr r14430.1.9) | ||||
| * | Turn FontMetrics into a class. Add maximum ascent/descent variables. | Tavmjong Bah | 2015-11-18 | 4 | -19/+56 |
| | | | | (bzr r14430.1.8) | ||||
| * | Find font metrics when font is initialized. Fill baseline table. | Tavmjong Bah | 2015-11-18 | 2 | -78/+222 |
| | | | | | | Separately track typographic ascent/descent and maximum ascent/descent. (bzr r14430.1.7) | ||||
| * | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 3 | -6/+38 |
| | | | | (bzr r14430.1.6) | ||||
| * | Replace leading by more useful x-height. Use OS/2 font metrics when available. | Tavmjong Bah | 2015-11-13 | 5 | -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 Bah | 2015-11-10 | 1 | -5/+4 |
| | | | | (bzr r14430.1.4) | ||||
| * | Rearrange code to make handling of baseline clearer. | Tavmjong Bah | 2015-11-03 | 1 | -33/+23 |
| | | | | (bzr r14430.1.3) | ||||
| * | Vertical baseline depends on block 'text-orientation' value. | Tavmjong Bah | 2015-11-03 | 3 | -8/+43 |
| | | | | (bzr r14430.1.2) | ||||
| * | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 2015-10-28 | 15 | -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 CMake | Shlomi Fish | 2015-10-26 | 3 | -43/+63 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430) | ||||
| * | Fix for bug #1498444 (Guides flicker under the mouse after changing the ↵ | Nicolas Dufour | 2015-10-21 | 1 | -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 Dufour | 2015-10-19 | 1 | -0/+1 |
| | | | | | | | | | Poppler/Cairo import). Fixed bugs: - https://launchpad.net/bugs/1506043 (bzr r14423) | ||||
| * | Fix first handle position on along nodes mode | Jabier Arraiza Cenoz | 2015-10-19 | 1 | -1/+1 |
| | | | | (bzr r14422) | ||||
| * | Change oprions of handles to a enum widget | Jabier Arraiza Cenoz | 2015-10-19 | 2 | -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 LPE | Jabier Arraiza Cenoz | 2015-10-18 | 6 | -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 snappable | Diederik van Lierop | 2015-10-15 | 1 | -3/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1174858 (bzr r14419) | ||||
| * | Bug fixes in roughen and added uption to retract handles | Jabier Arraiza Cenoz | 2015-10-15 | 2 | -45/+38 |
| | | | | (bzr r14418) | ||||
| * | Simplify code after removal of 'block-progression'. | Tavmjong Bah | 2015-10-15 | 1 | -16/+13 |
| | | | | (bzr r14417) | ||||
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 7 | -39/+49 |
| | | | | (bzr r14416) | ||||
| * | clang-format | Marc Jeanmougin | 2015-10-14 | 1 | -72/+87 |
| | | | | (bzr r14413) | ||||
| * | Detect trivial loops | Marc Jeanmougin | 2015-10-14 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1328079 (bzr r14412) | ||||
| * | Fix snapping while rotating a selection | Diederik van Lierop | 2015-10-14 | 3 | -40/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14411) | ||||
| * | improved results of roughen LPE | Jabier Arraiza Cenoz | 2015-10-14 | 1 | -26/+18 |
| | | | | (bzr r14410) | ||||
| * | Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵ | Tavmjong Bah | 2015-10-14 | 1 | -1/+2 |
| | | | | | | build. (bzr r14409) | ||||
| * | Added a parameter to roughen LPE to allow fixed displacement of points | Jabier Arraiza Cenoz | 2015-10-13 | 2 | -113/+127 |
| | | | | (bzr r14408) | ||||
| * | Fix position node splited | Jabier Arraiza Cenoz | 2015-10-13 | 2 | -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 Bah | 2015-10-12 | 2 | -9/+25 |
| | | | | (bzr r14405) | ||||
| * | Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵ | Tavmjong Bah | 2015-10-12 | 1 | -1/+1 |
| | | | | | | build. (bzr r14404) | ||||
| * | Add buttons for some side/corner mesh opeartions. | Tavmjong Bah | 2015-10-08 | 4 | -3/+84 |
| | | | | (bzr r14402) | ||||
| * | Correct transform when picking colors under mesh. | Tavmjong Bah | 2015-10-08 | 1 | -8/+10 |
| | | | | (bzr r14401) | ||||
| * | Fixes clonetiler trace mode on non-px documents | Marc Jeanmougin | 2015-10-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1502521 (bzr r14396) | ||||
| * | Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432. | Tavmjong Bah | 2015-10-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1502432 (bzr r14395) | ||||
| * | Fix for r14372 bug | Marc Jeanmougin | 2015-10-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14394) | ||||
| * | Crash. Fix for Bug #1404934 (Crash when opening files (Glib::ConvertError ↵ | Riccardo Bernardini | 2015-10-03 | 1 | -5/+9 |
| | | | | | | | | | exception)). Fixed bugs: - https://launchpad.net/bugs/1404934 (bzr r14393) | ||||
| * | Fixes some non-antisymmetrical sort function | Marc Jeanmougin | 2015-10-02 | 1 | -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 Bah | 2015-10-02 | 1 | -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 Johnson | 2015-09-30 | 1 | -3/+3 |
| | | | | (bzr r14389) | ||||
| * | UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵ | Nicolas Dufour | 2015-09-25 | 1 | -0/+3 |
| | | | | | | | | | proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386) | ||||
| * | fix regression observed on layer dialog | Marc Jeanmougin | 2015-09-20 | 1 | -2/+2 |
| | | | | (bzr r14379) | ||||
| * | Enable "Tile" filter primitive in Filters dialog. | Tavmjong Bah | 2015-09-20 | 1 | -4/+2 |
| | | | | (bzr r14378) | ||||
| * | Crude partial implementation of feTile filter primitive. | Tavmjong Bah | 2015-09-20 | 6 | -5/+130 |
| | | | | (bzr r14377) | ||||
| * | Improvements to transform by two knots pointed by Ivan Louette | jtx | 2015-09-17 | 2 | -10/+70 |
| | | | | (bzr r14375) | ||||
| * | Added a pref option to disable "spacebar panning". (default:enabled) | Marc Jeanmougin | 2015-09-17 | 3 | -11/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372) | ||||
| * | fix for recent merge of ~mapreri/inkscape/typo | Marc Jeanmougin | 2015-09-16 | 1 | -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 Bah | 2015-09-15 | 1 | -8/+11 |
| | | | | (bzr r14368) | ||||
| * | Fix for 1495106 (Add a check for id before sending a modified signal) | Marc Jeanmougin | 2015-09-14 | 1 | -1/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1495106 (bzr r14367) | ||||
| * | Fix typo in a comment s/seperator/separator/ | Mattia Rizzolo | 2015-09-14 | 1 | -1/+1 |
| | | | | (bzr r14364.1.2) | ||||
| * | Fix typo s/seperator/separator/ | Mattia Rizzolo | 2015-09-14 | 1 | -1/+1 |
| | | | | (bzr r14364.1.1) | ||||
