Commit Graph

53259 Commits (27a537d13fa849f9b91759b44b12a31366ba14f1)
 

Author SHA1 Message Date
Ricardo Filipe 27a537d13f include: Add DEVNODEID and DEVINSTID definitions. 2008-12-19 17:48:24 +01:00
Francois Gouget f36172ff14 winealsa.drv: Fix the m[io]dMessage() documentation. 2008-12-19 17:45:32 +01:00
Francois Gouget 2b8b8b837c wineoss.drv: Fix the m[io]dMessage() documentation. 2008-12-19 17:45:29 +01:00
Francois Gouget c36c161ce6 wintrust/tests: Add a trailing '\n' to ok() calls. 2008-12-19 17:45:25 +01:00
Juan Lang 472f1bf508 cryptui: Partially implement CryptUIDlgViewContext. 2008-12-19 17:45:19 +01:00
Juan Lang deaf539f47 include: Document definitions missing from cryptuiapi.h. 2008-12-19 17:45:10 +01:00
Lei Zhang d17609ad92 quartz: Ignore unknown chunks when parsing AVI headers. 2008-12-19 17:44:43 +01:00
Vincent Povirk 7ef7d975e4 shell32: Use ShellExecuteEx to create error dialogs for the run dialog. 2008-12-19 17:41:28 +01:00
Vincent Povirk 47298e25a1 shell32: Use ShellExecuteEx instead of ShellExecute in the run dialog. 2008-12-19 17:41:21 +01:00
Vincent Povirk 5c24f70c8b shell32: Display error messages in ShellExecuteEx. 2008-12-19 17:41:15 +01:00
Vincent Povirk 0a2ffa08f5 shell32: Use the NO_UI flag in ShellExecute.
In my testing on Windows, I wasn't able to make ShellExecute display
any error dialogs.
2008-12-19 17:41:11 +01:00
Vincent Povirk 061fb815d6 shell32: Fix a memory leak in the run dialog code. 2008-12-19 17:41:02 +01:00
Juan Lang 96a95bba25 cryptui: Refresh tabs in response to cert properties changes being applied. 2008-12-19 17:39:48 +01:00
Juan Lang 11e7701696 cryptui: Apply changes to enabled usages in response to applying the edit cert properties dialog. 2008-12-19 17:39:21 +01:00
Juan Lang 2d2aafbcfa cryptui: Set cert friendly name and description in response to applying the edit cert properties dialog. 2008-12-19 17:39:15 +01:00
Juan Lang ef8d6d8a96 cryptui: Toggle a usage when it's clicked. 2008-12-19 17:39:08 +01:00
Juan Lang a958c27cdd cryptui: Validate OID in add purpose dialog. 2008-12-19 17:39:02 +01:00
Juan Lang a0ae811ecc cryptui: Show/hide add purpose OID's scrollbar depending on how much text it has. 2008-12-19 17:38:55 +01:00
Juan Lang 356596561c cryptui: Add an add purpose dialog. 2008-12-19 17:38:49 +01:00
Juan Lang 3c7e95ee39 cryptui: Set purpose selection radio button based on enhanced key usage value. 2008-12-19 17:38:07 +01:00
Juan Lang a45c2484e0 cryptui: Redraw purposes list based on purpose selection. 2008-12-19 17:38:02 +01:00
Juan Lang 0bb4f7e3c4 cryptui: Show a cert's allowed usages in cert properties dialog. 2008-12-19 17:37:55 +01:00
Juan Lang c489ce31ba cryptui: Show/hide description's scrollbar depending on how much text it has. 2008-12-19 17:37:38 +01:00
Juan Lang 53fc5b850d cryptui: Show cert's friendly name and description in edit properties dialog. 2008-12-19 17:37:31 +01:00
Juan Lang 7153a6fb87 cryptui: Add (empty) edit cert properties dialog. 2008-12-19 17:37:24 +01:00
Juan Lang 63be2a038e cryptui: Show cert when it's double-clicked in the hierarchy page. 2008-12-19 17:37:15 +01:00
Juan Lang 93f4c49ea5 cryptui: Remove code duplication in formatting an enhanced key usage value. 2008-12-19 17:37:07 +01:00
Paul Vriens d743ff8815 msvfw32/tests: Fix a test failure on W2K3. 2008-12-19 17:36:36 +01:00
Juan Lang a29ba27361 crypt32: Make a function static. 2008-12-19 17:36:36 +01:00
Nikolay Sivov 0eeb042067 ole32: Make OleSetClipboard affected by previous OleInitialize() calls. 2008-12-19 17:36:36 +01:00
Christian Costa c983cd6423 winealsa.drv: Initialize correctly the header before adding it to the queue. 2008-12-19 17:36:35 +01:00
Andrew Talbot ebf3a680c7 jscript: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
Andrew Talbot a1e31e580e kernel32: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
Andrew Talbot c1526fd33a msvcr71: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
Andrew Talbot bebbc4b780 msvcrt40: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
Andrew Talbot 96d7c6e2ea ole32: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
Hwang YunSong(황윤성) a4a64dc6ef oleview: Updated Korean resource. 2008-12-19 17:36:35 +01:00
Stefan Dösinger 690cbe76ac wined3d: Make pixelshaders disable fog properly.
This is a first step towards cleaning up the fog mess. The fog
parameter is added to the pixelshader compile args structure. That way
multiple pshaders are compiled for different fog settings, and the
pixel shader can remove the fog line if fog is not enabled. That way
we don't need special fog start and end settings, and this allows us
to implement EXP and EXP2 fog in the future too.
2008-12-19 17:17:16 +01:00
Stefan Dösinger 7d92b54a97 wined3d: Use the ps_compile_args struct in glsl. 2008-12-19 17:17:04 +01:00
Stefan Dösinger 20189eb4f8 wined3d: Make use of ps_compile_args in arb shader. 2008-12-19 17:16:56 +01:00
Stefan Dösinger 30d542c3dd wined3d: Make use of the ps_compile_args structure in glsl_shader.
Only a first step, many more occasions need fixing. This is an easy
one though.
2008-12-19 17:16:50 +01:00
Stefan Dösinger 61e581abb4 wined3d: Pass the ps_compile_args structures to the shader generation code. 2008-12-19 17:16:39 +01:00
Paul Vriens 936bec69cf wintrust/tests: Don't crash on NT4 and W2K. 2008-12-19 17:16:31 +01:00
Paul Vriens ff833ee255 wintrust/tests: Fix test crash on Win9x. 2008-12-19 17:16:26 +01:00
Paul Vriens 5e66808ad3 riched20/tests: Fix tests on Win9x by using A-calls. 2008-12-19 17:16:19 +01:00
Hans Leidekker 50d76df1ea wintrust: Implement CryptCATAdminCalcHashFromFileHandle.
Based on work done by Maarten Lankhorst.
2008-12-19 17:16:12 +01:00
Jörg Höhle cda8e4410a winecfg: Prevent crash when clearing volume serial number input. 2008-12-18 14:53:55 +01:00
Paul Vriens 061302483f quartz/tests: Fix test failures on Win9x by using A-functions. 2008-12-18 14:53:12 +01:00
Hans Leidekker a35a09b462 mscat32: Forward more functions to wintrust. 2008-12-18 14:52:49 +01:00
Hans Leidekker b8bb31dc34 wintrust: Add tests for adding and removing catalog files. 2008-12-18 14:52:40 +01:00