Ove Kaaven
|
8e38233736
|
Implemented simple caching of client connections.
|
2003-04-19 20:06:42 +00:00 |
Ove Kaaven
|
097c8edc39
|
Fixed a race condition on RPC worker thread creation, and a typo.
|
2003-04-19 02:49:35 +00:00 |
Ove Kaaven
|
daffdb622a
|
Added missing AddRef.
|
2003-04-19 02:49:15 +00:00 |
Alexandre Julliard
|
150cd5a784
|
Avoid local WINAPI function pointers in _invoke.
|
2003-04-17 02:20:52 +00:00 |
Rolf Kalbermatter
|
468494cb83
|
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
from ILGetDisplayNameAW and ILGetDisplayNameExAW.
|
2003-04-17 02:18:33 +00:00 |
Christian Costa
|
7f1250e5cf
|
Handle creation of a depth/stencil buffer when creating a device.
Implement IDirect3D8DeviceImpl_GetDepthStencilBuffer.
|
2003-04-17 02:16:07 +00:00 |
Michael Stefaniuc
|
7d77d77d71
|
mbtowc returns -1 if we can't find a valid multibyte char in the non
NULL source string.
|
2003-04-17 02:15:03 +00:00 |
Martin Fuchs
|
6a7d463ca6
|
Fixes for SystemTimeToTzSpecificLocalTime() and
TzSpecificLocalTimeToSystemTime().
|
2003-04-17 02:14:38 +00:00 |
Uwe Bonnes
|
0de21b651e
|
FindFirstFile on root directory should fail.
|
2003-04-17 02:10:04 +00:00 |
Alexandre Julliard
|
d6da1f33ab
|
Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech).
Implemented RtlUpcaseUnicodeStringToCountedOemString.
|
2003-04-16 23:15:29 +00:00 |
Sylvain Petreolle
|
2c76bc1ce6
|
- Fix DirectPlayEnumerateA exit code.
- Add default registry entry for DirectPlay Service Providers.
|
2003-04-16 23:12:07 +00:00 |
Rein Klazes
|
82b0a13cab
|
Fix the path of keyboard.c inside a FIXME log statement.
|
2003-04-16 23:10:21 +00:00 |
Hans Leidekker
|
01af6376fc
|
Don't link cross compiled tests against Wine import libraries.
|
2003-04-16 23:09:02 +00:00 |
Alexandre Julliard
|
fc09423d3d
|
Allow overriding CFLAGS when running configure. Other small cleanups.
|
2003-04-14 21:46:41 +00:00 |
Alexandre Julliard
|
46adbecd13
|
Insert the last free block of a subheap at the end of the free list to
avoid using uncomitted space unless really necessary.
|
2003-04-14 21:44:21 +00:00 |
Lionel Ulmer
|
5a96cbfc74
|
Have the 'make_opengl' in line with the (manually edited) spec file.
|
2003-04-14 21:34:11 +00:00 |
Andreas Mohr
|
51c38cc729
|
Fix blatantly wrong SetFilePointer() calls.
|
2003-04-14 21:33:49 +00:00 |
Dominik Strasser
|
94c02fef1a
|
Partially implement proxy support.
|
2003-04-14 21:32:36 +00:00 |
Alexandre Julliard
|
92bfe2269b
|
Don't use Wine debugging API in tests.
|
2003-04-13 01:09:23 +00:00 |
Jukka Heinonen
|
af4f0ee240
|
Interrupt handling now prints more trace information.
Replaced some magic numbers with preprocessor constants.
|
2003-04-13 01:06:36 +00:00 |
Christian Costa
|
074d293c85
|
Increase MaxStreams to 2 in CAPS.
|
2003-04-13 01:03:05 +00:00 |
Alexandre Julliard
|
aa94a5ad1a
|
Implemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U.
|
2003-04-12 00:10:13 +00:00 |
Alexandre Julliard
|
2d5519f15c
|
The com_interface attribute is not needed on derived classes.
Removed the ICOM_CTHIS* macros.
|
2003-04-12 00:09:14 +00:00 |
Alexandre Julliard
|
31e78f479e
|
Header files must not include config.h.
|
2003-04-12 00:06:42 +00:00 |
Alexandre Julliard
|
78e3311197
|
Fixed rules for auto documentation (reported by Vincent Béron).
|
2003-04-12 00:05:27 +00:00 |
Robert Shearman
|
efc069cbb3
|
Added NtQueryProcessInformation case needed by NT version of MSI.
|
2003-04-12 00:01:32 +00:00 |
Robert Reif
|
26ba64b563
|
Fixed PCM format evaluation bug.
Properly clean up partially created sound buffers.
|
2003-04-11 23:59:19 +00:00 |
Robert Reif
|
db68f33a5e
|
Changed capture format printing to hex.
|
2003-04-11 00:35:50 +00:00 |
Alexandre Julliard
|
aae3cb61cd
|
Simplified COM interface declarations, removing the need to define
both an xxx_METHODS and an xxx_IMETHODS macro.
|
2003-04-11 00:31:02 +00:00 |
Alexandre Julliard
|
55379110c5
|
Get rid of the ICOM_CALL macros.
|
2003-04-10 21:13:58 +00:00 |
Robert Reif
|
303d93680d
|
Better error messages.
|
2003-04-10 18:33:46 +00:00 |
Alexandre Julliard
|
c2ebe1ff93
|
Removed uses of the non standard ICOM_VTBL macro.
|
2003-04-10 18:17:34 +00:00 |
Alexandre Julliard
|
f00c46f030
|
Use a more compatible technique to declare COM interfaces methods,
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.
|
2003-04-10 00:19:24 +00:00 |
Robert Reif
|
deeb2abd96
|
Changed DLL version to 8.
|
2003-04-09 23:34:49 +00:00 |
Vitaliy Margolen
|
7ea1033d50
|
Add and fix a few stubs to return correct error.
|
2003-04-09 23:33:35 +00:00 |
Rok Mandeljc
|
61035c8fbb
|
Added stubs for all dmusic interfaces.
|
2003-04-08 21:42:00 +00:00 |
Rein Klazes
|
6de2696ec5
|
Only log the parameters of tapiGetLocationInfo as addresses, as output
parameters they probably point to garbage.
|
2003-04-08 19:42:06 +00:00 |
Jukka Heinonen
|
31f35146b9
|
Return correct segment for VESA information.
Check oem number/version flag first and after that overwrite condition
code.
|
2003-04-08 19:41:03 +00:00 |
Michal Janusz Miroslaw
|
0114f775dd
|
Add stub for InvalidateNLSCache.
|
2003-04-08 19:40:37 +00:00 |
Rok Mandeljc
|
3dec4c5219
|
Added stubs for dpnhpast and for all the dmusic dlls.
|
2003-04-08 03:56:04 +00:00 |
Alexandre Julliard
|
74a66ff99d
|
Avoid warning.
|
2003-04-08 00:56:32 +00:00 |
Thomas Mertes
|
b5763feb55
|
Tests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlUnicodeStringToAnsiString,
RtlAppendAsciizToString, RtlAppendStringToString,
RtlAppendUnicodeToString and RtlAppendUnicodeStringToString.
|
2003-04-08 00:56:01 +00:00 |
Thomas Mertes
|
0ce4826eee
|
Implemented RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlCopyLuid, RtlEqualLuid, RtlMapGenericMask
and RtlCopyLuidAndAttributesArray.
Documentation updates for RtlExtendedMagicDivide, RtlUniform,
RtlUnicodeStringToAnsiString, RtlAppendAsciizToString,
RtlAppendStringToString, RtlAppendUnicodeToString and
RtlAppendUnicodeStringToString.
|
2003-04-08 00:55:36 +00:00 |
Adam Gundy
|
e434d89bc9
|
Fixed ecvt/fcvt/gcvt entries.
|
2003-04-07 23:30:20 +00:00 |
Alexandre Julliard
|
f130f8099a
|
Added possibility to filter relay traces based on the module that
called the function. Cleaned up a few traces.
|
2003-04-07 23:27:54 +00:00 |
Maxime Bellengé
|
065ac4de85
|
Implemented the GRADIENT_FILL_RECT{H|V} cases of GdiGradientFill.
|
2003-04-07 23:21:03 +00:00 |
Rolf Kalbermatter
|
b19690bf34
|
Implement SHLWAPI_269 and SHLWAPI_270.
Fix a 0 reference bug in SHLWAPI_436 and change its return value to
what at least W2K does as well.
|
2003-04-07 23:19:04 +00:00 |
Jerry Jenkins
|
5f4e4a5094
|
Align data to proper size.
|
2003-04-07 23:18:31 +00:00 |
Alexandre Julliard
|
0412cc55d2
|
Rewrote most of the import fixup code to avoid doing redundant work
for every entry point. Moved it all to dlls/ntdll/loader.c.
Various optimizations in the other loader routines.
|
2003-04-05 05:16:11 +00:00 |
Robert Reif
|
fa13d013e8
|
Fixed a problem when multiple devices are present and a device other
than the first one is used.
|
2003-04-05 05:11:02 +00:00 |