index
:
~jrmuizel/cairo
master
stroke-to-path2
Unnamed repository; edit this file to name it for gitweb.
jrmuizel
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
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
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-10
/
+10
2006-04-01
[win32] Add missing depth-16 format check
Vladimir Vukicevic
1
-0
/
+2
2006-03-09
Complete the CAIRO_PATTERN_TYPE renaming
Mart Raudsepp
1
-2
/
+2
2006-02-28
Merge branch 'get-type' into cairo
Carl Worth
1
-0
/
+1
2006-02-27
Implement cairo_surface_get_type
Carl Worth
1
-0
/
+1
2006-02-27
Win32: Handle BitBlt in get_image failure and AlphaBlend not being supported
Vladimir Vukicevic
1
-3
/
+15
2006-02-27
Win32: Set surface format based on device caps
Vladimir Vukicevic
1
-2
/
+25
2006-02-27
Win32: Fix up src coords before calling AlphaBlend/BitBlt to avoid invalid calls
Vladimir Vukicevic
1
-2
/
+29
2006-02-27
Win32: rename cairo_surface_create_dib to cairo_surface_create_with_dib
Vladimir Vukicevic
1
-21
/
+34
2006-02-27
Win32: expose win32 DIB (image) surface creation function, and DC getter
Vladimir Vukicevic
1
-3
/
+28
2006-02-27
Win32: Rework clip and extents handling
Vladimir Vukicevic
1
-57
/
+35
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-8
/
+8
2005-11-04
Rework support in the surface backend for the five basic drawing operations (...
Carl Worth
1
-1
/
+0
2005-11-01
Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.
Carl Worth
1
-1
/
+1
2005-09-27
Note that Bug #4602 (use of 0x0 images causes win32 backend failure) is now f...
Tor Lillqvist
1
-2
/
+2
2005-09-19
Originally: 2005-09-19 Hans Breuer <hans@breuer.org>
Carl Worth
1
-0
/
+34
2005-08-23
Check for AlphaBlend() with GetProcAddress() to support older compilation env...
Owen Taylor
1
-17
/
+92
2005-08-01
src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...
Owen Taylor
1
-3
/
+13
2005-07-28
src/cairo-win32-font.c
Stuart Parmenter
1
-1
/
+1
2005-07-28
Remove all create_in_error functions as they were just muddling up the memory...
Carl Worth
1
-3
/
+4
2005-07-27
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
1
-14
/
+28
2005-07-14
blue and green values were swapped in the DO_SOURCE case.
Stuart Parmenter
1
-1
/
+1
2005-07-08
Give enum tags an underscore prefix to match the style of the struct tags. Ad...
Carl Worth
1
-3
/
+6
2005-06-25
From: J. Ali Harlow" <ali@avrc.city.ac.uk> Reviewed by: Vladimir Vukicevic <v...
Carl Worth
1
-8
/
+11
2005-06-14
Implement path clipping and refactor _cairo_gstate_clip() out in three differ...
Kristian Høgsberg
1
-0
/
+1
2005-06-14
Remove Boolean 'drawable' parameter from the create_similar surface backend f...
Carl Worth
1
-2
/
+0
2005-06-10
Remove STATUS_OK macro which was not being used universally.
Carl Worth
1
-16
/
+18
2005-06-01
Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.
Carl Worth
1
-2
/
+2
2005-05-11
Handle more cases by assuming no-super-luminescent colors.
Owen Taylor
1
-2
/
+10
2005-05-11
Revive quartz backend.
T Rowley
1
-20
/
+91
2005-05-06
Update to track new CAIRO_OPERATOR names.
Carl Worth
1
-3
/
+3
2005-04-25
Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...
Owen Taylor
1
-0
/
+1
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-0
/
+18
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-59
/
+5
2005-04-07
Minor changes to header file inclusion recommended by Oleg Smolsky for better...
Carl Worth
1
-1
/
+1
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-1
/
+1
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-8
/
+0
2005-03-30
A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:
Carl Worth
1
-1
/
+3
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-21
/
+0
2005-03-17
doc fix - 90 degrees is MI_PI/2 radians.
Owen Taylor
1
-3
/
+3
[next]