summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve picking selecton on textJabiertxof2019-10-301-5/+13
|
* Fix crash when font dont have X glyph. Solve this ↵Jabiertxof2019-09-111-3/+6
| | | | https://gitlab.com/inkscape/inbox/issues/841
* improve text selectionJabiertxof2019-09-101-3/+4
|
* Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah2019-05-071-2/+2
|
* Add basic SVG in OpenType support.Tavmjong Bah2019-05-061-1/+28
|
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
|
* Turn #defines into enum.Tavmjong Bah2018-12-111-9/+9
|
* Fix coding styleJabier Arraiza2018-12-011-1/+1
|
* Improve spliter and add outline mode functionalityJabier Arraiza2018-12-011-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Implement the remaining vector effects properties.Tavmjong Bah2018-11-081-1/+1
|
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-181-6/+7
| | | | clearer.
* New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-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.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* remove trailing spaceShlomi Fish2017-10-061-14/+13
|
* refactoringShlomi Fish2017-10-061-5/+1
|
* Fix logic error (non-scaling stroke on text).Tavmjong Bah2017-01-031-1/+1
| | | (bzr r15386)
* Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-191-3/+10
| | | (bzr r15177)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* Fix bug #1548953 (Crash when SVG contains certain special chars)Eduard Braun2016-03-301-7/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1548953 (bzr r14750)
* patch for bug 1283194mathog2015-06-011-5/+20
| | | (bzr r14192)
* patch bug 1294784mathog2015-05-211-1/+2
| | | (bzr r14167)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-4/+11
| | | | | handled yet). (bzr r13807)
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-161-0/+7
| | | (bzr r13803)
* Update to trunk r13621Liam P. White2014-10-171-4/+4
|\ | | | | (bzr r13341.1.278)
| * Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-4/+4
| | | | | | (bzr r13611.1.1)
* | Fix build (not pretty).Liam P. White2014-08-181-2/+5
|/ | | (bzr r13341.1.146)
* Warnings cleaup.Jon A. Cruz2014-07-151-11/+12
| | | (bzr r13454)
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-131-182/+289
| | | (bzr r13372)
* Enable support for 'paint-order', rendering only.Tavmjong Bah2014-05-011-6/+3
| | | (bzr r13329)
* Implement 'paint-order' for text.Tavmjong Bah2014-02-181-0/+19
| | | (bzr r13039)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-60/+60
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* glyph drawing: improve codeJohan B. C. Engelen2014-01-081-18/+16
| | | (bzr r12889)
* Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski2013-11-011-29/+41
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12760)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-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)
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
* Scale rendering of pattern fill of text when chaning zoom level; partial fix ↵Diederik van Lierop2013-09-151-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)
* changes_2013_05_22a.patch:David Mathog2013-06-191-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)
* Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski2012-11-061-1/+1
| | | | | Fixes disappearing lines in newer versions of Cairo. (bzr r11862)
* patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ↵Kris De Gussem2012-05-131-11/+26
| | | | | are invisible in outline mode) (bzr r11359)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10656)
* Warning cleanup.Jon A. Cruz2011-10-021-6/+3
| | | (bzr r10655)
* Further fixes for text rendering and pickingKrzysztof Kosi??ski2011-09-061-3/+6
| | | (bzr r10622)
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-051-15/+11
| | | (bzr r10620)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-3/+4
| | | (bzr r10347.1.37)