summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-13/+13
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-9/+9
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* Support device scale in filters.Tavmjong Bah2017-11-301-0/+5
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-5/+0
* [Bug #1512729] Filter effects and blur quality options broken.Nicolas Dufour2016-05-241-1/+3
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+1
* Fix build (not pretty).Liam P. White2014-08-181-1/+1
* Use viewport when calculating filter region when filterUnits set to "userSpac...Tavmjong Bah2014-02-281-8/+15
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-5/+3
* Revert render svg:patern segment for fill and strokeMartin Owens2013-10-011-1/+1
* Fix the text filter issue and revert many changes.Martin Owens2013-09-201-3/+1
* Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens2013-09-191-3/+6
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-4/+4
* Remove compute drawbox and replace with area_elarge, make sure we use bboxMartin Owens2013-09-171-14/+0
* use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner2013-06-101-2/+4
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-7/+1
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+11
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-3/+1
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-31/+25
* Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski2011-08-141-0/+10
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-1/+1
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+12
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-3/+3
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-14/+14
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-30/+25
* Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski2011-07-101-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-07-061-2/+0
|\
| * Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-021-2/+0
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-4/+4
|/
* Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\
| * Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-1/+1
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* | 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-1/+1
* | Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-121-34/+14
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-57/+12
* | Fix artifacts in Gaussian blur and other filters inadvertentlyKrzysztof Kosi??ski2010-08-041-9/+0
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-52/+4
* | Second half of image filter, probably not 100% correctKrzysztof Kosi??ski2010-07-301-0/+9
* | Color matrix filter. Fix arithmetic operator in feCompositeKrzysztof Kosi??ski2010-07-171-3/+4
* | Gaussian blurKrzysztof Kosi??ski2010-07-121-18/+54
* | Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-071-1/+1
|/
* filterUnits and primitiveUnits are now actually read/set, percentages for pri...Jasper van de Gronde2010-04-151-0/+8