summaryrefslogtreecommitdiffstats
path: root/src/display/nr-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-22Fix formatting and trailing space.Shlomi Fish1-5/+5
2018-12-12Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah1-6/+14
2018-12-12Reduce code redundancy.Tavmjong Bah1-62/+33
2018-12-11Reduce code redundancy.Tavmjong Bah1-88/+39
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-08-15Relative values for strokes:Tavmjong Bah1-1/+1
2018-08-13Fix 'stroke-dashoffset' with absolute units.Tavmjong Bah1-1/+1
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+1
2018-08-05Revert changesJabier Arraiza1-24/+2
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-2/+24
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-18/+18
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
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