summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-932/+0
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-18/+103
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-109/+74
* Fix crashes during offscreen rendering, part 1Krzysztof Kosi??ski2011-07-131-1/+9
* Compute different bounding boxes in outline mode to fix partialKrzysztof Kosi??ski2011-07-121-54/+61
* Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski2011-07-101-59/+46
* Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski2011-07-091-84/+122
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-1/+3
* Warning cleanup.Jon A. Cruz2011-06-221-2/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-7/+6
|\
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-1/+1
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-1/+0
|\|
| * Fix luminance to alpha calculation in masks.Tavmjong Bah2010-11-221-6/+16
* | Fix mask luminance calculation, so the coeffs add up to 1Krzysztof Kosi??ski2010-11-261-2/+2
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-8/+3
* | Do not un-premultiply alpha when computing mask luminanceKrzysztof Kosi??ski2010-08-121-8/+4
* | Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-121-6/+10
* | Fix bitmap opacityKrzysztof Kosi??ski2010-08-111-2/+1
* | Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski2010-08-101-6/+15
* | merge from trunkKrzysztof Kosi??ski2010-08-081-3/+7
|\|
| * Fix to background handling that avoids both duplication and aliasing as much ...Jasper van de Gronde2010-08-041-25/+12
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-0/+5
* | Fix mask rendering to use luminance-to-alphaKrzysztof Kosi??ski2010-08-051-5/+7
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-211/+2
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-6/+28
* | Fix group opacityKrzysztof Kosi??ski2010-07-071-2/+21
* | Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-071-14/+47
* | Remove some cruftKrzysztof Kosi??ski2010-07-041-0/+1
* | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-2/+2
* | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-70/+78
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-5/+8
|/
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-1/+3
* separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak2009-03-091-21/+35
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-3/+0
* Filter quality setting revised, seems to not crash when viewing filters.svgNiko Kiirala2008-12-141-2/+2
* Merge from fe-movedTed Gould2008-11-211-5/+3
* From trunkTed Gould2008-10-271-3/+4
* Merging from trunkTed Gould2008-10-111-14/+15
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Minor cleanup work on macrosJon A. Cruz2008-08-031-3/+3
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-6/+8
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-9/+10
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* whitespaceBryce Harrington2008-01-191-1/+1
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+9
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak2007-08-111-0/+5
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-071-6/+4