summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason2018-10-181-6/+7
* New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason2018-10-181-0/+10
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Misc. typosluz.paz2018-05-141-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* 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
* Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-191-3/+10
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
* Fix bug #1548953 (Crash when SVG contains certain special chars)Eduard Braun2016-03-301-7/+9
* patch for bug 1283194mathog2015-06-011-5/+20
* patch bug 1294784mathog2015-05-211-1/+2
* Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-211-4/+11
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-161-0/+7
* Update to trunk r13621Liam P. White2014-10-171-4/+4
|\
| * Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-4/+4
* | Fix build (not pretty).Liam P. White2014-08-181-2/+5
|/
* Warnings cleaup.Jon A. Cruz2014-07-151-11/+12
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-131-182/+289
* Enable support for 'paint-order', rendering only.Tavmjong Bah2014-05-011-6/+3
* Implement 'paint-order' for text.Tavmjong Bah2014-02-181-0/+19
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-60/+60
* glyph drawing: improve codeJohan B. C. Engelen2014-01-081-18/+16
* Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski2013-11-011-29/+41
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-2/+2
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-2/+2
* Scale rendering of pattern fill of text when chaning zoom level; partial fix ...Diederik van Lierop2013-09-151-1/+1
* changes_2013_05_22a.patch:David Mathog2013-06-191-17/+287
* Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski2012-11-061-1/+1
* patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ar...Kris De Gussem2012-05-131-11/+26
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
* Warning cleanup.Jon A. Cruz2011-10-021-6/+3
* Further fixes for text rendering and pickingKrzysztof Kosi??ski2011-09-061-3/+6
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-051-15/+11
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-3/+4
* Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-161-30/+9
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-3/+3
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-5/+5
* Fix compilation (oops).Krzysztof Kosi??ski2011-08-061-2/+2
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-061-2/+2
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+275