summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-30Improve picking selecton on textJabiertxof1-5/+13
2019-09-11Fix crash when font dont have X glyph. Solve this https://gitlab.com/inkscape...Jabiertxof1-3/+6
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
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 clea...Rick Yorgason1-6/+7
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason1-0/+10
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-14Misc. typosluz.paz1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
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
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-3/+10
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
2016-03-30Fix bug #1548953 (Crash when SVG contains certain special chars)Eduard Braun1-7/+9
2015-06-01patch for bug 1283194mathog1-5/+20
2015-05-21patch bug 1294784mathog1-1/+2
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-4/+11
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-0/+7
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-4/+4
2014-08-18Fix build (not pretty).Liam P. White1-2/+5
2014-07-15Warnings cleaup.Jon A. Cruz1-11/+12
2014-05-13CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah1-182/+289
2014-05-12small logic improvementJohan B. C. Engelen1-3/+1
2014-05-11CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah1-182/+291
2014-05-01Enable support for 'paint-order', rendering only.Tavmjong Bah1-6/+3
2014-02-18Implement 'paint-order' for text.Tavmjong Bah1-0/+19
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-60/+60
2014-01-08glyph drawing: improve codeJohan B. C. Engelen1-18/+16
2013-11-01Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski1-29/+41
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-2/+2
2013-09-18Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens1-2/+2
2013-09-15Scale rendering of pattern fill of text when chaning zoom level; partial fix ...Diederik van Lierop1-1/+1
2013-06-19changes_2013_05_22a.patch:David Mathog1-17/+287
2012-11-06Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski1-1/+1
2012-05-13patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ar...Kris De Gussem1-11/+26
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+1
2011-10-02Warning cleanup.Jon A. Cruz1-6/+3
2011-09-06Further fixes for text rendering and pickingKrzysztof Kosi??ski1-3/+6
2011-09-05Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski1-15/+11