summaryrefslogtreecommitdiff
path: root/src/cairo-misc.c
Commit message (Expand)AuthorAgeFilesLines
* svg-font: return SVG_FONT_ERROR on errorAdrian Johnson2023-01-201-0/+2
* Defining Windows version macros in meson.buildFujii Hironori2023-01-131-9/+0
* Fix mingw build failure when SVG fonts enabledAdrian Johnson2023-01-031-0/+27
* dwrite: add color font supportAdrian Johnson2022-02-271-0/+2
* Fix some win32 compile warningsAdrian Johnson2021-07-251-0/+3
* Accept a leading sign character in _cairo_strtod.Jonathan Kew2021-07-201-0/+2
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-011-2/+0
* Make the _cairo_operator_bounded family of functions consistentAnton Danilkin2021-04-241-8/+6
* meson: Fix musl buildGeorge Matsumura2020-09-021-0/+3
* Misc. typosluz.paz2019-01-311-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Fix two type casting warnings in get_C_locale()Bryce Harrington2018-01-231-2/+2
* Use strtod_l when availableMatthias Clasen2017-12-191-0/+37
* Make _intern_string_hash non-staticMatthias Clasen2017-12-191-3/+3
* Make _intern_string_hash safe for ""Matthias Clasen2017-12-191-1/+1
* Use UTF-8 filenames on WindowsTom Schoonjans2017-11-261-0/+62
* factor out ascii to double code in cff-subset into _cairo_strtodAdrian Johnson2017-09-221-2/+58
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-0/+2
* cairo-misc: Whitespace cleanupBryce Harrington2016-07-061-1/+1
* Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson2016-03-261-0/+2
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-0/+2
* Add CAIRO_STATUS_PNG_ERROR for errors returned by libpngAdrian Johnson2016-03-261-0/+2
* Fix cairo_get_locale_decimal_point() on AndroidFredrik Fornwall2015-06-051-1/+1
* Fix compilation with bionic libcAdrian Johnson2014-09-231-0/+18
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-0/+2
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+2
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-7/+7
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-4/+2
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-1/+1
* Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter2011-07-091-0/+2
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-0/+2
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+20
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINTChris Wilson2010-01-221-0/+2
* drm: Add backends for i915 and i965.Chris Wilson2010-01-221-0/+57
* Alter definition of cairo_composite_rectangles_tChris Wilson2010-01-221-0/+41
* Add cairo_device_tChris Wilson2010-01-221-0/+4
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Use new pixman extended blend operatorsBenjamin Otte2009-07-141-0/+30
* [cairo] Tweak error strings.Chris Wilson2009-06-031-6/+6
* [user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod2009-05-061-0/+2
* [memfault] Manually inject faults when using stack allocationsChris Wilson2009-04-231-0/+3
* Silence compiler warnings for CAIRO_STATUS_LAST_STATUSChris Wilson2009-03-291-2/+3
* [wince] Use the official _WIN32_WCE define instead of WINCEStefan Klug2009-03-201-2/+2
* [wince] We don't need cairo_win32_tmpfile on Windows CEJeff Muizelaar2009-02-131-1/+4
* Inline _cairo_restrict_value()Chris Wilson2009-02-131-9/+0
* Elaborate the meaning of arithmetic rounding as done by _cairo_lround()Jeff Muizelaar2009-02-041-1/+1
* [surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini2009-01-291-1/+3
* Add a missing _cairo_error() to a bunch of status returns.Jeff Muizelaar2008-12-171-2/+2
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-8/+16