Commit Graph

30471 Commits

Author SHA1 Message Date
Juan Lang ec1ef77b26 winex11.drv: Don't deadlock if GL init fails. 2006-09-29 14:43:00 +02:00
Detlef Riekenberg 32378f7c83 winedump: Remove the shell script reference from the man-page. 2006-09-29 14:42:27 +02:00
Mikołaj Zalewski c7d034219e comctl32: toolbar: Small fix in TOOLBAR_StyleChanged. 2006-09-29 14:42:20 +02:00
Mikołaj Zalewski 764c5b3b35 comctl32: toolbar: Set correcly hwndTrack in TrackMouseEvent call. 2006-09-29 14:42:08 +02:00
Mikołaj Zalewski bfaa34c0d6 msvfw32: Add Polish translation. 2006-09-29 14:42:01 +02:00
Mikołaj Zalewski 8ff6bfddb0 gphoto2.ds: Use SS_CENTER to center a dialog string. 2006-09-29 14:41:55 +02:00
Mikołaj Zalewski 72baa2d4b1 gphoto2.ds: Add Polish translation. 2006-09-29 14:41:48 +02:00
Mikołaj Zalewski 1be963e658 sane.ds: Use SS_CENTER to center a dialog string. 2006-09-29 14:41:41 +02:00
Mikołaj Zalewski 5543877f81 sane.ds: Add Polish translation. 2006-09-29 14:41:27 +02:00
Juan Lang 3fdd3398a2 wincrypt.h: Fix a typo. 2006-09-29 14:41:22 +02:00
Juan Lang 51f24d4170 rsaenh: Correct signature checking.
- pass desired key to encrypt_block_impl
- don't change the alg id of imported keys
- add a few traces
2006-09-29 14:41:15 +02:00
Paul Vriens c5ae39a3df crypt32: Added some CryptSIP stub implementations. 2006-09-29 14:41:00 +02:00
Hans Leidekker 578260745a usp10: Add a stub implementation and a test for ScriptLayout. 2006-09-29 14:40:53 +02:00
Alexandre Julliard 6fa9343b04 Release 0.9.22. 2006-09-28 19:35:07 +02:00
Andrey Turkin 63f88b3d57 ole32: StgOpenStorage on non-existent file should create it (with test). 2006-09-28 14:14:59 +02:00
Andrew Talbot b19c98481a shlwapi: Add size parameters to function that takes array arguments. 2006-09-28 14:07:15 +02:00
Thomas Weidenmueller bc0f9c49b0 rpcrt4: Fix RpcMgmtSetServerStackSize prototype. 2006-09-28 14:03:50 +02:00
Paul Vriens 93c37404f4 crypt32: A small test to verify when to write function pointers. 2006-09-28 13:57:21 +02:00
Detlef Riekenberg ecb97fc24c localspl/tests: Add initial test. 2006-09-28 13:48:29 +02:00
Benjamin Arai 493bc6b875 clusapi: Implement stub dll for clusapi. 2006-09-28 13:22:40 +02:00
James Hawkins cabc7ee1ae msi: Follow state resolution rules when a feature parent saves a component. 2006-09-28 13:20:31 +02:00
James Hawkins d83aa64c57 msi: A feature state of INSTALLSTATE_ABSENT translates into a component state of INSTALLSTATE_UNKNOWN. 2006-09-28 12:55:45 +02:00
Juan Lang 4f11b1af28 crypt32: Implement CertGetPublicKeyLength. 2006-09-28 12:23:48 +02:00
Dmitry Timoshkov ddfba2b459 gdi32: Make GdiFont a proper C structure, with GdiFont* being a pointer. 2006-09-28 12:23:42 +02:00
Marcus Meissner 57a04062fe ntdll: Align stack to 4 bytes. 2006-09-28 12:23:32 +02:00
Detlef Riekenberg 26c5839d61 localspl: Start implementation of InitializePrintMonitor. 2006-09-28 11:56:57 +02:00
Hwang YunSong(황윤성) a981d9c361 regedit: Updated Korean Resource. 2006-09-28 11:56:42 +02:00
Hwang YunSong(황윤성) 2b4a76001f winmm: Updated Korean resource. 2006-09-28 11:56:37 +02:00
Stefan Dösinger ab8264a86d wined3d: Tell gl about the surface alignment. 2006-09-28 11:56:29 +02:00
Andrew Talbot 906e637748 shdocvw: Cast-qual warnings fix. 2006-09-28 11:56:22 +02:00
Andrew Talbot 9c78a93e96 secur32: Cast-qual warnings fix. 2006-09-28 11:56:15 +02:00
Huw Davies fead72e8a7 ole32: Don't return from CoRegisterClassObject until we have created the named pipe.
Also don't fail if the client connects to the pipe between CreateNamedPipe and ConnectNamedPipe.
2006-09-28 11:56:08 +02:00
Robert Shearman 1f854b2024 include: Add types to objidl.idl used by COM contexts. 2006-09-28 11:56:03 +02:00
Robert Shearman cc21d23539 oleaut32: Make sure to free the allocated vtable when the tmarshal proxy is released. 2006-09-28 11:56:00 +02:00
Robert Shearman 3721bf60bb ole32: Check the return value of IStream_SetSize so as to not blindly continue on and possibly corrupt the structured storage file. 2006-09-28 11:55:56 +02:00
Robert Shearman 5881d91cfc ntdll: Avoid crashing in check_atl_thunk if an execution exception was raised with a bad address. 2006-09-28 11:55:50 +02:00
Robert Shearman c88bbd8092 ntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH fails with STATUS_NOT_SUPPORTED on Win2000 instead of STATUS_INVALID_PARAMETER. 2006-09-28 11:55:45 +02:00
Robert Shearman f9e12a1001 include: Add recently added PSDK VM flags to winnt.h. 2006-09-28 11:55:39 +02:00
Dmitry Timoshkov 98b2e55b5c gdi32: Modify kerning scaling algorithm to the one which appears to better match what Windows does. 2006-09-28 11:55:34 +02:00
Jacek Caban 8b125182c1 mshtml: Added get_readyState implementation. 2006-09-28 11:55:23 +02:00
Jacek Caban 5c7078b268 mshtml: Remove conflicts between resource.h and mshtmcid.h. 2006-09-28 11:55:20 +02:00
Alexandre Julliard 335144dc04 ole32/tests: Avoid using sizeof in a trace. 2006-09-27 20:54:05 +02:00
Alexandre Julliard dba338f2e6 d3d9/tests: Don't test texture states beyond the supported maximum. 2006-09-27 20:53:01 +02:00
Mikołaj Zalewski 5db5744c5b comctl32: toolbar: Test and fix TB_ADDSTRING from resource. 2006-09-27 20:21:00 +02:00
Jan Zerebecki 10d13b2186 wined3d: Fix typo in ResourceReleased. 2006-09-27 20:20:54 +02:00
Paul Vriens 946f3ee10a crypt32: Partly implement CryptSIPRetrieveSubjectGuid. 2006-09-27 20:10:32 +02:00
Saulius Krasuckas d43595fe32 lz32/tests: Fix some typos in error messages. 2006-09-27 19:53:50 +02:00
Ivan Gyurdiev 42a9262acf wined3d: Read GL info and load constants into the same device. 2006-09-27 19:53:43 +02:00
Ivan Gyurdiev d0032a1a2a wined3d: Move device pointer into the BaseShader class. 2006-09-27 19:44:09 +02:00
Juan Lang afbe00a85e netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW. 2006-09-27 18:19:44 +02:00