index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
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
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-03-01
api: Introduce CAIRO_FORMAT_INVALID formally in the API.
M Joonas Pihlaja
1
-0
/
+6
2010-01-25
win32: Compile fix, rename render_row to render_rows.
Haakon Sporsheim
1
-2
/
+2
2010-01-22
Alter definition of cairo_composite_rectangles_t
Chris Wilson
1
-11
/
+10
2010-01-22
spans: Pass multiple rows of identical spans to the renders.
Chris Wilson
1
-3
/
+10
2010-01-22
Add cairo_device_t
Chris Wilson
1
-2
/
+6
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-09-22
Fix compiler warnings in win32-surface
Adrian Johnson
1
-3
/
+9
2009-09-22
Fix compiler error on cygwin
Adrian Johnson
1
-0
/
+1
2009-09-03
[win32] Remove unused clone_similar()
Chris Wilson
1
-56
/
+1
2009-08-29
[win32] Initialize clip_region
Chris Wilson
1
-0
/
+3
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-3
/
+1
2009-08-29
[win32] Trust the clipping code to trim roi to our surface
Chris Wilson
1
-44
/
+9
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-150
/
+129
2009-07-18
Compile fixes for mingw32.
Chris Wilson
1
-0
/
+1
2009-06-18
Use the scanline rasterizer in the win32 backend.
Jeff Muizelaar
1
-2
/
+144
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-1
/
+2
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-4
/
+4
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-24
/
+24
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-25
/
+23
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-12-04
[win32] Use MOD instead of the '%' operator
Jeff Muizelaar
1
-2
/
+5
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-1
/
+2
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-1
/
+2
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-3
/
+3
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-2
/
+2
2008-10-19
Review backend->create_similar()
Chris Wilson
1
-4
/
+12
2008-10-07
[win32] Use wide-char versions of some API functions, for compat with Windows...
Vladimir Vukicevic
1
-3
/
+3
2008-10-07
[win32] create_similar should fall back to DIBs if DDB creation fail
Vladimir Vukicevic
1
-26
/
+17
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-4
/
+4
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-2
/
+6
2008-09-20
Add cairo-system.c for platform system-specific code
Behdad Esfahbod
1
-28
/
+0
2008-08-12
Win32: Fix uninitialized variable
Adrian Johnson
1
-0
/
+1
2008-08-10
Win32-printing: Fix Type 1 font printing so fallback is not used
Adrian Johnson
1
-1
/
+21
2008-06-13
Allocate the correct pattern type on the stack.
Chris Wilson
1
-2
/
+2
2008-05-28
[cairo-win32-surface] Remove unused variable
Behdad Esfahbod
1
-1
/
+0
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-05-04
Make cairo_win32_surface_get_dc work with win32 printing surface
Adrian Johnson
1
-5
/
+18
2008-03-25
[win32] Prevent crash in create_similar if win32_surface_create fails
Vladimir Vukicevic
1
-3
/
+9
2008-03-12
[win32] Use a DIB when cloning a surface for a WIN32_PRINTING dest
Vladimir Vukicevic
1
-3
/
+13
2008-03-04
[win32] make check doc fixup.
Chris Wilson
1
-1
/
+1
2008-03-03
[win32] Treat all incoming HDCs as RGB24, regardless of depth
Vladimir Vukicevic
1
-22
/
+6
2008-03-03
fixed compilation typo on win32
Antoine Azar
1
-5
/
+5
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-5
/
+5
2008-01-27
[win32] Fix initial clip region test
Vladimir Vukicevic
1
-2
/
+1
2008-01-24
[win32] Better tracking of initial clip
Vladimir Vukicevic
1
-69
/
+152
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-23
/
+14
2008-01-09
Fix MSVC 2008 compiler warnings - bug 13698
Adrian Johnson
1
-2
/
+2
[next]