index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
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
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
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-4
/
+2
2005-03-04
src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...
Owen Taylor
1
-47
/
+20
2005-03-04
src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...
Owen Taylor
1
-2
/
+2
2005-02-24
Remove a left-over debug printf.
Owen Taylor
1
-3
/
+0
2005-02-24
Instead of counting on ordering deletion to work (apparently it didn't on old...
Owen Taylor
1
-41
/
+50
2005-02-24
When we created a DC/bitmap pair, delete the DC before the Bitmap so that the...
Owen Taylor
1
-4
/
+6
2005-02-02
Add some functions to select the font into a device context with the intentio...
Owen Taylor
1
-5
/
+3
2005-02-01
Mostly-functioning Win32 font backend; no glyph paths yet.
Owen Taylor
1
-40
/
+57
2005-02-01
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...
Owen Taylor
1
-40
/
+43
2005-01-31
configure.in src/cairo-features.h.in: Add a check for the Windows platform an...
Owen Taylor
1
-0
/
+932