Aric Stewart
|
172a88de10
|
fonts: Build the jvgasys.fon from the 18 pixel strike.
|
2007-12-10 12:12:45 +01:00 |
Aric Stewart
|
8be27f68c7
|
sfnt2fnt: Use code from gdi32/freetype to do a better job finding the TTAG_EBLC to deal with older version of freetype without having to fall back on unreliable hacks.
|
2007-12-10 12:11:17 +01:00 |
Aric Stewart
|
6a57a55480
|
system.sfd: Modify a few 18 pixel glyphs to generate metrics correctly.
|
2007-12-10 12:09:00 +01:00 |
Francois Gouget
|
b7ae831f00
|
comctl32/tests: Avoid SHDeleteKeyA() because it does not exist on Windows 95.
|
2007-12-10 12:06:40 +01:00 |
Francois Gouget
|
7a5497b5c0
|
comctl32/tests: InitCommonControlsEx() is missing on Windows 95 so call InitCommonControls() instead.
|
2007-12-10 12:06:16 +01:00 |
Francois Gouget
|
86b3624158
|
comtcl32/tests: Dynamically load ImageList_SetImageCount() because it is missing on Windows 95.
|
2007-12-10 12:06:13 +01:00 |
Francois Gouget
|
05170942de
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2007-12-10 12:06:09 +01:00 |
Francois Gouget
|
1f1fa1daec
|
hlink: Fix the HlinkUpdateStackItem() prototype.
|
2007-12-10 12:06:05 +01:00 |
Francois Gouget
|
8ee430d146
|
kernel32/tests: Get the test to run on Windows 95.
|
2007-12-10 12:06:01 +01:00 |
Francois Gouget
|
c43f61461f
|
kernel32/tests: dll_capable() makes no sense since it's only used on APIs we link with. So remove it.
|
2007-12-10 12:05:55 +01:00 |
Francois Gouget
|
f6bdd7dc6c
|
winealsa.drv: Remove trailing spaces in Wine traces.
|
2007-12-10 12:05:50 +01:00 |
Alexandre Julliard
|
55348e5667
|
user32: Keep waiting for posted messages in peek_message after we get an ignored message.
|
2007-12-10 12:05:46 +01:00 |
Hans Leidekker
|
e19b2360f0
|
usp10: Don't trace char to glyph mappings.
|
2007-12-10 12:04:54 +01:00 |
Hans Leidekker
|
68efae1615
|
usp10: Store original font in the script cache and reselect it on successive calls.
|
2007-12-10 12:04:45 +01:00 |
Hans Leidekker
|
143f2421b6
|
usp10: Use GetCharABCWidthsI to implement ScriptGetGlyphABCWidth.
|
2007-12-10 12:04:35 +01:00 |
Rob Shearman
|
766d8a17af
|
rpcrt4: Pass the USER_MARSHAL_CB structure into user marshal routines.
|
2007-12-10 12:04:28 +01:00 |
Rob Shearman
|
80b8743aa2
|
rpcrt4: NdrRangeUnmarshall is implemented so add it to the spec file.
|
2007-12-10 12:04:19 +01:00 |
Rob Shearman
|
a07afe7e06
|
rpcrt4: Implement NdrConformantArrayMemorySize.
|
2007-12-10 12:04:15 +01:00 |
Michael Stefaniuc
|
e3bd2d5090
|
hlink: Rename the wrappers around HeapAlloc() &Co to use the standard names.
|
2007-12-10 12:04:09 +01:00 |
Michael Stefaniuc
|
39c260e9fa
|
localspl: Rename the wrappers around HeapAlloc() &Co to use the standard names.
|
2007-12-10 12:04:04 +01:00 |
Michael Stefaniuc
|
2c80b9d2d2
|
pdh: Rename the wrappers around HeapAlloc() &Co to use the standard names.
|
2007-12-10 12:04:01 +01:00 |
Michael Stefaniuc
|
d9873e2314
|
iccvid: Rename the wrappers around HeapAlloc() &Co to use the standard names.
|
2007-12-10 12:03:58 +01:00 |
Michael Stefaniuc
|
7e8d79fa3d
|
hhctrl.ocx: Rename the wrappers around HeapAlloc() &Co to use the standard names.
|
2007-12-10 12:03:55 +01:00 |
Rob Shearman
|
41937c5756
|
rpcrt4: Add a missing break in DllMain.
|
2007-12-08 19:58:24 +01:00 |
Rob Shearman
|
417b9d80f2
|
rpcrt4: Save the buffer in EmbeddedPointerMemorySize, like EmbeddedPointerUnmarshall does.
|
2007-12-08 19:58:11 +01:00 |
Rob Shearman
|
d7a0de303e
|
rpcrt4: Fix the return value from NdrSimpleStructMemorySize.
|
2007-12-08 19:58:07 +01:00 |
Rob Shearman
|
3a13de3115
|
rpcrt4: Add a trace to NdrBaseTypeMemorySize.
|
2007-12-08 19:58:03 +01:00 |
Rob Shearman
|
7ae1d44816
|
rpcrt4: Implement PointerMemorySize.
|
2007-12-08 19:57:55 +01:00 |
Rob Shearman
|
8348f0413d
|
rpcrt4: Fix NdrConformantStructUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
|
2007-12-08 19:57:46 +01:00 |
Rob Shearman
|
a5f9ed81e3
|
rpcrt4: Fix NdrFixedArrayUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
|
2007-12-08 19:57:39 +01:00 |
Rob Shearman
|
abbceb137a
|
rpcrt4: Fix NdrConformantArrayUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
|
2007-12-08 19:57:32 +01:00 |
Rob Shearman
|
a513ff4926
|
widl: Don't override the pointer type in top-level arrays.
|
2007-12-08 19:57:25 +01:00 |
Detlef Riekenberg
|
efb13b28df
|
Assorted spelling fixes.
|
2007-12-08 19:55:39 +01:00 |
Michael Stefaniuc
|
0a92e10640
|
riched20: Remove the RTFAlloc() wrapper around heap_alloc().
|
2007-12-08 19:55:26 +01:00 |
Michael Stefaniuc
|
4210cafc04
|
riched20: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
|
2007-12-08 19:54:58 +01:00 |
Alexander Dorofeyev
|
4051a09eb2
|
ddraw: Fix wrong initialization order in IDirect3DDevice vtable.
|
2007-12-08 19:54:51 +01:00 |
Alexander Nicolaysen Sørnes
|
51086b5513
|
comdlg32: PageSetupDlgA: Read margins from correct edit boxes.
|
2007-12-08 19:54:44 +01:00 |
Marcus Meissner
|
edd3f264d9
|
server: Removed superflous async->queue NULL tests.
|
2007-12-08 19:54:35 +01:00 |
Alex Villacís Lasso
|
42d6cc7cf5
|
riched20: Invalidate all the text on bogus last selection.
|
2007-12-08 19:54:23 +01:00 |
Andrew Talbot
|
8a4db52f2a
|
dmusic: Remove unneeded casts.
|
2007-12-08 19:54:05 +01:00 |
Andrew Talbot
|
9e55f92b29
|
dmloader: Remove unneeded casts.
|
2007-12-08 19:54:00 +01:00 |
Andrew Talbot
|
301b867909
|
dmime: Remove unneeded casts.
|
2007-12-08 19:53:56 +01:00 |
James Hawkins
|
e6431cd06e
|
msi: Handle the CompLocator table in the AppSearch action.
|
2007-12-08 19:53:49 +01:00 |
James Hawkins
|
44349af11a
|
msi: Reimplement MsiGetProductCode.
|
2007-12-08 19:53:43 +01:00 |
James Hawkins
|
2634d86a08
|
msi: Remove two tests that depend on the sort order of RegEnumValue.
|
2007-12-08 19:53:39 +01:00 |
Alexandre Julliard
|
c5d63b5535
|
kernel32: Read label and serial from the filesystem when the device is accessible but unknown.
|
2007-12-08 19:53:24 +01:00 |
Alexandre Julliard
|
6a3dd1ecf9
|
kernel32: Revert change that slipped in commit db24d3af9a by mistake.
|
2007-12-08 19:49:52 +01:00 |
Alexandre Julliard
|
24241c0847
|
opengl32: ntdll import is still needed when building without optimizations.
|
2007-12-08 19:49:22 +01:00 |
Maarten Lankhorst
|
322cd0b979
|
winealsa: Clear dwBytesRecorded in waveheader when adding buffer.
|
2007-12-07 19:25:29 +01:00 |
Maarten Lankhorst
|
5290f53193
|
winealsa: Simplify the feeding of capture buffers.
|
2007-12-07 19:25:25 +01:00 |