Rob Shearman
|
1fa24db9fd
|
ole32: Add the OXID_INFO structure to dcom.idl.
|
2007-03-27 12:39:33 +02:00 |
Rob Shearman
|
061a29ee44
|
ole32: Add a stubbed out implementation of IClientSecurity to the proxy manager.
|
2007-03-27 12:39:25 +02:00 |
Rob Shearman
|
7e061e4f64
|
rpcrt4: Make some parameters of non-exported functions const.
|
2007-03-27 12:39:18 +02:00 |
Rob Shearman
|
adb7cca85c
|
rpcrt4: Implement associations which are intermediary objects that track the relationship between the client and a given endpoint on the server.
Use these to encapsulate the connection pool so that the lifetimes of
connections are properly handled again.
|
2007-03-27 12:39:05 +02:00 |
Andrew Talbot
|
e7730a1668
|
secur32: Replace const pointer parameters with correct pointers to const.
|
2007-03-27 12:38:26 +02:00 |
Andrew Talbot
|
cb5dcc68f8
|
loader: Replace inline static with static inline.
|
2007-03-27 12:38:15 +02:00 |
Andrew Talbot
|
4125821a99
|
winelib: Replace inline static with static inline.
|
2007-03-27 12:38:06 +02:00 |
Andrew Talbot
|
79205875f7
|
comctl32: Constify some variables.
|
2007-03-27 12:37:02 +02:00 |
Chris Robinson
|
a110e6e433
|
quartz: Return proper CLSID for parser filters.
|
2007-03-27 12:35:22 +02:00 |
Piotr Caban
|
2b1f1093f0
|
comctl32: Set label width after editting.
|
2007-03-27 12:34:23 +02:00 |
Mikołaj Zalewski
|
c74f6d9d7a
|
wrc: Change the format of the output of "wrc --verify-translation".
|
2007-03-27 12:34:05 +02:00 |
Mikołaj Zalewski
|
fbd25173a8
|
wrc: Add HTML resources support to wrc --verify-translation.
|
2007-03-27 12:31:38 +02:00 |
Mikołaj Zalewski
|
4043b007fe
|
user32: combobox: The text area height should be font_height+4.
The tests shows that CBGetTextAreaHeight was using a bad formula.
|
2007-03-27 12:31:31 +02:00 |
Mikołaj Zalewski
|
3924e6b730
|
shell32: autocomplete: Don't use sel uninitialized.
|
2007-03-27 12:31:11 +02:00 |
Stefan Dösinger
|
5e405d3b26
|
wined3d: Disable texture coordinate arrays on the correct unit.
|
2007-03-27 12:30:50 +02:00 |
Stefan Dösinger
|
bee084503b
|
wined3d: Implement bem shader instruction.
|
2007-03-27 12:30:38 +02:00 |
Stefan Dösinger
|
929116f23c
|
wined3d: Handle input modifiers in texcrd with arb shaders.
|
2007-03-27 12:30:26 +02:00 |
Alexandre Julliard
|
6746209d4e
|
kernel32: Don't use the reserved argument of the APC routine callback.
|
2007-03-26 19:14:13 +02:00 |
Alexandre Julliard
|
589ce2bb8d
|
server: Always return STATUS_PENDING when an async I/O operation has been queued.
|
2007-03-26 19:13:21 +02:00 |
Gabriel Gambetta
|
cc578af7b1
|
ntdll: Add Uruguayan Summer Time timezone.
|
2007-03-26 14:55:58 +02:00 |
Gerald Pfeifer
|
575d89445c
|
configure: Add -lXau to NASLIBS if applicable to obtain XauGetBestAuthByAddr and XauDisposeAuth.
|
2007-03-26 14:55:39 +02:00 |
Alessandro Pignotti
|
6406a203c8
|
dplayx: Fixes the order of GUID initialization and storage.
|
2007-03-26 14:55:02 +02:00 |
Laurent Vromman
|
aaf74d9f64
|
gdi32: WidenPath partial implementation.
|
2007-03-26 14:54:56 +02:00 |
Kai Blin
|
936662094f
|
netapi32/tests: Make NetGetUserInfo checks language independent.
|
2007-03-26 14:24:23 +02:00 |
Kai Blin
|
1daf9a1e51
|
netapi32: Implement NetUserChangePassword.
|
2007-03-26 14:24:09 +02:00 |
Kai Blin
|
2207f20b5f
|
netapi32: Implement NetUserDel.
|
2007-03-26 14:23:53 +02:00 |
Kai Blin
|
5934c2c9b1
|
netapi32: Implement NetUserAdd with a dummy user database.
|
2007-03-26 14:23:43 +02:00 |
Kai Blin
|
9ab9886821
|
netapi32/test: Test the username and password length limits.
|
2007-03-26 14:22:53 +02:00 |
Piotr Caban
|
47aaf09dc3
|
comctl32: Fixed TreeView_EndEditLabelNow crash.
|
2007-03-26 12:34:27 +02:00 |
Dmitry Timoshkov
|
826e937a81
|
gdi32: Implement GdiGetCodePage.
|
2007-03-26 12:30:29 +02:00 |
Chris Robinson
|
908cc50e23
|
quartz: Propogate transform filter errors upstream.
|
2007-03-26 12:30:13 +02:00 |
Chris Robinson
|
f5400a2851
|
quartz: Store the current reference time with the PullPin.
|
2007-03-26 12:30:09 +02:00 |
Chris Robinson
|
57400724b6
|
quartz: Implement volume and pan control for DSoundRenderer.
|
2007-03-26 12:30:04 +02:00 |
Chris Robinson
|
a7151d8851
|
quartz: Make DSoundRender_Run start the playback buffer.
|
2007-03-26 12:29:58 +02:00 |
Hans Leidekker
|
f86ff01d9b
|
shell32: Add a stub implementation for SHPathPrepareForWrite{A, W}.
|
2007-03-26 12:21:35 +02:00 |
Hans Leidekker
|
65c76849a7
|
ntdll: Fully initialize the security descriptor returned from RtlSelfRelativeToAbsoluteSD.
Debugged by Anastasius Focht.
|
2007-03-26 12:21:30 +02:00 |
Hans Leidekker
|
e834f8a2b0
|
mpr: Add a stub implementation for WNetGetUniversalNameA.
|
2007-03-26 12:21:21 +02:00 |
Hans Leidekker
|
82c1540344
|
mpr: Fix buffer size calculation in WNetGetUniversalNameW.
|
2007-03-26 12:21:09 +02:00 |
Paul Vriens
|
03d637a305
|
oleaut32/tests: Use skip.
|
2007-03-26 12:20:58 +02:00 |
Paul Vriens
|
20291e082c
|
shlwapi/path: Proper use of GetProcessHeap().
|
2007-03-26 12:20:53 +02:00 |
Andrew Talbot
|
a85b3c9f71
|
ws2_32: Replace inline static with static inline.
|
2007-03-26 12:20:44 +02:00 |
Andrew Talbot
|
3c78748cc1
|
winmm: Replace inline static with static inline.
|
2007-03-26 12:20:10 +02:00 |
Andrew Talbot
|
57746f9592
|
wininet: Replace inline static with static inline.
|
2007-03-26 12:20:03 +02:00 |
Andrew Talbot
|
7e0137da53
|
wintab32: Replace inline static with static inline.
|
2007-03-26 12:19:46 +02:00 |
Andrew Talbot
|
0810a92353
|
shlwapi: Replace inline static with static inline.
|
2007-03-26 12:19:40 +02:00 |
Andrew Talbot
|
7c6ef46cb9
|
include: Replace inline static with static inline.
|
2007-03-26 12:19:34 +02:00 |
Alexandre Julliard
|
73e0e8bf17
|
server: A named pipe wait can be satisfied by an idle pipe server too.
|
2007-03-23 14:03:23 +01:00 |
Alexandre Julliard
|
c0fca0a186
|
ntdll: Avoid overwriting the result of the async I/O callback in NtFsControlFile.
|
2007-03-23 14:02:13 +01:00 |
Alexandre Julliard
|
ad3faa829c
|
kernel32: Fixed timeout calculation in WaitNamedPipe.
|
2007-03-23 13:06:44 +01:00 |
Andrew Talbot
|
94ebade2c3
|
comctl32: Constify some variables.
|
2007-03-23 13:04:50 +01:00 |