summaryrefslogtreecommitdiff
path: root/src/cairo-win32-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-14win32: Fixed compile errors in Windows backend.Zoxc1-2/+2
2010-06-10surface: remove content argument from is_similarAndrea Canciani1-2/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-0/+6
2010-01-25win32: Compile fix, rename render_row to render_rows.Haakon Sporsheim1-2/+2
2010-01-22Alter definition of cairo_composite_rectangles_tChris Wilson1-11/+10
2010-01-22spans: Pass multiple rows of identical spans to the renders.Chris Wilson1-3/+10
2010-01-22Add cairo_device_tChris Wilson1-2/+6
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-09-22Fix compiler warnings in win32-surfaceAdrian Johnson1-3/+9
2009-09-22Fix compiler error on cygwinAdrian Johnson1-0/+1
2009-09-03[win32] Remove unused clone_similar()Chris Wilson1-56/+1
2009-08-29[win32] Initialize clip_regionChris Wilson1-0/+3
2009-08-29[gl] Use spans for trapezois.Chris Wilson1-3/+1
2009-08-29[win32] Trust the clipping code to trim roi to our surfaceChris Wilson1-44/+9
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-150/+129
2009-07-18Compile fixes for mingw32.Chris Wilson1-0/+1
2009-06-18Use the scanline rasterizer in the win32 backend.Jeff Muizelaar1-2/+144
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson1-1/+2
2009-03-28[region] Remove underscores from _cairo_region_*Søren Sandmann1-4/+4
2009-03-28[region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen1-24/+24
2009-02-15Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann1-25/+23
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-12-04[win32] Use MOD instead of the '%' operatorJeff Muizelaar1-2/+5
2008-11-21[region] Use the caller supplied array for extracting boxes.Chris Wilson1-1/+2
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-1/+2
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-3/+3
2008-10-30Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson1-2/+2
2008-10-19Review backend->create_similar()Chris Wilson1-4/+12
2008-10-07[win32] Use wide-char versions of some API functions, for compat with Windows...Vladimir Vukicevic1-3/+3
2008-10-07[win32] create_similar should fall back to DIBs if DDB creation failVladimir Vukicevic1-26/+17
2008-09-27clone_similar(): s/device_offset/clone_offset/Chris Wilson1-4/+4
2008-09-27Allow cloning sub-regions of similar surfaces.Chris Wilson1-2/+6
2008-09-20Add cairo-system.c for platform system-specific codeBehdad Esfahbod1-28/+0
2008-08-12Win32: Fix uninitialized variableAdrian Johnson1-0/+1
2008-08-10Win32-printing: Fix Type 1 font printing so fallback is not usedAdrian Johnson1-1/+21
2008-06-13Allocate the correct pattern type on the stack.Chris Wilson1-2/+2
2008-05-28[cairo-win32-surface] Remove unused variableBehdad Esfahbod1-1/+0
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-05-04Make cairo_win32_surface_get_dc work with win32 printing surfaceAdrian Johnson1-5/+18
2008-03-25[win32] Prevent crash in create_similar if win32_surface_create failsVladimir Vukicevic1-3/+9
2008-03-12[win32] Use a DIB when cloning a surface for a WIN32_PRINTING destVladimir Vukicevic1-3/+13
2008-03-04[win32] make check doc fixup.Chris Wilson1-1/+1
2008-03-03[win32] Treat all incoming HDCs as RGB24, regardless of depthVladimir Vukicevic1-22/+6
2008-03-03fixed compilation typo on win32Antoine Azar1-5/+5
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-5/+5
2008-01-27[win32] Fix initial clip region testVladimir Vukicevic1-2/+1
2008-01-24[win32] Better tracking of initial clipVladimir Vukicevic1-69/+152