summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-161-30/+9
| | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-3/+3
| | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-5/+5
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Fix compilation (oops).Krzysztof Kosi??ski2011-08-061-2/+2
| | | (bzr r10347.1.24)
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-061-2/+2
| | | (bzr r10347.1.22)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+275
(bzr r10347.1.21)