summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-08-21Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski1-3/+4
2011-08-16Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski1-30/+9
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski1-3/+3
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-5/+5
2011-08-06Fix compilation (oops).Krzysztof Kosi??ski1-2/+2
2011-08-06Document things figured out during the rewritingKrzysztof Kosi??ski1-2/+2
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-0/+275