wine
17 years agowrc: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 29 Sep 2006 19:32:48 +0000 (21:32 +0200)] 
wrc: Win64 printf format warning fixes.

17 years agoserver: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 29 Sep 2006 19:32:32 +0000 (21:32 +0200)] 
server: Win64 printf format warning fixes.

17 years agouser32: Stub implementation of BlockInput.
Jason Green [Fri, 29 Sep 2006 16:59:11 +0000 (12:59 -0400)] 
user32: Stub implementation of BlockInput.

17 years agod3d9: Tweak a buffer declaration to fix the compilation with Visual C++.
Francois Gouget [Fri, 29 Sep 2006 11:06:42 +0000 (13:06 +0200)] 
d3d9: Tweak a buffer declaration to fix the compilation with Visual C++.

17 years agoriched20: Tweak a buffer declaration to fix the compilation with Visual C++.
Francois Gouget [Fri, 29 Sep 2006 11:06:22 +0000 (13:06 +0200)] 
riched20: Tweak a buffer declaration to fix the compilation with Visual C++.

17 years agorpcrt4: Don't return void values. This fixes Visual C++ warnings.
Francois Gouget [Fri, 29 Sep 2006 11:05:24 +0000 (13:05 +0200)] 
rpcrt4: Don't return void values. This fixes Visual C++ warnings.

17 years agoddraw: Only perform the screen resolution changing tests in interactive mode.
Francois Gouget [Fri, 29 Sep 2006 11:03:40 +0000 (13:03 +0200)] 
ddraw: Only perform the screen resolution changing tests in interactive mode.

17 years agooleaut32: Fixed compilation in the nameless union case.
Francois Gouget [Fri, 29 Sep 2006 10:52:22 +0000 (12:52 +0200)] 
oleaut32: Fixed compilation in the nameless union case.

17 years agoAdd missing '\n's to ok() calls.
Francois Gouget [Fri, 29 Sep 2006 10:46:42 +0000 (12:46 +0200)] 
Add missing '\n's to ok() calls.

17 years agodsound: Don't use state.buffer_size before it has been initialized.
Francois Gouget [Fri, 29 Sep 2006 10:45:02 +0000 (12:45 +0200)] 
dsound: Don't use state.buffer_size before it has been initialized.

17 years agourlmon: Fix the case of the BINDINFO.cbstgmedData field. Fixes the htmldoc test compi...
Francois Gouget [Fri, 29 Sep 2006 10:42:10 +0000 (12:42 +0200)] 
urlmon: Fix the case of the BINDINFO.cbstgmedData field. Fixes the htmldoc test compilation on Windows.

17 years agoddraw: Fix comparefloat() so it compiles with Visual C++ when given a negative value.
Francois Gouget [Fri, 29 Sep 2006 10:51:58 +0000 (12:51 +0200)] 
ddraw: Fix comparefloat() so it compiles with Visual C++ when given a negative value.

17 years agomsvcmaker: The msvcrt tests need '..' in the include path.
Francois Gouget [Fri, 29 Sep 2006 10:53:54 +0000 (12:53 +0200)] 
msvcmaker: The msvcrt tests need '..' in the include path.

17 years agoole32: Fix invalid macro usage.
Francois Gouget [Fri, 29 Sep 2006 10:53:19 +0000 (12:53 +0200)] 
ole32: Fix invalid macro usage.

17 years agowincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the...
Francois Gouget [Fri, 29 Sep 2006 10:50:21 +0000 (12:50 +0200)] 
wincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the MSVC case.

17 years agosecur32: Only include secext.h when asked to.
Francois Gouget [Fri, 29 Sep 2006 10:45:59 +0000 (12:45 +0200)] 
secur32: Only include secext.h when asked to.

17 years agoFix rpcndr.h so it takes CONST_VTABLE into account.
Francois Gouget [Fri, 29 Sep 2006 10:45:44 +0000 (12:45 +0200)] 
Fix rpcndr.h so it takes CONST_VTABLE into account.

Define CONST_VTABLE in the tests that need it. This fixes many Visual C++ warnings.

17 years agowidl: Use CONST_VTBL to declare lpVtbl.
Francois Gouget [Fri, 29 Sep 2006 10:45:18 +0000 (12:45 +0200)] 
widl: Use CONST_VTBL to declare lpVtbl.

17 years agoAssorted spelling fixes.
Francois Gouget [Thu, 28 Sep 2006 19:03:22 +0000 (21:03 +0200)] 
Assorted spelling fixes.

17 years ago"One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from...
Michael Stefaniuc [Thu, 28 Sep 2006 23:19:00 +0000 (01:19 +0200)] 
"One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int.

17 years agodebug.h, test.h: Temporary add ifdefs around some printfs to avoid format.
Michael Stefaniuc [Thu, 28 Sep 2006 23:18:51 +0000 (01:18 +0200)] 
debug.h, test.h: Temporary add ifdefs around some printfs to avoid format.

17 years agoinclude: Make DWORD/LONG/ULONG an int to use the same type in Win32 and Win64.
Michael Stefaniuc [Thu, 28 Sep 2006 23:18:35 +0000 (01:18 +0200)] 
include: Make DWORD/LONG/ULONG an int to use the same type in Win32 and Win64.

17 years agoAdd a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
Michael Stefaniuc [Thu, 28 Sep 2006 23:18:18 +0000 (01:18 +0200)] 
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.

17 years agomsi: Return to the parent dialog when the argument to the EndDialog event is Return.
James Hawkins [Thu, 28 Sep 2006 23:20:40 +0000 (16:20 -0700)] 
msi: Return to the parent dialog when the argument to the EndDialog event is Return.

17 years agoshell32: Cast-qual warnings fix.
Andrew Talbot [Thu, 28 Sep 2006 22:16:09 +0000 (23:16 +0100)] 
shell32: Cast-qual warnings fix.

17 years agoshell32: Cast-qual warnings fix.
Andrew Talbot [Thu, 28 Sep 2006 22:15:24 +0000 (23:15 +0100)] 
shell32: Cast-qual warnings fix.

17 years agoshell32: Cast-qual warnings fix.
Andrew Talbot [Thu, 28 Sep 2006 22:14:30 +0000 (23:14 +0100)] 
shell32: Cast-qual warnings fix.

17 years agoshell32: Cast-qual warnings fix.
Andrew Talbot [Thu, 28 Sep 2006 22:13:35 +0000 (23:13 +0100)] 
shell32: Cast-qual warnings fix.

17 years agowinex11.drv: Fix typo that confuses winapi_check.
Alexandre Julliard [Fri, 29 Sep 2006 12:43:59 +0000 (14:43 +0200)] 
winex11.drv: Fix typo that confuses winapi_check.

17 years agowinex11.drv: Don't deadlock if GL init fails.
Juan Lang [Fri, 29 Sep 2006 00:02:42 +0000 (17:02 -0700)] 
winex11.drv: Don't deadlock if GL init fails.

17 years agowinedump: Remove the shell script reference from the man-page.
Detlef Riekenberg [Thu, 28 Sep 2006 19:15:15 +0000 (21:15 +0200)] 
winedump: Remove the shell script reference from the man-page.

17 years agocomctl32: toolbar: Small fix in TOOLBAR_StyleChanged.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:58:19 +0000 (20:58 +0200)] 
comctl32: toolbar: Small fix in TOOLBAR_StyleChanged.

17 years agocomctl32: toolbar: Set correcly hwndTrack in TrackMouseEvent call.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:56:08 +0000 (20:56 +0200)] 
comctl32: toolbar: Set correcly hwndTrack in TrackMouseEvent call.

17 years agomsvfw32: Add Polish translation.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:53:05 +0000 (20:53 +0200)] 
msvfw32: Add Polish translation.

17 years agogphoto2.ds: Use SS_CENTER to center a dialog string.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:51:52 +0000 (20:51 +0200)] 
gphoto2.ds: Use SS_CENTER to center a dialog string.

17 years agogphoto2.ds: Add Polish translation.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:50:36 +0000 (20:50 +0200)] 
gphoto2.ds: Add Polish translation.

17 years agosane.ds: Use SS_CENTER to center a dialog string.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:48:41 +0000 (20:48 +0200)] 
sane.ds: Use SS_CENTER to center a dialog string.

17 years agosane.ds: Add Polish translation.
Mikołaj Zalewski [Thu, 28 Sep 2006 18:41:10 +0000 (20:41 +0200)] 
sane.ds: Add Polish translation.

17 years agowincrypt.h: Fix a typo.
Juan Lang [Thu, 28 Sep 2006 17:57:01 +0000 (10:57 -0700)] 
wincrypt.h: Fix a typo.

17 years agorsaenh: Correct signature checking.
Juan Lang [Thu, 28 Sep 2006 17:50:50 +0000 (10:50 -0700)] 
rsaenh: Correct signature checking.

- pass desired key to encrypt_block_impl
- don't change the alg id of imported keys
- add a few traces

17 years agocrypt32: Added some CryptSIP stub implementations.
Paul Vriens [Thu, 28 Sep 2006 15:16:25 +0000 (17:16 +0200)] 
crypt32: Added some CryptSIP stub implementations.

17 years agousp10: Add a stub implementation and a test for ScriptLayout.
Hans Leidekker [Thu, 28 Sep 2006 15:00:19 +0000 (17:00 +0200)] 
usp10: Add a stub implementation and a test for ScriptLayout.

17 years agoRelease 0.9.22. wine-0.9.22
Alexandre Julliard [Thu, 28 Sep 2006 17:35:07 +0000 (19:35 +0200)] 
Release 0.9.22.

17 years agoole32: StgOpenStorage on non-existent file should create it (with test).
Andrey Turkin [Fri, 22 Sep 2006 02:40:49 +0000 (06:40 +0400)] 
ole32: StgOpenStorage on non-existent file should create it (with test).

17 years agoshlwapi: Add size parameters to function that takes array arguments.
Andrew Talbot [Wed, 27 Sep 2006 18:27:37 +0000 (19:27 +0100)] 
shlwapi: Add size parameters to function that takes array arguments.

17 years agorpcrt4: Fix RpcMgmtSetServerStackSize prototype.
Thomas Weidenmueller [Wed, 27 Sep 2006 13:03:20 +0000 (15:03 +0200)] 
rpcrt4: Fix RpcMgmtSetServerStackSize prototype.

17 years agocrypt32: A small test to verify when to write function pointers.
Paul Vriens [Thu, 28 Sep 2006 10:11:04 +0000 (12:11 +0200)] 
crypt32: A small test to verify when to write function pointers.

17 years agolocalspl/tests: Add initial test.
Detlef Riekenberg [Thu, 28 Sep 2006 09:47:52 +0000 (11:47 +0200)] 
localspl/tests: Add initial test.

17 years agoclusapi: Implement stub dll for clusapi.
Benjamin Arai [Wed, 27 Sep 2006 23:02:35 +0000 (16:02 -0700)] 
clusapi: Implement stub dll for clusapi.

17 years agomsi: Follow state resolution rules when a feature parent saves a component.
James Hawkins [Thu, 28 Sep 2006 02:37:06 +0000 (19:37 -0700)] 
msi: Follow state resolution rules when a feature parent saves a component.

17 years agomsi: A feature state of INSTALLSTATE_ABSENT translates into a component state of...
James Hawkins [Thu, 28 Sep 2006 02:36:16 +0000 (19:36 -0700)] 
msi: A feature state of INSTALLSTATE_ABSENT translates into a component state of INSTALLSTATE_UNKNOWN.

17 years agocrypt32: Implement CertGetPublicKeyLength.
Juan Lang [Thu, 28 Sep 2006 06:07:26 +0000 (23:07 -0700)] 
crypt32: Implement CertGetPublicKeyLength.

17 years agogdi32: Make GdiFont a proper C structure, with GdiFont* being a pointer.
Dmitry Timoshkov [Thu, 28 Sep 2006 06:11:06 +0000 (15:11 +0900)] 
gdi32: Make GdiFont a proper C structure, with GdiFont* being a pointer.

17 years agontdll: Align stack to 4 bytes.
Marcus Meissner [Wed, 27 Sep 2006 20:10:16 +0000 (22:10 +0200)] 
ntdll: Align stack to 4 bytes.

17 years agolocalspl: Start implementation of InitializePrintMonitor.
Detlef Riekenberg [Wed, 27 Sep 2006 21:22:33 +0000 (23:22 +0200)] 
localspl: Start implementation of InitializePrintMonitor.

17 years agoregedit: Updated Korean Resource.
Hwang YunSong(황윤성) [Thu, 28 Sep 2006 00:55:15 +0000 (09:55 +0900)] 
regedit: Updated Korean Resource.

17 years agowinmm: Updated Korean resource.
Hwang YunSong(황윤성) [Thu, 28 Sep 2006 00:53:57 +0000 (09:53 +0900)] 
winmm: Updated Korean resource.

17 years agowined3d: Tell gl about the surface alignment.
Stefan Dösinger [Wed, 27 Sep 2006 22:12:34 +0000 (00:12 +0200)] 
wined3d: Tell gl about the surface alignment.

17 years agoshdocvw: Cast-qual warnings fix.
Andrew Talbot [Wed, 27 Sep 2006 21:46:43 +0000 (22:46 +0100)] 
shdocvw: Cast-qual warnings fix.

17 years agosecur32: Cast-qual warnings fix.
Andrew Talbot [Wed, 27 Sep 2006 19:03:31 +0000 (20:03 +0100)] 
secur32: Cast-qual warnings fix.

17 years agoole32: Don't return from CoRegisterClassObject until we have created the named pipe.
Huw Davies [Wed, 27 Sep 2006 15:23:42 +0000 (16:23 +0100)] 
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.

17 years agoinclude: Add types to objidl.idl used by COM contexts.
Robert Shearman [Wed, 27 Sep 2006 14:51:18 +0000 (15:51 +0100)] 
include: Add types to objidl.idl used by COM contexts.

17 years agooleaut32: Make sure to free the allocated vtable when the tmarshal proxy is released.
Robert Shearman [Wed, 27 Sep 2006 14:51:26 +0000 (15:51 +0100)] 
oleaut32: Make sure to free the allocated vtable when the tmarshal proxy is released.

17 years agoole32: Check the return value of IStream_SetSize so as to not blindly continue on...
Robert Shearman [Wed, 27 Sep 2006 14:51:13 +0000 (15:51 +0100)] 
ole32: Check the return value of IStream_SetSize so as to not blindly continue on and possibly corrupt the structured storage file.

17 years agontdll: Avoid crashing in check_atl_thunk if an execution exception was raised with...
Robert Shearman [Wed, 27 Sep 2006 14:51:07 +0000 (15:51 +0100)] 
ntdll: Avoid crashing in check_atl_thunk if an execution exception was raised with a bad address.

17 years agontdll: NtAllocateVirtual with type of MEM_WRITE_WATCH fails with STATUS_NOT_SUPPORTED...
Robert Shearman [Wed, 27 Sep 2006 14:50:35 +0000 (15:50 +0100)] 
ntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH fails with STATUS_NOT_SUPPORTED on Win2000 instead of STATUS_INVALID_PARAMETER.

17 years agoinclude: Add recently added PSDK VM flags to winnt.h.
Robert Shearman [Wed, 27 Sep 2006 14:50:04 +0000 (15:50 +0100)] 
include: Add recently added PSDK VM flags to winnt.h.

17 years agogdi32: Modify kerning scaling algorithm to the one which appears to better match...
Dmitry Timoshkov [Wed, 27 Sep 2006 14:43:23 +0000 (23:43 +0900)] 
gdi32: Modify kerning scaling algorithm to the one which appears to better match what Windows does.

17 years agomshtml: Added get_readyState implementation.
Jacek Caban [Wed, 27 Sep 2006 14:37:36 +0000 (16:37 +0200)] 
mshtml: Added get_readyState implementation.

17 years agomshtml: Remove conflicts between resource.h and mshtmcid.h.
Jacek Caban [Wed, 27 Sep 2006 14:36:19 +0000 (16:36 +0200)] 
mshtml: Remove conflicts between resource.h and mshtmcid.h.

17 years agoole32/tests: Avoid using sizeof in a trace.
Alexandre Julliard [Wed, 27 Sep 2006 18:54:05 +0000 (20:54 +0200)] 
ole32/tests: Avoid using sizeof in a trace.

17 years agod3d9/tests: Don't test texture states beyond the supported maximum.
Alexandre Julliard [Wed, 27 Sep 2006 18:53:01 +0000 (20:53 +0200)] 
d3d9/tests: Don't test texture states beyond the supported maximum.

17 years agocomctl32: toolbar: Test and fix TB_ADDSTRING from resource.
Mikołaj Zalewski [Tue, 26 Sep 2006 19:30:26 +0000 (21:30 +0200)] 
comctl32: toolbar: Test and fix TB_ADDSTRING from resource.

17 years agowined3d: Fix typo in ResourceReleased.
Jan Zerebecki [Mon, 25 Sep 2006 09:54:14 +0000 (11:54 +0200)] 
wined3d: Fix typo in ResourceReleased.

17 years agocrypt32: Partly implement CryptSIPRetrieveSubjectGuid.
Paul Vriens [Wed, 27 Sep 2006 06:00:15 +0000 (08:00 +0200)] 
crypt32: Partly implement CryptSIPRetrieveSubjectGuid.

17 years agolz32/tests: Fix some typos in error messages.
Saulius Krasuckas [Wed, 27 Sep 2006 09:48:49 +0000 (12:48 +0300)] 
lz32/tests: Fix some typos in error messages.

17 years agowined3d: Read GL info and load constants into the same device.
Ivan Gyurdiev [Wed, 27 Sep 2006 11:15:58 +0000 (07:15 -0400)] 
wined3d: Read GL info and load constants into the same device.

17 years agowined3d: Move device pointer into the BaseShader class.
Ivan Gyurdiev [Wed, 27 Sep 2006 11:14:46 +0000 (07:14 -0400)] 
wined3d: Move device pointer into the BaseShader class.

17 years agonetapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW.
Juan Lang [Wed, 27 Sep 2006 14:23:29 +0000 (07:23 -0700)] 
netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW.

17 years agowintrust.h: Remove duplicate definitions. Spotted by Paul Vriens.
Juan Lang [Wed, 27 Sep 2006 14:21:00 +0000 (07:21 -0700)] 
wintrust.h: Remove duplicate definitions.  Spotted by Paul Vriens.

17 years agocrypt32: Another CryptSIPLoad test.
Paul Vriens [Wed, 27 Sep 2006 14:10:22 +0000 (16:10 +0200)] 
crypt32: Another CryptSIPLoad test.

17 years agowintrust: Added some CryptSIP stub implementations.
Paul Vriens [Wed, 27 Sep 2006 12:36:42 +0000 (14:36 +0200)] 
wintrust: Added some CryptSIP stub implementations.

17 years agowintrust: Fix function prototype.
Paul Vriens [Wed, 27 Sep 2006 12:36:18 +0000 (14:36 +0200)] 
wintrust: Fix function prototype.

17 years agoclock: French translation improvements.
Jonathan Ernst [Wed, 27 Sep 2006 10:45:57 +0000 (12:45 +0200)] 
clock: French translation improvements.

17 years agonotepad: French translation improvements.
Jonathan Ernst [Wed, 27 Sep 2006 10:45:57 +0000 (12:45 +0200)] 
notepad: French translation improvements.

17 years agoprogman: French translation improvements.
Jonathan Ernst [Wed, 27 Sep 2006 10:45:57 +0000 (12:45 +0200)] 
progman: French translation improvements.

17 years agowinefile: French translation improvements.
Jonathan Ernst [Wed, 27 Sep 2006 10:45:57 +0000 (12:45 +0200)] 
winefile: French translation improvements.

17 years agotaskmgr: French translation improvements.
Jonathan Ernst [Wed, 27 Sep 2006 10:45:13 +0000 (12:45 +0200)] 
taskmgr: French translation improvements.

17 years agoregedit: French translation improvements.
Jonathan Ernst [Wed, 27 Sep 2006 10:45:13 +0000 (12:45 +0200)] 
regedit: French translation improvements.

17 years agoview: Reset the image left-top corner to the window left-top corner after a Scale...
Mikołaj Zalewski [Wed, 27 Sep 2006 10:03:23 +0000 (12:03 +0200)] 
view: Reset the image left-top corner to the window left-top corner after a Scale to Window.

17 years agoview: Remove the Info > Hello menu item.
Mikołaj Zalewski [Wed, 27 Sep 2006 10:00:06 +0000 (12:00 +0200)] 
view: Remove the Info > Hello menu item.

17 years agoview: Remove IDS_APPNAME from resources.
Mikołaj Zalewski [Wed, 27 Sep 2006 09:56:31 +0000 (11:56 +0200)] 
view: Remove IDS_APPNAME from resources.

17 years agoview: Add Polish translation.
Mikołaj Zalewski [Wed, 27 Sep 2006 09:53:02 +0000 (11:53 +0200)] 
view: Add Polish translation.

17 years agoregedit: Fix the English (Neutral) menu.
Mikołaj Zalewski [Wed, 27 Sep 2006 09:51:34 +0000 (11:51 +0200)] 
regedit: Fix the English (Neutral) menu.

17 years agowinecfg: Update Russian translation.
Vitaliy Margolen [Tue, 26 Sep 2006 14:19:29 +0000 (08:19 -0600)] 
winecfg: Update Russian translation.

17 years agowined3d: Comparing BOOLs against FALSE is redundant.
H. Verbeet [Tue, 26 Sep 2006 18:31:58 +0000 (20:31 +0200)] 
wined3d: Comparing BOOLs against FALSE is redundant.

17 years agowined3d: Add a comment to clarify the point of max_sampler_stages.
H. Verbeet [Tue, 26 Sep 2006 18:31:52 +0000 (20:31 +0200)] 
wined3d: Add a comment to clarify the point of max_sampler_stages.

17 years agowined3d: Add support for native NPOT textures.
H. Verbeet [Tue, 26 Sep 2006 18:31:48 +0000 (20:31 +0200)] 
wined3d: Add support for native NPOT textures.

17 years agowined3d: Enable pixel shaders by default.
H. Verbeet [Tue, 26 Sep 2006 18:31:44 +0000 (20:31 +0200)] 
wined3d: Enable pixel shaders by default.

17 years agowined3d: Fix the default values for wined3d_settings.
H. Verbeet [Tue, 26 Sep 2006 18:31:41 +0000 (20:31 +0200)] 
wined3d: Fix the default values for wined3d_settings.