| Commit message (Expand) | Author | Files | Lines |
| 2019-05-22 | Fix formatting and trailing space. | Shlomi Fish | 1 | -5/+5 |
| 2018-12-12 | Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'. | Tavmjong Bah | 1 | -6/+14 |
| 2018-12-12 | Reduce code redundancy. | Tavmjong Bah | 1 | -62/+33 |
| 2018-12-11 | Reduce code redundancy. | Tavmjong Bah | 1 | -88/+39 |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 |
| 2018-08-15 | Relative values for strokes: | Tavmjong Bah | 1 | -1/+1 |
| 2018-08-13 | Fix 'stroke-dashoffset' with absolute units. | Tavmjong Bah | 1 | -1/+1 |
| 2018-08-05 | Refactor with Tav help | Jabier Arraiza | 1 | -1/+1 |
| 2018-08-05 | Revert changes | Jabier Arraiza | 1 | -24/+2 |
| 2018-08-05 | Allow inkscape handle units and percent in dasharray and dashoffset. Add pref... | Jabier Arraiza | 1 | -2/+24 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -18/+18 |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+1 |
| 2015-10-28 | Implement 'text-orientation' with user interface. Update 'writing-mode', addi... | Tavmjong Bah | 1 | -2/+0 |
| 2014-12-23 | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 1 | -8/+10 |
| 2014-12-21 | Implement rendering for 'context-fill' and 'context-stroke' (text not handled... | Tavmjong Bah | 1 | -32/+57 |
| 2014-12-16 | Read 'context-fill' and 'context-stroke' keywords. | Tavmjong Bah | 1 | -8/+27 |
| 2014-10-14 | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 1 | -21/+57 |
| 2014-05-16 | fix compliance test pservers-pattern-03-f - using fallback when pattern is empty | Tomasz Boczkowski | 1 | -2/+16 |
| 2014-05-13 | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 1 | -13/+127 |
| 2014-05-11 | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 1 | -13/+127 |
| 2014-05-01 | Enable 'paint-order', (rendering only)... missing changes. | Tavmjong Bah | 1 | -4/+0 |
| 2014-04-23 | Clean up of style code, converting structures to C++ classes. Step 1. | Tavmjong Bah | 1 | -2/+1 |
| 2014-03-11 | Change stroke-dasharray and stroke-dashoffset handling to match other propert... | Tavmjong Bah | 1 | -3/+3 |
| 2014-02-18 | Copy 'paint-order' property data for Cairo rendering. | Tavmjong Bah | 1 | -1/+25 |
| 2014-02-08 | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 1 | -16/+16 |
| 2013-09-28 | clear paints on delete to release reffed paintservers, fixes leaking of gradi... | buliabyak | 1 | -0/+2 |
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -4/+8 |
| 2013-06-19 | changes_2013_05_22a.patch: | David Mathog | 1 | -0/+58 |
| 2013-04-11 | Fix some broken Vim modelines | Alex Valavanis | 1 | -1/+1 |
| 2012-10-03 | fixing memory release issue (valgrind reported; bug #1043571 , comment 16 iss... | Kris De Gussem | 1 | -2/+6 |
| 2011-10-02 | Removing redundant doxygen @brief tag. | Jon A. Cruz | 1 | -1/+1 |
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -1/+0 |
| 2011-08-27 | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 1 | -4/+2 |
| 2011-07-22 | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 1 | -18/+22 |
| 2011-04-09 | Initialize cached patterns to NULL in NRStyle, should fix crashes | Krzysztof Kosi??ski | 1 | -2/+4 |
| 2010-08-05 | Minor cleanups | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2010-07-07 | Fix group opacity | Krzysztof Kosi??ski | 1 | -2/+0 |
| 2010-06-28 | Text rendering. Factor out style handling into nr-style.h | Krzysztof Kosi??ski | 1 | -0/+218 |