Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Alexandre Julliard
|
33eadd39d4
|
gdi32: Don't assume that the font codepages change with the user locale.
Codepages can be set independently with LC_CTYPE.
|
2006-12-08 13:00:53 +01:00 |
Alexandre Julliard
|
ae9f68dec9
|
gdi32: Disable the freetype mmap sharing on Mac OS.
|
2006-12-08 12:14:13 +01:00 |
Alexandre Julliard
|
834d20024b
|
gdi32: Only mmap a given font file once.
FT_New_Face always creates a new mapping of the font file, so do the
mapping by hand and use FT_New_Memory_Face instead.
|
2006-12-06 21:31:53 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Alexandre Julliard
|
d5ee62342a
|
winex11.drv: Don't use the specified DC when mapping RGB colors for a DIB.
The DC palette only matters for DIB_PAL_COLORS.
|
2006-11-27 17:04:19 +01:00 |
Alexandre Julliard
|
75b8f88875
|
gdi32: Get rid of the gdi.h include.
|
2006-11-17 14:52:07 +01:00 |
Alexandre Julliard
|
456891b377
|
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
|
2006-11-17 14:39:04 +01:00 |
Alexandre Julliard
|
bb51f96907
|
gdi32: Get rid of the palette mapping handling and leave it up to the driver.
|
2006-11-17 14:38:11 +01:00 |
Alexandre Julliard
|
ed4f22ab5f
|
gdi32: Moved the system palette flags to winex11.drv.
|
2006-11-17 14:34:44 +01:00 |
Alexandre Julliard
|
c60757b7d8
|
gdi32: Avoid accessing the internal palette object from dib.c.
|
2006-11-17 14:34:20 +01:00 |
Mike McCormack
|
f76d3c259c
|
gdi32: Downgrade a FIXME to a WARN.
|
2006-11-09 11:44:40 +01:00 |
Alexandre Julliard
|
f7ffbe4581
|
gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation.
Based on a patch by Alex Villacís Lasso.
|
2006-11-08 19:57:30 +01:00 |
Roderick Colenbrander
|
1d4effcaa5
|
wgl: Fix WoW screen flickering.
|
2006-11-06 12:13:09 +01:00 |
Roderick Colenbrander
|
2506677c60
|
winex11.drv: Route wglMakeContextCurrentARB through gdi32.
|
2006-10-31 21:34:36 +01:00 |
Andrew Talbot
|
17ec5aba20
|
gdi32: Cast-qual warnings fix.
|
2006-10-31 11:46:36 +01:00 |
Andrew Talbot
|
58df7b6605
|
gdi32: Cast-qual warnings fix.
|
2006-10-31 11:46:30 +01:00 |
Andrew Talbot
|
5a2227f86e
|
gdi32: Cast-qual warnings fix.
|
2006-10-30 11:25:47 +01:00 |
Andrew Talbot
|
7b2c27aadf
|
gdi32: Cast-qual warnings fix.
|
2006-10-30 11:25:44 +01:00 |
Roderick Colenbrander
|
88ad69f9bd
|
wgl: Move part of wglGetProcAddress to gdi32.
|
2006-10-27 12:43:31 +02:00 |
Eric Pouech
|
bc7df7ad80
|
gdi32: Better error handling in enhanced metafile.
|
2006-10-24 11:32:12 +02:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |