summaryrefslogtreecommitdiffstats
path: root/src/display/nr-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing memory release issue (valgrind reported; bug #1043571 , comment 16 ↵Kris De Gussem2012-10-031-2/+6
| | | | | issue 2) (bzr r11731)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10656)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-4/+2
| | | (bzr r10582.1.4)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-18/+22
| | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2011-04-091-2/+4
| | | (bzr r9508.1.80)
* Minor cleanupsKrzysztof Kosi??ski2010-08-051-3/+3
| | | (bzr r9508.1.51)
* Fix group opacityKrzysztof Kosi??ski2010-07-071-2/+0
| | | (bzr r9508.1.13)
* Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-0/+218
(bzr r9508.1.5)