summaryrefslogtreecommitdiff
path: root/src/cairo-os2-surface.c
AgeCommit message (Expand)AuthorFilesLines
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