summaryrefslogtreecommitdiffstats
path: root/src/display/cairo-utils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix type mismatch for platforms where gsize is not unsigned longKrzysztof Kosi??ski2013-09-191-2/+2
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-123/+416
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-0/+5
* Fix serious bug in recent GdkPixbuf / Cairo interop reworkKrzysztof Kosi??ski2013-09-141-4/+3
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-21/+118
* Warning cleanupAlex Valavanis2013-03-161-5/+5
* Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...Tavmjong Bah2013-03-031-27/+64
* code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen2013-01-301-25/+16
* Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-291-0/+9
* Fix multiple instances of ci_key.Jon A. Cruz2013-01-201-0/+11
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-3/+18
* Add utilities to tag a cairo surface with color interpolation value.Tavmjong Bah2012-12-221-0/+110
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-11/+18
* Warning cleanup.Jon A. Cruz2011-10-021-2/+1
* Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-0/+12
* Fix rendering of control pointsKrzysztof Kosi??ski2011-06-191-55/+74
* Merge from trunkKrzysztof Kosi??ski2011-04-071-11/+11
* Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-2/+67
* Fix performance regression when displaying large imagesKrzysztof Kosi??ski2010-08-091-2/+9
* Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-0/+26
* Handle preserveAspectRatio for imagesKrzysztof Kosi??ski2010-08-031-4/+13
* Component transfer filterKrzysztof Kosi??ski2010-07-171-7/+0
* Composite filterKrzysztof Kosi??ski2010-07-161-9/+38
* Flood and merge filtersKrzysztof Kosi??ski2010-07-141-0/+8
* Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-5/+15
* Gaussian blurKrzysztof Kosi??ski2010-07-121-0/+72
* Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski2010-07-071-0/+14
* Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-071-1/+1
* Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-3/+338
* Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-0/+113