summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* Support device scale in filters.Tavmjong Bah2017-11-301-5/+18
* Misc. typosUnknown2017-11-071-1/+1
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-201-0/+2
* Fix for W3C test suite filters-displace-01-f.svg. Don't set default colorspac...Tavmjong Bah2014-03-031-2/+3
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-6/+6
* Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape).Nicolas Dufour2013-11-111-0/+4
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-40/+29
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-0/+2
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-14/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-4/+0
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+10
* cppcheck: More C-style pointer castingAlex Valavanis2012-10-281-0/+2
* Better attempt at finding primitive filter region for percent and userSpaceOn...Tavmjong Bah2012-10-151-2/+2
* Use filter primitive region and aspect ratio in image filter primitive, fixes...Tavmjong Bah2012-10-151-22/+110
* Missing header in nr-filter-image for Gtk+ 3 buildAlex Valavanis2012-06-091-0/+1
* syntx of null pointer dereference checksKris De Gussem2012-05-121-1/+1
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+6
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-12/+7
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-11/+8
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-14/+10
* Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-101-6/+6
* Merge from trunkKrzysztof Kosi??ski2011-04-071-6/+16
|\
| * Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-37/+119
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-5/+8
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
| |\
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-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
| |/
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-0/+1
* | Second half of image filter, probably not 100% correctKrzysztof Kosi??ski2010-07-301-37/+48
* | Cruft removalKrzysztof Kosi??ski2010-07-291-189/+0
* | First half of image filter (display from external image)Krzysztof Kosi??ski2010-07-291-10/+112
* | Minor cleanupsKrzysztof Kosi??ski2010-07-241-1/+61
|/
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* doc: add TODO comment for handling hrefs better.Peter Moulder2009-07-131-0/+7
* Fixed crashes in feImage when modifying source, one caused by previous fixNiko Kiirala2009-05-161-1/+1