summaryrefslogtreecommitdiffstats
path: root/src/display/nr-style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relative values for strokes:Tavmjong Bah2018-08-151-1/+1
* Fix 'stroke-dashoffset' with absolute units.Tavmjong Bah2018-08-131-1/+1
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+1
* Revert changesJabier Arraiza2018-08-051-24/+2
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-2/+24
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-18/+18
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-2/+0
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-8/+10
* Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-211-32/+57
* Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-8/+27
* Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-21/+57
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-131-13/+127
* Enable 'paint-order', (rendering only)... missing changes.Tavmjong Bah2014-05-011-4/+0
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-2/+1
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-3/+3
* Copy 'paint-order' property data for Cairo rendering.Tavmjong Bah2014-02-181-1/+25
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-16/+16
* clear paints on delete to release reffed paintservers, fixes leaking of gradi...buliabyak2013-09-281-0/+2
* Merged from trunk (r12488).Markus Engel2013-08-301-0/+58
|\
| * changes_2013_05_22a.patch:David Mathog2013-06-191-0/+58
* | Cleaned up.Markus Engel2013-08-031-4/+8
|/
* Fix some broken Vim modelinesAlex Valavanis2013-04-111-1/+1
* fixing memory release issue (valgrind reported; bug #1043571 , comment 16 iss...Kris De Gussem2012-10-031-2/+6
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-4/+2
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-18/+22
* Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2011-04-091-2/+4
* Minor cleanupsKrzysztof Kosi??ski2010-08-051-3/+3
* Fix group opacityKrzysztof Kosi??ski2010-07-071-2/+0
* Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-0/+218