index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-win32-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-03
[win32] compilation fix for win32
Vladimir Vukicevic
1
-5
/
+5
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-10
/
+18
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-8
/
+8
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-3
/
+3
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-1
/
+28
2007-04-30
Fix cygwin compile error
Adrian Johnson
1
-5
/
+6
2007-04-19
Reintroduce DllMain as deterministic mutex initialization path
Mathias Hasselmann
1
-0
/
+30
2007-04-16
Support MinGW DLL compilation
Kouhei Sutou
1
-0
/
+4
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-5
/
+5
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-65
/
+0
2007-03-05
Rename all mutex variables to start with an underscore
Behdad Esfahbod
1
-9
/
+9
2007-03-05
[WIN32] Make cairo_ft_unscaled_font_map_mutex initialization conditional of ft
Behdad Esfahbod
1
-0
/
+6
2007-03-05
[WIN32] Remove unused mutex cairo_toy_font_face_hash_table_mutex
Behdad Esfahbod
1
-3
/
+0
2007-03-03
Fix mutex initialization for win32 (missing cairo_font_face_mutex)
Hans Breuer
1
-0
/
+3
2007-03-02
[doc] Some documentation love
Behdad Esfahbod
1
-0
/
+1
2007-02-28
Revert the solid-pattern cache
Behdad Esfahbod
1
-12
/
+1
2007-02-20
[win32] Make win32-surface compile without win32-font
Behdad Esfahbod
1
-2
/
+6
2007-02-14
[cairo-pattern] Cache surface for solid patterns
Jorn Baayen
1
-1
/
+12
2007-02-13
Fix Win32 text spacing problem
Dan Amelang
1
-2
/
+2
2007-01-25
[win32] regression with win32 glyph y-offsets (mozbug#365021)
Vladimir Vukicevic
1
-1
/
+1
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2007-01-07
Fix various code/comment typos
Alp Toker
1
-1
/
+1
2007-01-04
Remove WINVER from public header file
Jonathan Watt
1
-0
/
+10
2006-12-15
revert accidental mode changes in my previous commit
Jonathan Watt
1
-0
/
+0
2006-12-15
Fix a couple of character spacing issues on Windows
U-JONATHAN-X60S\jonathan
1
-47
/
+58
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-1
/
+1
2006-11-22
Replace existing rounding code with _cairo_lround
Daniel Amelang
1
-3
/
+4
2006-11-07
[win32] implement EXTEND_REPEAT in composite when possible
Vladimir Vukicevic
1
-120
/
+266
2006-11-07
[win32] clean up win32_surface_composite
Vladimir Vukicevic
1
-111
/
+207
2006-10-27
[win32] Add parentheses around & operator
Christian Biesinger
1
-3
/
+3
2006-10-16
Fix win32 build when pthreads are available
Christian Biesinger
1
-0
/
+6
2006-10-16
[win32] Add missing void
Christian Biesinger
1
-1
/
+1
2006-09-12
[win32] correct win32 show_glyphs for non-y-aligned text
Stuart Parmenter
1
-5
/
+22
2006-09-12
[win32] Support for DDBs, AlphaBlend fix
Vladimir Vukicevic
1
-93
/
+436
2006-09-09
[win32] Make cairo as a win32 static library possible
Vladimir Vukicevic
1
-5
/
+24
2006-06-30
Update lots of docs.
Behdad Esfahbod
1
-0
/
+3
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-6
/
+6
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-2
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-6
/
+6
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
1
-2
/
+2
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-8
/
+8
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-48
/
+48
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-2
/
+4
2006-05-18
Whitespace fix
Vladimir Vukicevic
1
-2
/
+2
2006-05-18
CAIRO_SCALED_FONT_TYPE_* -> CAIRO_FONT_TYPE_*
Vladimir Vukicevic
1
-1
/
+1
2006-05-18
[win32] GDI is nearly always faster than pixman; use it whenever possible
Vladimir Vukicevic
1
-9
/
+13
2006-05-18
[win32] Add GdiFlush() calls after DIB creation, as per MSDN docs
Vladimir Vukicevic
1
-17
/
+21
2006-05-18
[win32] fix win32_show_glyphs glyph offsets
Stuart Parmenter
1
-6
/
+10
2006-05-18
[win32] implement win32 show_glyphs
Stuart Parmenter
1
-1
/
+114
2006-05-18
[win32] Add SHADEBLENDCAPS and SB_NONE definitions for older SDKs
Vladimir Vukicevic
1
-0
/
+8
[next]