summaryrefslogtreecommitdiff
path: root/src/cairo-stroke-style.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Avoid indiscriminate use of VALGRIND_MAKE_MEM_NOACCESS.John Lindgren1-1/+1
2013-01-03stroke: Make the incremental trapezoid stroker optionally available againChris Wilson1-0/+39
2012-02-20stroke-style: Silence gcc warningAndrea Canciani1-1/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-2/+8
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-4/+3
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-02-01Improve comments style consistencyAndrea Canciani1-2/+2
2010-02-01Improve dash pattern approximationAndrea Canciani1-2/+54
2010-02-01Round caps coverage extimate explanationAndrea Canciani1-0/+16
2010-01-22Constify stroke style and matrices.Chris Wilson1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-11-27Satisfy make checkBenjamin Otte1-1/+1
2009-11-11Improve stroking of densely dashed stylesAndrea Canciani1-0/+119
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-4/+4
2009-06-04valgrindify init/fini routinesChris Wilson1-0/+6
2009-04-23[memfault] Manually inject faults when using stack allocationsChris Wilson1-0/+3
2009-01-29[stroker] Rectilinear dashing.Chris Wilson1-4/+14
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-02-06Do correct calculation of pen dimensions for stroke optimizationVladimir Vukicevic1-0/+17
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-4/+2
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-1/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2005-11-07Add functions to initialize and copy cairo_stroke_style_t objects.Carl Worth1-0/+87