summaryrefslogtreecommitdiff
path: root/src/cairo-misc.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINTChris Wilson1-0/+2
2010-01-22drm: Add backends for i915 and i965.Chris Wilson1-0/+57
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-0/+41
2010-01-22Add cairo_device_tChris Wilson1-0/+4
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-07-14Use new pixman extended blend operatorsBenjamin Otte1-0/+30
2009-06-03[cairo] Tweak error strings.Chris Wilson1-6/+6
2009-05-06[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod1-0/+2
2009-04-23[memfault] Manually inject faults when using stack allocationsChris Wilson1-0/+3
2009-03-29Silence compiler warnings for CAIRO_STATUS_LAST_STATUSChris Wilson1-2/+3
2009-03-20[wince] Use the official _WIN32_WCE define instead of WINCEStefan Klug1-2/+2
2009-02-13[wince] We don't need cairo_win32_tmpfile on Windows CEJeff Muizelaar1-1/+4
2009-02-13Inline _cairo_restrict_value()Chris Wilson1-9/+0
2009-02-04Elaborate the meaning of arithmetic rounding as done by _cairo_lround()Jeff Muizelaar1-1/+1
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-1/+3
2008-12-17Add a missing _cairo_error() to a bunch of status returns.Jeff Muizelaar1-2/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-8/+16
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-3/+3
2008-11-24Fix typoAdrian Johnson1-1/+1
2008-11-07[hash] Return lookup entry.Chris Wilson1-4/+3
2008-11-03[mime-data] Allow embedding of arbitrary mime-types.Chris Wilson1-0/+98
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-2/+2
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+68
2008-08-28Some nasty tracks to make changing version number not cause a total rebuildBehdad Esfahbod1-44/+0
2008-08-28Move version functions to cairo-misc.cBehdad Esfahbod1-0/+44
2008-08-08Document all new APIBehdad Esfahbod1-1/+75
2008-08-08Add cairo_glyph/text_cluster_allocate/freeBehdad Esfahbod1-0/+104
2008-08-08Add toy font constructor and gettersBehdad Esfahbod1-0/+4
2008-06-26Add cairo_show_text_glyphs APIBehdad Esfahbod1-0/+2
2008-06-24Make sure cairo_int_status_t values fit in int8_tBehdad Esfahbod1-0/+2
2008-06-23Add status CAIRO_STATUS_NEGATIVE_COUNTBehdad Esfahbod1-0/+2
2008-05-10[cairo-user-font] Implement user fontsBehdad Esfahbod1-0/+4
2008-05-09Add CAIRO_STATUS_FONT_TYPE_MISMATCHBehdad Esfahbod1-0/+2
2008-02-17[cairo-misc.c] Add misc functions to this fileBehdad Esfahbod1-0/+407