summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-75/+0
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-11/+12
| | | (bzr r10347.1.21)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-0/+4
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-1/+2
| | | | | | | 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)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+2
|\ | | | | (bzr r9508.1.89)
| * Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-0/+1
|\| | | | | (bzr r9508.1.73)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+1
| | | | | | (bzr r10065)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-2/+0
|/ | | (bzr r9508.1.44)
* refactoring of previous commit + add separation to glyph renderer alsoFelipe Corr??a da Silva Sanches2009-12-111-0/+2
| | | (bzr r8882)
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-0/+5
| | | (bzr r7808)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-7/+3
| | | (bzr r5265)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-2/+8
| | | (bzr r4150)
* make arena remember its parent canvasarena, if any (so that an arenaitem can ↵bulia byak2007-03-191-0/+3
| | | | | get access to the canvas viewbox for picking optimization) (bzr r2712)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+57
(bzr r1)