summaryrefslogtreecommitdiff
path: root/src/cairo-os2-surface.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-12/+2
2009-03-17Support compiling without fontconfigBehdad Esfahbod1-2/+4
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-4/+5
2009-01-02[os2] Fix memory leak of surface on error pathChris Wilson1-0/+1
2008-12-20[toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod1-8/+1
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-13[os2] Fix includesBehdad Esfahbod1-5/+0
2008-10-14[doc] Fix a few gtk-doc errors.Chris Wilson1-0/+2
2008-09-20Make checks happy againBehdad Esfahbod1-2/+2
2008-09-20Add cairo-system.c for platform system-specific codeBehdad Esfahbod1-0/+6
2008-07-25[OS/2] Fix buildPeter Weilbacher1-1/+1
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-2/+2
2008-05-28[configure.in] Dont let a missing FcFini disable the freetype font backend!Behdad Esfahbod1-0/+2
2008-02-08[os2] fix typo in commentPeter Weilbacher1-1/+1
2008-02-08[os2] only call FcInit/Fini when compiled with FT font backendPeter Weilbacher1-1/+5
2008-02-07[os2] Improve documentationPeter Weilbacher1-0/+139
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-13/+9
2007-12-06[os2] add memory allocation wrappers for pixel buffersPeter Weilbacher1-27/+81
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-12/+12
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-5/+5
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-4/+5
2007-04-19Introduce CAIRO_MUTEX_FINALIZE as counter-part for CAIRO_MUTEX_INITIALIZEMathias Hasselmann1-3/+3
2007-04-17[OS2] Fix #include "cairo-mutex-list-private.h"Dave Yeo1-1/+1
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-5/+6
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-42/+3
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-15/+15
2007-03-05[OS2] Add mutex initializer for cairo_font_face_mutexBehdad Esfahbod1-0/+6
2007-03-05[OS2] Remove unused mutex cairo_toy_font_face_hash_table_mutexBehdad Esfahbod1-6/+0
2007-01-04Fix for OS/2 display drivers that cannot handle 32bit output (feed them a 24b...Peter Weilbacher1-10/+60
2006-09-15OS/2 backend filesPeter Weilbacher1-0/+1135