Dimitrie O. Paun
|
396ee7403f
|
Cleanup the API docs. Few indentation/formatting fixes.
|
2005-04-11 12:50:01 +00:00 |
|
Alexandre Julliard
|
ee9b4265d4
|
Added support for the DC meta region.
|
2005-03-31 10:19:40 +00:00 |
|
Francois Gouget
|
6b10c324c5
|
Assorted spelling fixes.
|
2005-03-30 17:08:31 +00:00 |
|
Huw Davies
|
8710dde01f
|
In a call to EnumEnhMetaFile when hdc is NULL, lpRect may be NULL. Add
a test for this.
|
2005-03-29 18:56:35 +00:00 |
|
Peter Berg Larsen
|
e732fc023d
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +00:00 |
|
Alexandre Julliard
|
3a522f3d71
|
Store the handle to the stock bitmap when the first DC is created to
avoid exporting the DEFAULT_BITMAP define.
|
2005-03-27 18:19:59 +00:00 |
|
Alexandre Julliard
|
5e6461b6e7
|
Explicitly store the stack of saved DCs in the DC structure instead of
using the 16-bit hNext field in the object header.
|
2005-03-25 20:58:29 +00:00 |
|
Alexandre Julliard
|
0afa832f37
|
Maintain the stack of saved vis regions in the DC structure instead of
storing it directly in the region objects.
|
2005-03-25 20:52:53 +00:00 |
|
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
|
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
|
Ulrich Czekalla
|
f4f7689c2e
|
If a zero index is passed to META_SELECTCLIPREGION reset the clip
region.
|
2005-03-14 10:06:54 +00:00 |
|
Alexandre Julliard
|
98eacd5426
|
Allocate fonts and regions from the large heap too.
|
2005-03-10 11:20:51 +00:00 |
|
Dimitrie O. Paun
|
c02dd0a902
|
Add support for .exe's with exported functions.
|
2005-03-08 16:55:26 +00:00 |
|
Francois Gouget
|
fbb3343547
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
|
TANABE Hiroshi
|
d4114e4c7e
|
Remove (buf && !buflen) checking.
Fixed outline rendering with GGO_GRAY?_BITMAP option.
Improved fixed-pitch fonts detection.
|
2005-02-25 13:59:22 +00:00 |
|
TANABE Hiroshi
|
6585373611
|
Added Multibyte character set support in GetGlyphOutlineA.
|
2005-02-22 19:37:18 +00:00 |
|
Huw Davies
|
8e34fa62ff
|
Don't hold the GDI lock when calling DC_GetDCUpdate.
|
2005-02-22 19:34:33 +00:00 |
|
Alex Villacís Lasso
|
2eacfecd25
|
Implemented GetGlyphOutline16.
|
2005-02-21 20:43:59 +00:00 |
|
Francois Gouget
|
dd073bbb3f
|
Cast the GetProcAddress() return value to avoid warnings about the
function pointer being of the wrong type.
Fix assorted signed/unsigned comparison warnings.
|
2005-02-14 21:04:45 +00:00 |
|
Rein Klazes
|
5487f451e5
|
REGION_FrameRgn computes the frame region inside the original region.
|
2005-02-14 11:52:12 +00:00 |
|
Marcus Meissner
|
a34c23498f
|
Check for overflows with ClrUsed.
|
2005-02-14 11:08:22 +00:00 |
|
Rémi Assailly
|
aa638df724
|
Small char -> const char fix.
|
2005-02-14 11:03:36 +00:00 |
|
Huw Davies
|
82977c1441
|
GetMetaFile checks both the version and the header size when it tries
to load a metafile. Powerpoint XP depends on this.
|
2005-01-26 19:41:58 +00:00 |
|
Troy Rollo
|
f679490990
|
Don't refuse to process VDMX ratio entries with bCharSet == 0. These
entries are at least as useful as those with bCharSet == 1. Add
comment containing URL of documentation for VDMX records.
|
2005-01-24 19:00:10 +00:00 |
|
Walt Ogburn
|
b28c79aa50
|
Fix BS_PATTERN brushes in mfdrv. Un-comment the corresponding test.
|
2005-01-14 15:12:59 +00:00 |
|
Alexandre Julliard
|
d7b4d60cd7
|
Use the exported functions SaveDC/RestoreDC instead of SetDCState16.
|
2005-01-12 19:57:08 +00:00 |
|
Rémi Assailly
|
9821beed52
|
Implemented GetLayout and SetLayout.
|
2005-01-10 12:30:18 +00:00 |
|
Vitaly Lipatov
|
5e4ac6bc1b
|
Spelling fixes.
|
2005-01-05 17:12:07 +00:00 |
|
Vitaly Lipatov
|
0590343445
|
Add description for ExtTextOut (also include comments from Shachar
Shemesh) and missed constants ETO_NUMERICSLOCAL, ETO_NUMERICSLATIN,
ETO_PDY in wingdi.h.
|
2005-01-05 13:24:52 +00:00 |
|
Mike McCormack
|
cc6b542a8e
|
Convert StartDoc to Unicode.
|
2005-01-04 20:39:19 +00:00 |
|
Jakob Eriksson
|
0b14f38d57
|
Add return value to GetObject error message.
|
2005-01-03 20:19:32 +00:00 |
|
Eric Pouech
|
89f5283432
|
Some missing const correctness fixes.
|
2005-01-03 14:50:12 +00:00 |
|
Hans Leidekker
|
63e241ab95
|
Stub implementations for GetLogColorSpace{A,W}.
|
2005-01-03 14:33:07 +00:00 |
|
Rein Klazes
|
3714a39867
|
Correct cases where arguments of ok() calls depend on the order in
which they are evaluated.
|
2004-12-27 17:26:37 +00:00 |
|
Hans Leidekker
|
feef8957b9
|
Stub implementations for GetICMProfileW, SetICMProfile{A,W},
UpdateICMRegKey{A,W}.
Forward UpdateICMRegKey to UpdateICMRegKeyA.
|
2004-12-27 17:23:17 +00:00 |
|
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
|
Eric Pouech
|
bcfa5b0900
|
ReadFile and WriteFile must be passed a parameter for the number of
handled bytes when no overlapped operation is done.
|
2004-12-22 18:38:31 +00:00 |
|
Mike McCormack
|
eedf3b4d7a
|
Check values passed in to SetWinMetaFileBits, not our local copy.
|
2004-12-21 14:50:07 +00:00 |
|
Mike McCormack
|
895d1b7160
|
Output EMR_POLYGON16 records when possible.
|
2004-12-21 14:49:19 +00:00 |
|
Dmitry Timoshkov
|
2b98f3255f
|
Fully initialize NEWTEXTMETRICEXW structure for bitmap fonts.
|
2004-12-21 14:45:38 +00:00 |
|
Francois Gouget
|
6fb1a20020
|
Assorted spelling fixes.
|
2004-12-20 19:27:06 +00:00 |
|
Jon Griffiths
|
f82272c92f
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-16 14:35:55 +00:00 |
|
Michael Stefaniuc
|
1493433e38
|
Missing HeapFree's + 1 LocalFree (found by smatch).
|
2004-12-14 11:38:50 +00:00 |
|
Huw Davies
|
dc27c04ebf
|
Fix always false test. Spotted by Eric Pouech.
|
2004-12-13 13:14:36 +00:00 |
|
Alexandre Julliard
|
94ee1ebd6c
|
Remove a few no longer needed 16-bit exports from gdi32.
|
2004-12-09 11:51:21 +00:00 |
|
Walt Ogburn
|
eca0a25634
|
Added some tests for win-format metafiles.
|
2004-12-09 11:37:59 +00:00 |
|
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
|
Kevin Koltzau
|
9a013cc1cb
|
CreateBrushIndirect should not return a stock brush.
|
2004-11-24 18:09:20 +00:00 |
|
Dmitry Timoshkov
|
9d8474138e
|
Avoid some direct accesses to DC internals from metafile driver.
|
2004-11-24 18:08:18 +00:00 |
|
Tom Wickline
|
5c38e1b561
|
Version resources cleanup.
|
2004-11-23 13:59:34 +00:00 |
|