summaryrefslogtreecommitdiff
path: root/src/cairo-os2-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Drop OS/2 supportEmmanuele Bassi2022-02-251-1416/+0
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* Fix some surfaces missed in b1192beaAdrian Johnson2015-10-171-1/+2
* surface: Make backend-specific map/unmap functions symmetricAndrea Canciani2012-05-261-0/+1
* surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani2012-05-261-1/+1
* doc: fix a few typos found by codespellNis Martensen2012-03-101-1/+1
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+1
* os2-surface needs to include cairo-image-surface-private.hDave Yeo2011-09-181-0/+1
* os2: Blindly update os2 to the new fallback compositorChris Wilson2011-09-181-132/+63
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+5
* Implement cairo_backend_tChris Wilson2011-07-151-0/+3
* os2: Restore surface type checking in the get_extents method.Rich Walsh2010-08-081-1/+9
* os2: Fix clipping to bounds when blitting pixels.Rich Walsh2010-08-081-35/+27
* os2: Tweak an inline declaration.Rich Walsh2010-08-081-1/+1
* os2: Consolidate error paths of cairo_os2_surface_create().Rich Walsh2010-08-081-60/+60
* os2: Document ownership of OS/2 objects passed to surfaces.Rich Walsh2010-08-081-11/+12
* os2: Don't fake an Anchor Block when one isn't needed.Rich Walsh2010-08-081-13/+3
* os2: Fix buffer allocator behaviour on arithmetic overflow.Rich Walsh2010-08-081-31/+23
* os2: Fix blitting 24 bpp pixel data.Rich Walsh2010-08-081-49/+67
* os2: New API to create surfaces without a persistent HPS.Rich Walsh2010-08-081-3/+139
* os2: Fix get_extents() segfaulting.Dave Yeo2010-05-031-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Add cairo_device_tChris Wilson2010-01-221-0/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-12/+2
* Support compiling without fontconfigBehdad Esfahbod2009-03-171-2/+4
* [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