summaryrefslogtreecommitdiff
path: root/src/cairo-stroke-style.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in doxygen and source commentsluz paz2022-03-281-1/+1
* Added hairline support to cairoRick Yorgason2021-08-151-0/+4
* Avoid indiscriminate use of VALGRIND_MAKE_MEM_NOACCESS.John Lindgren2015-06-261-1/+1
* stroke: Make the incremental trapezoid stroker optionally available againChris Wilson2013-01-031-0/+39
* stroke-style: Silence gcc warningAndrea Canciani2012-02-201-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-2/+8
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-4/+3
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Improve comments style consistencyAndrea Canciani2010-02-011-2/+2
* Improve dash pattern approximationAndrea Canciani2010-02-011-2/+54
* Round caps coverage extimate explanationAndrea Canciani2010-02-011-0/+16
* Constify stroke style and matrices.Chris Wilson2010-01-221-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Satisfy make checkBenjamin Otte2009-11-271-1/+1
* Improve stroking of densely dashed stylesAndrea Canciani2009-11-111-0/+119
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-4/+4
* valgrindify init/fini routinesChris Wilson2009-06-041-0/+6
* [memfault] Manually inject faults when using stack allocationsChris Wilson2009-04-231-0/+3
* [stroker] Rectilinear dashing.Chris Wilson2009-01-291-4/+14
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Do correct calculation of pen dimensions for stroke optimizationVladimir Vukicevic2008-02-061-0/+17
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-4/+2
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-1/+1
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Add functions to initialize and copy cairo_stroke_style_t objects.Carl Worth2005-11-071-0/+87