summaryrefslogtreecommitdiffstats
path: root/src/display/nr-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-28Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah1-2/+0
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-8/+10
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-32/+57
2014-12-16Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah1-8/+27
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-21/+57
2014-05-16fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski1-2/+16
2014-05-13CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah1-13/+127
2014-05-11CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah1-13/+127
2014-05-01Enable 'paint-order', (rendering only)... missing changes.Tavmjong Bah1-4/+0
2014-04-23Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah1-2/+1
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-3/+3
2014-02-18Copy 'paint-order' property data for Cairo rendering.Tavmjong Bah1-1/+25
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-16/+16
2013-09-28clear paints on delete to release reffed paintservers, fixes leaking of gradi...buliabyak1-0/+2
2013-08-03Cleaned up.Markus Engel1-4/+8
2013-06-19changes_2013_05_22a.patch:David Mathog1-0/+58
2013-04-11Fix some broken Vim modelinesAlex Valavanis1-1/+1
2012-10-03fixing memory release issue (valgrind reported; bug #1043571 , comment 16 iss...Kris De Gussem1-2/+6
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+1
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-4/+2
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-18/+22
2011-04-09Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski1-2/+4
2010-08-05Minor cleanupsKrzysztof Kosi??ski1-3/+3
2010-07-07Fix group opacityKrzysztof Kosi??ski1-2/+0
2010-06-28Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski1-0/+218