summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-932/+0
| | | (bzr r10347.1.21)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-18/+103
| | | | | 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-109/+74
| | | | | | | 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)
* Fix crashes during offscreen rendering, part 1Krzysztof Kosi??ski2011-07-131-1/+9
| | | (bzr r10347.1.12)
* Compute different bounding boxes in outline mode to fix partialKrzysztof Kosi??ski2011-07-121-54/+61
| | | | | | | | | rendering of objects where the clipping path is much larger than the base object or vice versa. Fixes LP #177687. Fixed bugs: - https://launchpad.net/bugs/177687 (bzr r10347.1.11)
* Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski2011-07-101-59/+46
| | | | | Handle nested clipping paths correctly. (bzr r10347.1.10)
* Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski2011-07-091-84/+122
| | | | | | | This fixes breakage related to clipped groups and correctly handles nested clipping paths. Also add the ability to use text objects as clipping paths. (bzr r10347.1.7)
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-1/+3
| | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+1
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-7/+6
|\ | | | | (bzr r9508.1.73)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-1/+1
| | | | | | (bzr r10065)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-1/+0
|\| | | | | (bzr r9508.1.72)
| * Fix luminance to alpha calculation in masks.Tavmjong Bah2010-11-221-6/+16
| | | | | | (bzr r9914)
* | Fix mask luminance calculation, so the coeffs add up to 1Krzysztof Kosi??ski2010-11-261-2/+2
| | | | | | (bzr r9508.1.71)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-8/+3
| | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
* | Do not un-premultiply alpha when computing mask luminanceKrzysztof Kosi??ski2010-08-121-8/+4
| | | | | | (bzr r9508.1.61)
* | Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-121-6/+10
| | | | | | (bzr r9508.1.60)
* | Fix bitmap opacityKrzysztof Kosi??ski2010-08-111-2/+1
| | | | | | (bzr r9508.1.58)
* | Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski2010-08-101-6/+15
| | | | | | (bzr r9508.1.55)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-3/+7
|\| | | | | (bzr r9508.1.52)
| * Fix to background handling that avoids both duplication and aliasing as much ↵Jasper van de Gronde2010-08-041-25/+12
| | | | | | | | | | as possible. (bzr r9685)
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-0/+5
| | | | | | (bzr r9508.1.51)
* | Fix mask rendering to use luminance-to-alphaKrzysztof Kosi??ski2010-08-051-5/+7
| | | | | | (bzr r9508.1.49)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-211/+2
| | | | | | (bzr r9508.1.44)
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-6/+28
| | | | | | (bzr r9508.1.15)
* | Fix group opacityKrzysztof Kosi??ski2010-07-071-2/+21
| | | | | | (bzr r9508.1.13)
* | Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-071-14/+47
| | | | | | (bzr r9508.1.11)
* | Remove some cruftKrzysztof Kosi??ski2010-07-041-0/+1
| | | | | | (bzr r9508.1.10)
* | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-2/+2
| | | | | | (bzr r9508.1.5)
* | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-70/+78
| | | | | | (bzr r9508.1.4)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-5/+8
|/ | | (bzr r9508.1.1)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-1/+3
| | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* separate bbox (calculated by subclasses) and drawbox, which includes filters ↵bulia byak2009-03-091-21/+35
| | | | | margin and clip/mask cropping; this fixes runaway enlargement when dragging a blurred group. also, move request to dirty canvas rectangle from subclasses to NRArenaItem, which uses drawbox for this, fixing numerous rendering glitches with filters (bzr r7451)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-3/+0
| | | (bzr r7045)
* Filter quality setting revised, seems to not crash when viewing filters.svgNiko Kiirala2008-12-141-2/+2
| | | (bzr r7007)
* Merge from fe-movedTed Gould2008-11-211-5/+3
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-3/+4
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-14/+15
| | | (bzr r6884)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Minor cleanup work on macrosJon A. Cruz2008-08-031-3/+3
| | | (bzr r6546)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-6/+8
| | | (bzr r5265)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-9/+10
| | | (bzr r5149)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* whitespaceBryce Harrington2008-01-191-1/+1
| | | (bzr r4561)
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+9
| | | (bzr r3505)
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵bulia byak2007-08-111-0/+5
| | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451)
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-071-6/+4
| | | (bzr r3056)