index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
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
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