| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-30 | Improve picking selecton on text | Jabiertxof | 1 | -5/+13 | |
| 2019-09-11 | Fix crash when font dont have X glyph. Solve this ↵ | Jabiertxof | 1 | -3/+6 | |
| https://gitlab.com/inkscape/inbox/issues/841 | |||||
| 2019-09-10 | improve text selection | Jabiertxof | 1 | -3/+4 | |
| 2019-05-07 | Add some documentation (Harfbuzz, OpenType SVG). | Tavmjong Bah | 1 | -2/+2 | |
| 2019-05-06 | Add basic SVG in OpenType support. | Tavmjong Bah | 1 | -1/+28 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -8/+8 | |
| 2018-12-11 | Turn #defines into enum. | Tavmjong Bah | 1 | -9/+9 | |
| 2018-12-01 | Fix coding style | Jabier Arraiza | 1 | -1/+1 | |
| 2018-12-01 | Improve spliter and add outline mode functionality | Jabier Arraiza | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-11-08 | Implement the remaining vector effects properties. | Tavmjong Bah | 1 | -1/+1 | |
| 2018-10-18 | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 1 | -6/+7 | |
| clearer. | |||||
| 2018-10-18 | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 1 | -0/+10 | |
| mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-14 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` and `grep` | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2017-10-06 | remove trailing space | Shlomi Fish | 1 | -14/+13 | |
| 2017-10-06 | refactoring | Shlomi Fish | 1 | -5/+1 | |
| 2017-01-03 | Fix logic error (non-scaling stroke on text). | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r15386) | |||||
| 2016-10-19 | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 1 | -3/+10 | |
| (bzr r15177) | |||||
| 2016-08-15 | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r15059) | |||||
| 2016-03-30 | Fix bug #1548953 (Crash when SVG contains certain special chars) | Eduard Braun | 1 | -7/+9 | |
| Fixed bugs: - https://launchpad.net/bugs/1548953 (bzr r14750) | |||||
| 2015-06-01 | patch for bug 1283194 | mathog | 1 | -5/+20 | |
| (bzr r14192) | |||||
| 2015-05-21 | patch bug 1294784 | mathog | 1 | -1/+2 | |
| (bzr r14167) | |||||
| 2014-12-21 | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 1 | -4/+11 | |
| handled yet). (bzr r13807) | |||||
| 2014-12-16 | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 1 | -0/+7 | |
| (bzr r13803) | |||||
| 2014-10-14 | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 1 | -4/+4 | |
| (bzr r13611.1.1) | |||||
| 2014-08-18 | Fix build (not pretty). | Liam P. White | 1 | -2/+5 | |
| (bzr r13341.1.146) | |||||
| 2014-07-15 | Warnings cleaup. | Jon A. Cruz | 1 | -11/+12 | |
| (bzr r13454) | |||||
| 2014-05-13 | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 1 | -182/+289 | |
| (bzr r13372) | |||||
| 2014-05-12 | small logic improvement | Johan B. C. Engelen | 1 | -3/+1 | |
| (bzr r13341.1.8) | |||||
| 2014-05-11 | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 1 | -182/+291 | |
| (bzr r13341.1.7) | |||||
| 2014-05-01 | Enable support for 'paint-order', rendering only. | Tavmjong Bah | 1 | -6/+3 | |
| (bzr r13329) | |||||
| 2014-02-18 | Implement 'paint-order' for text. | Tavmjong Bah | 1 | -0/+19 | |
| (bzr r13039) | |||||
| 2014-02-08 | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 1 | -60/+60 | |
| Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | |||||
| 2014-01-08 | glyph drawing: improve code | Johan B. C. Engelen | 1 | -18/+16 | |
| (bzr r12889) | |||||
| 2013-11-01 | Fix blurry pattern fills on text objects (blocker bug #1005892). | Krzysztof Kosi??ski | 1 | -29/+41 | |
| Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12760) | |||||
| 2013-10-01 | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 1 | -2/+2 | |
| Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | |||||
| 2013-09-18 | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528) | |||||
| 2013-09-15 | Scale rendering of pattern fill of text when chaning zoom level; partial fix ↵ | Diederik van Lierop | 1 | -1/+1 | |
| for blocker bug #1005892; this reinstates a line that was commented out in rev. 12488 Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12523) | |||||
| 2013-06-19 | changes_2013_05_22a.patch: | David Mathog | 1 | -17/+287 | |
| 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export). 2. Implements CSS 3 (and CSS 2) text-decoration support. Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance: text-decoration: underline solid is valid, but would break CSS2. Solid is the default, so that sort of case is written as: text-decoration: underline If the state is CSS3 specific all of the needed fields are of course include, like text-decoration: underline wavy red 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces) 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span. 5. It incorporates code to disable text decorations when text so marked is mapped onto a path. 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts. 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) (bzr r11668.1.71) | |||||
| 2012-11-06 | Change outline mode rendering tolerance from 1.25 to 0.5. | Krzysztof Kosi??ski | 1 | -1/+1 | |
| Fixes disappearing lines in newer versions of Cairo. (bzr r11862) | |||||
| 2012-05-13 | patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ↵ | Kris De Gussem | 1 | -11/+26 | |
| are invisible in outline mode) (bzr r11359) | |||||
| 2011-10-02 | Removing redundant doxygen @brief tag. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10656) | |||||
| 2011-10-02 | Warning cleanup. | Jon A. Cruz | 1 | -6/+3 | |
| (bzr r10655) | |||||
| 2011-09-06 | Further fixes for text rendering and picking | Krzysztof Kosi??ski | 1 | -3/+6 | |
| (bzr r10622) | |||||
| 2011-09-05 | Fix bugs in text stroke rendering and picking | Krzysztof Kosi??ski | 1 | -15/+11 | |
| (bzr r10620) | |||||
