| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Speedup filtering and panning | Jabier Arraiza | 2019-11-19 | 1 | -2/+2 |
| | | |||||
| * | 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-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | First attempt at supporting HiDPI on canvas. | Tavmjong Bah | 2017-11-23 | 1 | -3/+5 |
| | | | | | | Rendering seems to work but has not been fully tested. Editting does not work. | ||||
| * | Replace boost::shared_ptr | Jan Lingscheid | 2017-10-17 | 1 | -1/+0 |
| | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header. | ||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 1 | -1/+6 |
| | | | | (bzr r13341.1.198) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Next pass of doxygen @brief cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -1/+1 |
| | | | | (bzr r10658) | ||||
| * | Fix rendering glitches appearing when filtered, cached groups have | Krzysztof Kosi??ski | 2011-08-19 | 1 | -0/+1 |
| | | | | | | filtered, cached children (bzr r10347.1.36) | ||||
| * | Use cache even if only part of the redraw region is clean | Krzysztof Kosi??ski | 2011-08-09 | 1 | -2/+2 |
| | | | | (bzr r10347.1.28) | ||||
| * | Initial autocache work | Krzysztof Kosi??ski | 2011-08-09 | 1 | -1/+4 |
| | | | | (bzr r10347.1.26) | ||||
| * | Per-item render cache. | Krzysztof Kosi??ski | 2011-07-28 | 1 | -7/+15 |
| | | | | | | 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 | -0/+3 |
| | | | | (bzr r10347.1.19) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -0/+78 |
| 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) | |||||
