summaryrefslogtreecommitdiffstats
path: root/src/display/cairo-utils.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
2016-11-27Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp"Eduard Braun1-1/+0
2016-09-25Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...Marc Jeanmougin1-0/+86
2016-01-15More subtle checkerboard pattern centered around 50% gray. Makes editing node...Tavmjong Bah1-2/+2
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-5/+3
2014-09-27Update to experimental r13565Liam P. White1-3/+3
2014-09-07Update to experimental r13543Liam P. White1-0/+2
2014-09-06More header cleanupLiam P. White1-0/+2
2014-08-08Fix small regressionLiam P. White1-9/+10
2014-08-07Rendering performance. Optimize bezier cases, implement arc rendering via Cairo.Liam P. White1-20/+70
2014-03-02Experimental Ponyscape to Inkscape merge (does not compile)Liam P. White1-3/+1
2013-10-13cppcheckKris De Gussem1-2/+1
2013-09-19Fix type mismatch for platforms where gsize is not unsigned longKrzysztof Kosi??ski1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-123/+416
2013-09-14Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski1-0/+5
2013-09-14Fix serious bug in recent GdkPixbuf / Cairo interop reworkKrzysztof Kosi??ski1-4/+3
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-21/+118
2013-03-19Fixing regressionjtx1-5/+5
2013-03-17Working with widjetsJabier Arraiza Cenoz1-5/+5
2013-03-16Warning cleanupAlex Valavanis1-5/+5
2013-03-03Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...Tavmjong Bah1-27/+64
2013-01-30code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen1-25/+16
2013-01-29Filter color values always defined as sRGB (or ICC).Tavmjong Bah1-0/+9
2013-01-20Fix multiple instances of ci_key.Jon A. Cruz1-0/+11
2012-12-23Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah1-3/+18
2012-12-22Add utilities to tag a cairo surface with color interpolation value.Tavmjong Bah1-0/+110
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-11/+18
2011-10-02Warning cleanup.Jon A. Cruz1-2/+1
2011-07-13Fix crashes in print previewKrzysztof Kosi??ski1-0/+12
2011-06-19Fix rendering of control pointsKrzysztof Kosi??ski1-55/+74
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-2/+67
2010-08-09Fix performance regression when displaying large imagesKrzysztof Kosi??ski1-2/+9
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-0/+26
2010-08-03Handle preserveAspectRatio for imagesKrzysztof Kosi??ski1-4/+13
2010-07-17Component transfer filterKrzysztof Kosi??ski1-7/+0
2010-07-16Composite filterKrzysztof Kosi??ski1-9/+38
2010-07-14Flood and merge filtersKrzysztof Kosi??ski1-0/+8
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-5/+15
2010-07-12Gaussian blurKrzysztof Kosi??ski1-0/+72
2010-07-07Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski1-0/+14
2010-07-07Smaller intermediate rendering regionsKrzysztof Kosi??ski1-1/+1
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-3/+338
2010-06-26Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski1-0/+113