summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-30Improve picking selecton on textJabiertxof1-5/+13
2019-09-11Fix crash when font dont have X glyph. Solve this ↵Jabiertxof1-3/+6
https://gitlab.com/inkscape/inbox/issues/841
2019-09-10improve text selectionJabiertxof1-3/+4
2019-05-07Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah1-2/+2
2019-05-06Add basic SVG in OpenType support.Tavmjong Bah1-1/+28
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-12-11Turn #defines into enum.Tavmjong Bah1-9/+9
2018-12-01Fix coding styleJabier Arraiza1-1/+1
2018-12-01Improve spliter and add outline mode functionalityJabier Arraiza1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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-08Implement the remaining vector effects properties.Tavmjong Bah1-1/+1
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason1-6/+7
clearer.
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason1-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-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-4/+4
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-14Misc. typosluz.paz1-1/+1
Found via `codespell` and `grep`
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-10-06remove trailing spaceShlomi Fish1-14/+13
2017-10-06refactoringShlomi Fish1-5/+1
2017-01-03Fix logic error (non-scaling stroke on text).Tavmjong Bah1-1/+1
(bzr r15386)
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-3/+10
(bzr r15177)
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
(bzr r15059)
2016-03-30Fix bug #1548953 (Crash when SVG contains certain special chars)Eduard Braun1-7/+9
Fixed bugs: - https://launchpad.net/bugs/1548953 (bzr r14750)
2015-06-01patch for bug 1283194mathog1-5/+20
(bzr r14192)
2015-05-21patch bug 1294784mathog1-1/+2
(bzr r14167)
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah1-4/+11
handled yet). (bzr r13807)
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-0/+7
(bzr r13803)
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-4/+4
(bzr r13611.1.1)
2014-08-18Fix build (not pretty).Liam P. White1-2/+5
(bzr r13341.1.146)
2014-07-15Warnings cleaup.Jon A. Cruz1-11/+12
(bzr r13454)
2014-05-13CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah1-182/+289
(bzr r13372)
2014-05-12small logic improvementJohan B. C. Engelen1-3/+1
(bzr r13341.1.8)
2014-05-11CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah1-182/+291
(bzr r13341.1.7)
2014-05-01Enable support for 'paint-order', rendering only.Tavmjong Bah1-6/+3
(bzr r13329)
2014-02-18Implement 'paint-order' for text.Tavmjong Bah1-0/+19
(bzr r13039)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-60/+60
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2014-01-08glyph drawing: improve codeJohan B. C. Engelen1-18/+16
(bzr r12889)
2013-11-01Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski1-29/+41
Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12760)
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-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-18Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens1-2/+2
Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
2013-09-15Scale rendering of pattern fill of text when chaning zoom level; partial fix ↵Diederik van Lierop1-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-19changes_2013_05_22a.patch:David Mathog1-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-06Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski1-1/+1
Fixes disappearing lines in newer versions of Cairo. (bzr r11862)
2012-05-13patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ↵Kris De Gussem1-11/+26
are invisible in outline mode) (bzr r11359)
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+1
(bzr r10656)
2011-10-02Warning cleanup.Jon A. Cruz1-6/+3
(bzr r10655)
2011-09-06Further fixes for text rendering and pickingKrzysztof Kosi??ski1-3/+6
(bzr r10622)
2011-09-05Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski1-15/+11
(bzr r10620)