summaryrefslogtreecommitdiff
path: root/src/cairo-os2-surface.c
Commit message (Expand)AuthorAgeFilesLines
* [surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini2009-01-291-4/+5
* [os2] Fix memory leak of surface on error pathChris Wilson2009-01-021-0/+1
* [toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod2008-12-201-8/+1
* [cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja2008-12-061-0/+2
* [os2] Fix includesBehdad Esfahbod2008-11-131-5/+0
* [doc] Fix a few gtk-doc errors.Chris Wilson2008-10-141-0/+2
* Make checks happy againBehdad Esfahbod2008-09-201-2/+2
* Add cairo-system.c for platform system-specific codeBehdad Esfahbod2008-09-201-0/+6
* [OS/2] Fix buildPeter Weilbacher2008-07-251-1/+1
* Fix now-detected doc formatting issuesBehdad Esfahbod2008-06-011-2/+2
* [configure.in] Dont let a missing FcFini disable the freetype font backend!Behdad Esfahbod2008-05-281-0/+2
* [os2] fix typo in commentPeter Weilbacher2008-02-081-1/+1
* [os2] only call FcInit/Fini when compiled with FT font backendPeter Weilbacher2008-02-081-1/+5
* [os2] Improve documentationPeter Weilbacher2008-02-071-0/+139
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-13/+9
* [os2] add memory allocation wrappers for pixel buffersPeter Weilbacher2007-12-061-27/+81
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-12/+12
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-5/+5
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-4/+5
* Introduce CAIRO_MUTEX_FINALIZE as counter-part for CAIRO_MUTEX_INITIALIZEMathias Hasselmann2007-04-191-3/+3
* [OS2] Fix #include "cairo-mutex-list-private.h"Dave Yeo2007-04-171-1/+1
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-5/+6
* Initialize mutexes at central location.Mathias Hasselmann2007-03-201-42/+3
* Rename all mutex variables to start with an underscoreBehdad Esfahbod2007-03-051-15/+15
* [OS2] Add mutex initializer for cairo_font_face_mutexBehdad Esfahbod2007-03-051-0/+6
* [OS2] Remove unused mutex cairo_toy_font_face_hash_table_mutexBehdad Esfahbod2007-03-051-6/+0
* Fix for OS/2 display drivers that cannot handle 32bit output (feed them a 24b...Peter Weilbacher2007-01-041-10/+60
* OS/2 backend filesPeter Weilbacher2006-09-151-0/+1135