summaryrefslogtreecommitdiffstats
path: root/src/display/nr-style.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce code redundancy.Tavmjong Bah2018-12-121-0/+2
* Reduce code redundancy.Tavmjong Bah2018-12-111-12/+14
* Turn #defines into enum.Tavmjong Bah2018-12-111-16/+21
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-1/+0
* Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-211-1/+2
* Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-4/+5
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-131-2/+9
* Enable 'paint-order', (rendering only)... missing changes.Tavmjong Bah2014-05-011-2/+0
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
* Copy 'paint-order' property data for Cairo rendering.Tavmjong Bah2014-02-181-0/+12
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-4/+4
* Merged from trunk (r12488).Markus Engel2013-08-301-0/+37
|\
| * changes_2013_05_22a.patch:David Mathog2013-06-191-0/+37
* | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
|/
* Fix some broken Vim modelinesAlex Valavanis2013-04-111-1/+1
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+0
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+2
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-5/+8
* Fix group opacityKrzysztof Kosi??ski2010-07-071-1/+0
* Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-0/+82