index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-os2-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-10
doc: fix a few typos found by codespell
Nis Martensen
1
-1
/
+1
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+1
2011-09-18
os2-surface needs to include cairo-image-surface-private.h
Dave Yeo
1
-0
/
+1
2011-09-18
os2: Blindly update os2 to the new fallback compositor
Chris Wilson
1
-132
/
+63
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+5
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+3
2010-08-08
os2: Restore surface type checking in the get_extents method.
Rich Walsh
1
-1
/
+9
2010-08-08
os2: Fix clipping to bounds when blitting pixels.
Rich Walsh
1
-35
/
+27
2010-08-08
os2: Tweak an inline declaration.
Rich Walsh
1
-1
/
+1
2010-08-08
os2: Consolidate error paths of cairo_os2_surface_create().
Rich Walsh
1
-60
/
+60
2010-08-08
os2: Document ownership of OS/2 objects passed to surfaces.
Rich Walsh
1
-11
/
+12
2010-08-08
os2: Don't fake an Anchor Block when one isn't needed.
Rich Walsh
1
-13
/
+3
2010-08-08
os2: Fix buffer allocator behaviour on arithmetic overflow.
Rich Walsh
1
-31
/
+23
2010-08-08
os2: Fix blitting 24 bpp pixel data.
Rich Walsh
1
-49
/
+67
2010-08-08
os2: New API to create surfaces without a persistent HPS.
Rich Walsh
1
-3
/
+139
2010-05-03
os2: Fix get_extents() segfaulting.
Dave Yeo
1
-1
/
+1
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-12
/
+2
2009-03-17
Support compiling without fontconfig
Behdad Esfahbod
1
-2
/
+4
2009-01-29
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
1
-4
/
+5
2009-01-02
[os2] Fix memory leak of surface on error path
Chris Wilson
1
-0
/
+1
2008-12-20
[toy-font-face] Move toy font face code in a file of its own
Behdad Esfahbod
1
-8
/
+1
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-13
[os2] Fix includes
Behdad Esfahbod
1
-5
/
+0
2008-10-14
[doc] Fix a few gtk-doc errors.
Chris Wilson
1
-0
/
+2
2008-09-20
Make checks happy again
Behdad Esfahbod
1
-2
/
+2
2008-09-20
Add cairo-system.c for platform system-specific code
Behdad Esfahbod
1
-0
/
+6
2008-07-25
[OS/2] Fix build
Peter Weilbacher
1
-1
/
+1
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-2
/
+2
2008-05-28
[configure.in] Dont let a missing FcFini disable the freetype font backend!
Behdad Esfahbod
1
-0
/
+2
2008-02-08
[os2] fix typo in comment
Peter Weilbacher
1
-1
/
+1
2008-02-08
[os2] only call FcInit/Fini when compiled with FT font backend
Peter Weilbacher
1
-1
/
+5
2008-02-07
[os2] Improve documentation
Peter Weilbacher
1
-0
/
+139
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-13
/
+9
2007-12-06
[os2] add memory allocation wrappers for pixel buffers
Peter Weilbacher
1
-27
/
+81
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-12
/
+12
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-5
/
+5
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-4
/
+5
2007-04-19
Introduce CAIRO_MUTEX_FINALIZE as counter-part for CAIRO_MUTEX_INITIALIZE
Mathias Hasselmann
1
-3
/
+3
2007-04-17
[OS2] Fix #include "cairo-mutex-list-private.h"
Dave Yeo
1
-1
/
+1
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-5
/
+6
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-42
/
+3
2007-03-05
Rename all mutex variables to start with an underscore
Behdad Esfahbod
1
-15
/
+15
2007-03-05
[OS2] Add mutex initializer for cairo_font_face_mutex
Behdad Esfahbod
1
-0
/
+6
2007-03-05
[OS2] Remove unused mutex cairo_toy_font_face_hash_table_mutex
Behdad Esfahbod
1
-6
/
+0
2007-01-04
Fix for OS/2 display drivers that cannot handle 32bit output (feed them a 24b...
Peter Weilbacher
1
-10
/
+60
2006-09-15
OS/2 backend files
Peter Weilbacher
1
-0
/
+1135