Markus Amsler
|
5c4008719c
|
d3d: Remove AddRef from IWineD3DDevice_GetIndices.
|
2006-11-22 11:40:43 +01:00 |
Markus Amsler
|
16b1e046d8
|
d3d: Remove AddRef from IWineD3DDevice_GetStreamSource.
|
2006-11-22 11:40:37 +01:00 |
Markus Amsler
|
274df6ef88
|
d3d: Remove AddRef from IWineD3DDevice_GetTexture.
|
2006-11-22 11:40:31 +01:00 |
Markus Amsler
|
18546a65e6
|
d3d: Remove AddRef from IWineD3DDevice_GetDepthStencilSurface.
|
2006-11-22 11:40:24 +01:00 |
Markus Amsler
|
a7518f6f54
|
d3d: Remove AddRef from IWineD3DDevice_GetRenderTarget.
|
2006-11-22 11:40:05 +01:00 |
Markus Amsler
|
478a414e58
|
d3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.
|
2006-11-22 11:39:52 +01:00 |
Markus Amsler
|
167b83c28a
|
d3d: Remove AddRef from IWineD3DDevice_GetDirect3D.
|
2006-11-22 11:39:39 +01:00 |
Mike McCormack
|
b1a16d978d
|
msi: Only wait for custom actions that don't have msidbCustomActionTypeContinue specified.
|
2006-11-22 11:39:25 +01:00 |
Mike McCormack
|
2a95a8ae78
|
msi: Split process_action_return_value into two different functions.
|
2006-11-22 11:39:21 +01:00 |
Mike McCormack
|
eb16fd5198
|
msi: Remove an unused parameter.
|
2006-11-22 11:39:16 +01:00 |
Dmitry Timoshkov
|
53cf91bced
|
user32: Restore the len == 0 check which got lost in a previous patch.
|
2006-11-22 11:39:11 +01:00 |
Huw Davies
|
8519a6c49e
|
ole32: Spelling fixes.
|
2006-11-22 11:39:03 +01:00 |
Huw Davies
|
1f34fdffee
|
ole32: CoGetInterfaceAndReleaseStream shouldn't crash when passed a NULL stream.
|
2006-11-22 11:38:57 +01:00 |
Marcus Meissner
|
267e660bd6
|
shell32: Pass number of wide chars, not bytes as last argument to MBtoWC().
|
2006-11-22 11:38:46 +01:00 |
Rob Shearman
|
06dd3efe2f
|
rpcrt4: RPC_C_AUTHN_LEVEL_NONE and RPC_C_AUTHN_LEVEL_DEFAULT are
handled at the binding level now instead of the message level, so
remove this special handling in RPCRT4_Send.
|
2006-11-22 11:37:15 +01:00 |
Rob Shearman
|
20c53a77e2
|
rpcrt4: Allow applications to specify authentication levels other than connect in RpcBindingSetAuthInfoA/W.
Map the default authentication level and service to sane values.
Don't create an RpcAuthInfo object if RPC_C_AUTHN_LEVEL_NONE is specified.
|
2006-11-22 11:37:08 +01:00 |
Alexandre Julliard
|
881095d720
|
ntdll: Setting the needs_close flag in server_get_unix_fd got lost in the previous change.
|
2006-11-21 22:38:51 +01:00 |
Dmitry Timoshkov
|
a7c1b0e0c6
|
user32: Add a rudimentary WM_SETFONT message test for the static control, make it pass under Wine.
|
2006-11-21 15:03:11 +01:00 |
Alexandre Julliard
|
10c3a4db67
|
comctl32: Remove invalid NULL check.
|
2006-11-21 12:40:39 +01:00 |
Paul Vriens
|
b75f36595f
|
ntdll: Remove unused variables.
|
2006-11-21 12:39:29 +01:00 |
Paul Vriens
|
d2218eb998
|
ntdll: Use intended variable.
|
2006-11-21 12:39:23 +01:00 |
Paul Vriens
|
8896cb8e37
|
ntdll: Remove tests that crash on XP and W2K3.
|
2006-11-21 12:39:16 +01:00 |
Paul Vriens
|
b3df6da417
|
ntdll: Remove unused variables.
|
2006-11-21 12:39:09 +01:00 |
Paul Vriens
|
409b7e3edf
|
ntdll: Remove tests that crash on XP and W2K3.
|
2006-11-21 12:39:02 +01:00 |
Vitaliy Margolen
|
8b7661bdd8
|
winecfg: Remove some old dead code and associated language resources.
|
2006-11-21 12:38:52 +01:00 |
Vitaliy Margolen
|
05777166b8
|
winecfg: Update Russian translation.
|
2006-11-21 12:38:49 +01:00 |
Matthew Kehrer
|
ce2f176275
|
mshtml: Add basic support for ITimer interface.
|
2006-11-21 12:16:54 +01:00 |
Dmitry Timoshkov
|
3a7bd67479
|
user32: Add support for DdeEnableCallback(EC_DISABLE) command.
|
2006-11-21 12:16:27 +01:00 |
Mike McCormack
|
5b670b68f2
|
riched20: Simplify an array size calculation.
|
2006-11-21 12:16:10 +01:00 |
Mike McCormack
|
5b8fdad920
|
msi: Fix use of integer fields in MsiFormatRecord.
|
2006-11-21 12:16:05 +01:00 |
Mike McCormack
|
8f20756068
|
msi: Test MsiRecordGetString on an integer record fields with a NULL output buffer.
|
2006-11-21 12:15:59 +01:00 |
Mike McCormack
|
99129d20a6
|
msi: Add a test for formatting records with strings.
|
2006-11-21 12:15:55 +01:00 |
Mike McCormack
|
ed663fe216
|
msi: Don't access the list of controls after the dialog is destroyed.
|
2006-11-21 12:14:44 +01:00 |
Mike McCormack
|
6a2fb05451
|
msi: Create a function to free control data.
|
2006-11-21 12:14:34 +01:00 |
Mike McCormack
|
fbfc221a77
|
msi: Fix an access after freeing memory.
|
2006-11-21 12:14:31 +01:00 |
Alexander Nicolaysen Sørnes
|
179b294138
|
wineconsole: Updated Norwegian Bokmål translation.
|
2006-11-21 12:14:24 +01:00 |
Alexander Nicolaysen Sørnes
|
99d760a136
|
regedit: Updated Norwegian Bokmål translation.
|
2006-11-21 12:14:19 +01:00 |
Dmitry Timoshkov
|
056a9404a8
|
user32: Add some optional messages to the button message test.
|
2006-11-21 12:14:04 +01:00 |
Huw Davies
|
a6e2fe5ae3
|
comctl32: Set the result to IDOK on 'Finish'.
|
2006-11-21 12:13:58 +01:00 |
Alexandre Julliard
|
9385309461
|
winecfg: Don't try to load the arts driver, the arts library is too buggy.
|
2006-11-21 12:13:27 +01:00 |
Vitaliy Margolen
|
38d5130b5c
|
winecfg: Add ability to change colors and non-client sizes.
|
2006-11-21 12:12:21 +01:00 |
Vitaliy Margolen
|
96aee365d0
|
winecfg: Move controls on "Desktop Integration" tab to make more room for the next patch.
|
2006-11-21 12:10:20 +01:00 |
Alexandre Julliard
|
a902632483
|
ntdll: Don't bother with async I/O on regular files.
|
2006-11-20 14:15:43 +01:00 |
Alexandre Julliard
|
83ce958793
|
ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
|
2006-11-20 14:15:06 +01:00 |
Alexandre Julliard
|
8930427b21
|
server: Return an fd type in the get_handle_fd request.
|
2006-11-20 14:14:04 +01:00 |
Alexander Nicolaysen Sørnes
|
0427c0ded3
|
Updated Norwegian Bokmål translations.
|
2006-11-20 12:03:44 +01:00 |
Ken Thomases
|
9124858b08
|
winex11.drv: Correct the count of characters matching with layout.
|
2006-11-20 12:00:17 +01:00 |
Ken Thomases
|
89bdf03989
|
winex11.drv: Enable code for picking layout-independent vkey as second pass.
|
2006-11-20 12:00:10 +01:00 |
Ken Thomases
|
c7ffd04be7
|
winex11.drv: Changed indenting of some dead code.
|
2006-11-20 12:00:02 +01:00 |
Ken Thomases
|
fac3dc6075
|
winex11.drv: Move some dead code from inside a loop to just after the loop.
|
2006-11-20 11:59:54 +01:00 |