| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Speedup filtering and panning | Jabier Arraiza | 2019-11-19 | 1 | -2/+5 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Remove debugging code and other cleanup. | Tavmjong Bah | 2017-11-24 | 1 | -8/+3 |
| | | |||||
| * | First attempt at supporting HiDPI on canvas. | Tavmjong Bah | 2017-11-23 | 1 | -9/+40 |
| | | | | | | Rendering seems to work but has not been fully tested. Editting does not work. | ||||
| * | Use NEAREST filter when transforming cache | Krzysztof Kosi??ski | 2014-03-12 | 1 | -0/+1 |
| | | | | (bzr r13138) | ||||
| * | Do not transform render cache for transforms which are not integer | Krzysztof Kosi??ski | 2014-03-12 | 1 | -16/+19 |
| | | | | | | | | | | translations - the entire cache was dirtied anyway in these cases. Fixes performance regression when zooming out. Fixed bugs: - https://launchpad.net/bugs/1288838 (bzr r13137) | ||||
| * | Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning. | Tavmjong Bah | 2014-03-04 | 1 | -1/+1 |
| | | | | (bzr r13111) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -12/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Removing redundant doxygen @brief tag. | Jon A. Cruz | 2011-10-02 | 1 | -13/+24 |
| | | | | (bzr r10656) | ||||
| * | Fix rendering glitches appearing when filtered, cached groups have | Krzysztof Kosi??ski | 2011-08-19 | 1 | -4/+29 |
| | | | | | | filtered, cached children (bzr r10347.1.36) | ||||
| * | Fix invalidation on scrolling | Krzysztof Kosi??ski | 2011-08-09 | 1 | -5/+1 |
| | | | | (bzr r10347.1.29) | ||||
| * | Use cache even if only part of the redraw region is clean | Krzysztof Kosi??ski | 2011-08-09 | 1 | -23/+48 |
| | | | | (bzr r10347.1.28) | ||||
| * | Turn off debug message spam | Krzysztof Kosi??ski | 2011-08-09 | 1 | -2/+2 |
| | | | | (bzr r10347.1.27) | ||||
| * | Initial autocache work | Krzysztof Kosi??ski | 2011-08-09 | 1 | -15/+32 |
| | | | | (bzr r10347.1.26) | ||||
| * | Per-item render cache. | Krzysztof Kosi??ski | 2011-07-28 | 1 | -12/+125 |
| | | | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20) | ||||
| * | Add deferred allocation functionality to DrawingSurface | Krzysztof Kosi??ski | 2011-07-25 | 1 | -8/+37 |
| | | | | (bzr r10347.1.19) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -0/+149 |
| with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | |||||
