wine
17 years agokernel32: GlobalMemoryStatusEx: return the size of physical memory + swapsize in...
Fabian Bieler [Wed, 14 Mar 2007 23:21:25 +0000 (00:21 +0100)] 
kernel32: GlobalMemoryStatusEx: return the size of physical memory + swapsize in ullTotalPageFile/ullAvailPageFile.

17 years agokernel32: GlobalMemoryStatusEx: memory usage reported only reflects physical memory.
Fabian Bieler [Wed, 14 Mar 2007 23:20:37 +0000 (00:20 +0100)] 
kernel32: GlobalMemoryStatusEx: memory usage reported only reflects physical memory.

17 years agogdi32: Add a GetTextMetrics test, make it pass under Wine.
Dmitry Timoshkov [Thu, 15 Mar 2007 06:12:09 +0000 (14:12 +0800)] 
gdi32: Add a GetTextMetrics test, make it pass under Wine.

17 years agomsvcrt: Remove unused variable.
Jan Zerebecki [Thu, 15 Mar 2007 07:27:12 +0000 (08:27 +0100)] 
msvcrt: Remove unused variable.

17 years agocabinet: Constify some variables.
Andrew Talbot [Wed, 14 Mar 2007 23:09:28 +0000 (23:09 +0000)] 
cabinet: Constify some variables.

17 years agodirect3d: Add a fixed function fog test.
Stefan Dösinger [Wed, 14 Mar 2007 17:04:56 +0000 (18:04 +0100)] 
direct3d: Add a fixed function fog test.

17 years agowined3d: Blitting to offscreen target.
Stefan Dösinger [Wed, 14 Mar 2007 21:00:31 +0000 (22:00 +0100)] 
wined3d: Blitting to offscreen target.

Fix the NULL deref that occured when blitting to offscreen targets and
select the proper gl drawing buffer instead.

17 years agocomctl32: Register all the controls in DllMain.
Mikołaj Zalewski [Wed, 14 Mar 2007 11:04:47 +0000 (12:04 +0100)] 
comctl32: Register all the controls in DllMain.

17 years agosane.ds: Dynamically load libsane.so.
Jeremy White [Wed, 14 Mar 2007 18:10:03 +0000 (13:10 -0500)] 
sane.ds: Dynamically load libsane.so.

This change was triggered because of a bug in libsane-hpaio.so, namely
that it relies on libsane.so being dlopen'd RTLD_GLOBAL so that
sanei_init_debug can be resolved.

17 years agoshell32: Avoid W->A conversion in RenderHDROP.
Ken Thomases [Wed, 14 Mar 2007 18:17:29 +0000 (13:17 -0500)] 
shell32: Avoid W->A conversion in RenderHDROP.

17 years agocrypt32/tests: No need to check return value of GetModuleHandle.
Paul Vriens [Wed, 14 Mar 2007 17:36:00 +0000 (18:36 +0100)] 
crypt32/tests: No need to check return value of GetModuleHandle.

17 years agoadvapi32/tests: No need to check return value of GetModuleHandle.
Paul Vriens [Wed, 14 Mar 2007 17:35:54 +0000 (18:35 +0100)] 
advapi32/tests: No need to check return value of GetModuleHandle.

17 years agodbghelp: Rewrote SymEnumerateModules with Unicode basis, and implemented SymEnumerate...
Eric Pouech [Tue, 13 Mar 2007 16:26:39 +0000 (17:26 +0100)] 
dbghelp: Rewrote SymEnumerateModules with Unicode basis, and implemented SymEnumerateModulesW64.

17 years agocomctl32: updown: Added message sequencing tests.
Leslie Choong [Wed, 14 Mar 2007 04:22:03 +0000 (20:22 -0800)] 
comctl32: updown: Added message sequencing tests.

17 years agocomctl32: updown: Expect macro and spelling errors.
Leslie Choong [Wed, 14 Mar 2007 04:22:03 +0000 (20:22 -0800)] 
comctl32: updown: Expect macro and spelling errors.

17 years agooledlg: Updated Korean resource.
Hwang YunSong(황윤성) [Wed, 14 Mar 2007 08:55:58 +0000 (17:55 +0900)] 
oledlg: Updated Korean resource.

17 years agocmd: Updated Korean Resource.
Hwang YunSong(황윤성) [Wed, 14 Mar 2007 08:47:18 +0000 (17:47 +0900)] 
cmd: Updated Korean Resource.

17 years agoole32: Print the contents of the IID input to OleLoad.
Rob Shearman [Wed, 14 Mar 2007 15:53:33 +0000 (15:53 +0000)] 
ole32: Print the contents of the IID input to OleLoad.

17 years agouser32: Add several more MsgWaitForMultipleObjects tests and split them out from...
Rob Shearman [Wed, 14 Mar 2007 15:46:56 +0000 (15:46 +0000)] 
user32: Add several more MsgWaitForMultipleObjects tests and split them out from the main message tests.

17 years agorpcrt4: Unmarshal NULL OLE interfaces properly by handling the case of a 0 stream...
Rob Shearman [Wed, 14 Mar 2007 15:46:16 +0000 (15:46 +0000)] 
rpcrt4: Unmarshal NULL OLE interfaces properly by handling the case of a 0 stream size.

17 years agoinclude: Add a definition for REGCLS_SURROGATE and add declarations for CoRegisterSur...
Rob Shearman [Wed, 14 Mar 2007 15:43:52 +0000 (15:43 +0000)] 
include: Add a definition for REGCLS_SURROGATE and add declarations for CoRegisterSurrogate and CoGetObjectContext.

17 years agokernel32: Fix GetPrivateProfileSectionNamesA when the file does not exist.
Huw Davies [Wed, 14 Mar 2007 14:55:14 +0000 (14:55 +0000)] 
kernel32: Fix GetPrivateProfileSectionNamesA when the file does not exist.

17 years agowineps.drv: Values for DC_MINEXTENT and DC_MAXEXTENT are returned, not placed in...
Aric Stewart [Wed, 14 Mar 2007 12:31:20 +0000 (07:31 -0500)] 
wineps.drv: Values for DC_MINEXTENT and DC_MAXEXTENT are returned, not placed in the data pointer.

17 years agolibwine: Update the Unicode tables to version 5.0.1 of the standard.
Alexandre Julliard [Wed, 14 Mar 2007 15:22:46 +0000 (16:22 +0100)] 
libwine: Update the Unicode tables to version 5.0.1 of the standard.

17 years agolibwine: Added support for Unicode surrogates in utf-8 conversions.
Alexandre Julliard [Wed, 14 Mar 2007 14:58:56 +0000 (15:58 +0100)] 
libwine: Added support for Unicode surrogates in utf-8 conversions.

Also make the conversions more strict against invalid input data.

17 years agolibwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
Alexandre Julliard [Wed, 14 Mar 2007 14:57:50 +0000 (15:57 +0100)] 
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.

17 years agowinnls.h: Added some defines for Unicode surrogates.
Alexandre Julliard [Wed, 14 Mar 2007 14:56:10 +0000 (15:56 +0100)] 
winnls.h: Added some defines for Unicode surrogates.

17 years agontdll: Fixed typo in previous patch, spotted by Ken Thomases.
Alexandre Julliard [Wed, 14 Mar 2007 14:02:22 +0000 (15:02 +0100)] 
ntdll: Fixed typo in previous patch, spotted by Ken Thomases.

17 years agowined3d: Allow SetCursorProperties on existing cursor.
Erich Hoover [Tue, 13 Mar 2007 02:44:22 +0000 (20:44 -0600)] 
wined3d: Allow SetCursorProperties on existing cursor.

17 years agocomctl32: datetime: Reject out of range dates in DTM_SETSYSTEMTIME.
Kanit Therdsteerasukdi [Mon, 12 Mar 2007 22:19:16 +0000 (14:19 -0800)] 
comctl32: datetime: Reject out of range dates in DTM_SETSYSTEMTIME.

17 years agowinex11.drv: Small spelling fix.
Louis Lenders [Mon, 12 Mar 2007 20:34:22 +0000 (20:34 +0000)] 
winex11.drv: Small spelling fix.

17 years agontdll: Add a wrapper to call the thread entry point for broken apps.
Alexandre Julliard [Wed, 14 Mar 2007 11:28:38 +0000 (12:28 +0100)] 
ntdll: Add a wrapper to call the thread entry point for broken apps.

17 years agomsvcrt: _initterm doesn't return anything.
Alexandre Julliard [Wed, 14 Mar 2007 11:26:43 +0000 (12:26 +0100)] 
msvcrt: _initterm doesn't return anything.

17 years agowined3d: Remove space before '\n' in trace.
Francois Gouget [Wed, 14 Mar 2007 08:17:46 +0000 (09:17 +0100)] 
wined3d: Remove space before '\n' in trace.

17 years agocomctl32/tests: Add missing '\n's in ok() calls.
Francois Gouget [Wed, 14 Mar 2007 08:17:31 +0000 (09:17 +0100)] 
comctl32/tests: Add missing '\n's in ok() calls.

17 years agoavifil32: Constify some variables.
Andrew Talbot [Tue, 13 Mar 2007 21:42:48 +0000 (21:42 +0000)] 
avifil32: Constify some variables.

17 years agocmd.exe: Add DIR /O ordering support.
Jason Edmeades [Tue, 13 Mar 2007 20:27:46 +0000 (20:27 +0000)] 
cmd.exe: Add DIR /O ordering support.

17 years agocmd.exe: Add dir /X support (sort of...).
Jason Edmeades [Tue, 13 Mar 2007 20:27:45 +0000 (20:27 +0000)] 
cmd.exe: Add dir /X support (sort of...).

17 years agontdll: Fixed some exception codes and parameters.
Alexandre Julliard [Wed, 14 Mar 2007 11:02:43 +0000 (12:02 +0100)] 
ntdll: Fixed some exception codes and parameters.

17 years agontdll/tests: Mask reserved bits before testing dr7.
Alexandre Julliard [Wed, 14 Mar 2007 11:01:12 +0000 (12:01 +0100)] 
ntdll/tests: Mask reserved bits before testing dr7.

Also some spelling fixes.

17 years agontdll: Changed some Solaris defines so that we can access the signal error code.
Alexandre Julliard [Wed, 14 Mar 2007 08:53:59 +0000 (09:53 +0100)] 
ntdll: Changed some Solaris defines so that we can access the signal error code.

17 years agocomctl32: Fix visual glitches with TVS_HASLINES.
Felix Nawothnig [Mon, 12 Mar 2007 19:43:16 +0000 (20:43 +0100)] 
comctl32: Fix visual glitches with TVS_HASLINES.

17 years agocomctl32: Layout and redraw on TCM_SETIMAGELIST.
Felix Nawothnig [Mon, 12 Mar 2007 20:23:24 +0000 (21:23 +0100)] 
comctl32: Layout and redraw on TCM_SETIMAGELIST.

17 years agogdi32: Add PS_ALTERNATE tests.
Felix Nawothnig [Mon, 12 Mar 2007 19:47:17 +0000 (20:47 +0100)] 
gdi32: Add PS_ALTERNATE tests.

17 years agocomctl32: Add some listview message tests.
George Gov [Tue, 13 Mar 2007 02:53:47 +0000 (19:53 -0700)] 
comctl32: Add some listview message tests.

17 years agoquartz: Avoid asserting from used samples on allocator release.
Chris Robinson [Tue, 13 Mar 2007 17:26:48 +0000 (10:26 -0700)] 
quartz: Avoid asserting from used samples on allocator release.

17 years agoquartz: Force disconnect when a filter is fully released.
Chris Robinson [Tue, 13 Mar 2007 17:47:47 +0000 (10:47 -0700)] 
quartz: Force disconnect when a filter is fully released.

17 years agoquartz: Cleanup properly around error conditions and avoid a potential infinite loop.
Chris Robinson [Tue, 13 Mar 2007 17:21:17 +0000 (10:21 -0700)] 
quartz: Cleanup properly around error conditions and avoid a potential infinite loop.

17 years agolocalspl: Add Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 10:07:59 +0000 (11:07 +0100)] 
localspl: Add Polish translation.

17 years agowordpad: Update Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 10:07:02 +0000 (11:07 +0100)] 
wordpad: Update Polish translation.

17 years agocomctl32: listview: Compute the state icon rect in GetItemMetrics.
Mikołaj Zalewski [Mon, 12 Mar 2007 21:39:59 +0000 (22:39 +0100)] 
comctl32: listview: Compute the state icon rect in GetItemMetrics.

17 years agooleview: Use standard APIs in SaveIdl and avoid overflows.
Alexandre Julliard [Tue, 13 Mar 2007 20:17:03 +0000 (21:17 +0100)] 
oleview: Use standard APIs in SaveIdl and avoid overflows.

17 years agowineps.drv: Check for correct value for end of list.
Aric Stewart [Tue, 13 Mar 2007 19:12:13 +0000 (14:12 -0500)] 
wineps.drv: Check for correct value for end of list.

17 years agoadvapi32/tests: Use GetModuleHandle and skip.
Paul Vriens [Tue, 13 Mar 2007 18:41:01 +0000 (19:41 +0100)] 
advapi32/tests: Use GetModuleHandle and skip.

17 years agoadvapi32/tests: Use GetModuleHandle and skip.
Paul Vriens [Tue, 13 Mar 2007 18:40:47 +0000 (19:40 +0100)] 
advapi32/tests: Use GetModuleHandle and skip.

17 years agocrypt32/tests: Use GetModuleHandle and skip.
Paul Vriens [Tue, 13 Mar 2007 18:40:30 +0000 (19:40 +0100)] 
crypt32/tests: Use GetModuleHandle and skip.

17 years agodbghelp: Renamed pe_load_module (resp pe_load_module_from_pcs)
Eric Pouech [Tue, 13 Mar 2007 16:33:08 +0000 (17:33 +0100)] 
dbghelp: Renamed pe_load_module (resp pe_load_module_from_pcs)
to pe_load_native_module (resp pe_load_builtin_module) to better describe
what those functions actually do.

17 years agoimagehlp: Added a few more forward definitions to dbghelp.
Eric Pouech [Tue, 13 Mar 2007 16:34:01 +0000 (17:34 +0100)] 
imagehlp: Added a few more forward definitions to dbghelp.

17 years agodbghelp: Get rid of module_name in all traces (using Unicode flavor).
Eric Pouech [Tue, 13 Mar 2007 16:26:33 +0000 (17:26 +0100)] 
dbghelp: Get rid of module_name in all traces (using Unicode flavor).

17 years agodbghelp: Cleanups for module loading (lookups on module name and image name are two...
Eric Pouech [Tue, 13 Mar 2007 16:33:02 +0000 (17:33 +0100)] 
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things)

- split up module_find_by_name in two different functions:
  + reused module_find_by_name which looks upon the module name
  + added module_is_already_loaded which looks upon the image name
- cleanup module loading using these functions (removed extra parameter
  to pe_load_module_from_pcs)

17 years agodbghelp: Rewrote module_is_elf_container_loaded so that it no longer
Eric Pouech [Tue, 13 Mar 2007 16:32:57 +0000 (17:32 +0100)] 
dbghelp: Rewrote module_is_elf_container_loaded so that it no longer
uses the stored ModuleName (that the dbghelp's caller can override) but rather a
combination of base address and filename for the module.

17 years agodbghelp: Added helper to get the basename + extension from full filename.
Eric Pouech [Tue, 13 Mar 2007 16:32:52 +0000 (17:32 +0100)] 
dbghelp: Added helper to get the basename + extension from full filename.

17 years agoitss: Added test of URLs with trailing slash.
Jacek Caban [Tue, 13 Mar 2007 17:44:05 +0000 (18:44 +0100)] 
itss: Added test of URLs with trailing slash.

17 years agoitss: Use object_name in FindMimeFromData.
Jacek Caban [Tue, 13 Mar 2007 17:43:17 +0000 (18:43 +0100)] 
itss: Use object_name in FindMimeFromData.

17 years agoitss: Ignore trailing slash in ITSProtocol::Start.
Jacek Caban [Tue, 13 Mar 2007 17:42:34 +0000 (18:42 +0100)] 
itss: Ignore trailing slash in ITSProtocol::Start.

17 years agoitss: Ignore trailing slash in IStorage::OpenStream.
Jacek Caban [Tue, 13 Mar 2007 17:41:22 +0000 (18:41 +0100)] 
itss: Ignore trailing slash in IStorage::OpenStream.

17 years agocredui: Add Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 11:08:23 +0000 (12:08 +0100)] 
credui: Add Polish translation.

17 years agocredui: Move language-dependent resources to credui_En.rc.
Mikołaj Zalewski [Mon, 12 Mar 2007 11:00:40 +0000 (12:00 +0100)] 
credui: Move language-dependent resources to credui_En.rc.

17 years agoshell32: Update Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 10:00:03 +0000 (11:00 +0100)] 
shell32: Update Polish translation.

17 years agostart: Add Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 10:32:33 +0000 (11:32 +0100)] 
start: Add Polish translation.

17 years agocmd: Update Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 09:48:55 +0000 (10:48 +0100)] 
cmd: Update Polish translation.

17 years agooledlg: Fix Korean resource name.
Mikołaj Zalewski [Mon, 12 Mar 2007 09:39:55 +0000 (10:39 +0100)] 
oledlg: Fix Korean resource name.

17 years agokernel32: Fix LANGID for Korean resource.
Mikołaj Zalewski [Mon, 12 Mar 2007 09:37:02 +0000 (10:37 +0100)] 
kernel32: Fix LANGID for Korean resource.

17 years agoole32: OleCreate isn't a semi-stub any more, as it is tested in a range of cases...
Rob Shearman [Tue, 13 Mar 2007 12:45:52 +0000 (12:45 +0000)] 
ole32: OleCreate isn't a semi-stub any more, as it is tested in a range of cases and has no todos.

17 years agoole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER to CoCreateInstance.
Rob Shearman [Tue, 13 Mar 2007 12:41:18 +0000 (12:41 +0000)] 
ole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER to CoCreateInstance.

17 years agoole32: Don't allocate an initial table for bind contexts.
Rob Shearman [Tue, 13 Mar 2007 12:38:03 +0000 (12:38 +0000)] 
ole32: Don't allocate an initial table for bind contexts.

Most users of bind contexts don't use bound objects or object params, so
don't create an initial table. Instead, create it on demand and use an
exponential algorithm for increasing the size of the table when full.

17 years agoinclude: Add credential serialisation APIs to wincred.h.
Rob Shearman [Tue, 13 Mar 2007 12:38:46 +0000 (12:38 +0000)] 
include: Add credential serialisation APIs to wincred.h.

17 years agowininet: Fix buffer size calculation in INTERNET_InternetOpenUrlW.
Hans Leidekker [Tue, 13 Mar 2007 11:42:53 +0000 (12:42 +0100)] 
wininet: Fix buffer size calculation in INTERNET_InternetOpenUrlW.

Spotted by Ron Yorston.

17 years agomscms: Fix compilation with the latest lcms header.
Hans Leidekker [Tue, 13 Mar 2007 11:42:40 +0000 (12:42 +0100)] 
mscms: Fix compilation with the latest lcms header.

17 years agomsvcrt: Improved _local_unwind2 implementation.
Alexandre Julliard [Tue, 13 Mar 2007 14:53:09 +0000 (15:53 +0100)] 
msvcrt: Improved _local_unwind2 implementation.

Thanks to Dmitry Timoshkov for a test case.

17 years agoMark several functions as static.
Stefan Huehner [Mon, 12 Mar 2007 15:50:54 +0000 (16:50 +0100)] 
Mark several functions as static.

17 years agocomctl32: rebar: Test the rebar style for RBBS_VARIABLEHEIGHT, not the passed in...
Stefan Huehner [Mon, 12 Mar 2007 15:50:54 +0000 (16:50 +0100)] 
comctl32: rebar: Test the rebar style for RBBS_VARIABLEHEIGHT, not the passed in structure.

17 years agocomctl32: Added header message sequence test cases.
Shanren Zhou [Mon, 12 Mar 2007 00:36:38 +0000 (17:36 -0700)] 
comctl32: Added header message sequence test cases.

17 years agocomctl32: Header message sequence test cases.
Shanren Zhou [Mon, 12 Mar 2007 00:36:28 +0000 (17:36 -0700)] 
comctl32: Header message sequence test cases.

Added separate parent and child header controls for each test case and
fixed a typo ('Data Modified' should be 'Date Modified').

17 years agontdll: Catch the exceptions in the TLS callback like Windows does.
Dmitry Timoshkov [Tue, 13 Mar 2007 10:21:37 +0000 (18:21 +0800)] 
ntdll: Catch the exceptions in the TLS callback like Windows does.

17 years agocrypt32: Set ppSignerSig to NULL in case caller doesn't check return value.
Juan Lang [Tue, 13 Mar 2007 04:13:21 +0000 (21:13 -0700)] 
crypt32: Set ppSignerSig to NULL in case caller doesn't check return value.

17 years agouser32: Fix a comment.
Juan Lang [Tue, 13 Mar 2007 04:10:41 +0000 (21:10 -0700)] 
user32: Fix a comment.

17 years agowined3d: Set WINED3DCAPS2_DYNAMICTEXTURES flag.
András Kovács [Tue, 13 Mar 2007 02:34:36 +0000 (03:34 +0100)] 
wined3d: Set WINED3DCAPS2_DYNAMICTEXTURES flag.

17 years agocmd.exe: Add DIR /X support.
Jason Edmeades [Tue, 13 Mar 2007 01:09:05 +0000 (01:09 +0000)] 
cmd.exe: Add DIR /X support.

17 years agocmd.exe: Add DIR /T support.
Jason Edmeades [Tue, 13 Mar 2007 00:12:44 +0000 (00:12 +0000)] 
cmd.exe: Add DIR /T support.

17 years agocmd.exe: Add dir /L support.
Jason Edmeades [Tue, 13 Mar 2007 01:08:19 +0000 (01:08 +0000)] 
cmd.exe: Add dir /L support.

17 years agocmd.exe: Make SET have correct errorlevel.
Jason Edmeades [Tue, 13 Mar 2007 00:11:31 +0000 (00:11 +0000)] 
cmd.exe: Make SET have correct errorlevel.

17 years agocmd.exe: Add SET /P support.
Jason Edmeades [Tue, 13 Mar 2007 00:11:04 +0000 (00:11 +0000)] 
cmd.exe: Add SET /P support.

17 years agocmd.exe: Add 2>&1 and 1>&2 support.
Jason Edmeades [Tue, 13 Mar 2007 00:10:38 +0000 (00:10 +0000)] 
cmd.exe: Add 2>&1 and 1>&2 support.

17 years agocmd.exe: Add TYPE multiple file support.
Jason Edmeades [Tue, 13 Mar 2007 00:09:33 +0000 (00:09 +0000)] 
cmd.exe: Add TYPE multiple file support.

17 years agocmd.exe: Add support for stderr redirection to a file.
Jason Edmeades [Tue, 13 Mar 2007 00:09:05 +0000 (00:09 +0000)] 
cmd.exe: Add support for stderr redirection to a file.

17 years agocmd.exe: Save initial working directory.
Jason Edmeades [Tue, 13 Mar 2007 00:08:00 +0000 (00:08 +0000)] 
cmd.exe: Save initial working directory.

17 years agocmd.exe: Add support for FTYPE.
Jason Edmeades [Tue, 13 Mar 2007 00:06:58 +0000 (00:06 +0000)] 
cmd.exe: Add support for FTYPE.

17 years agowined3d: Remove some redundant code in IWineD3DVertexBufferImpl_FindDecl().
H. Verbeet [Mon, 12 Mar 2007 22:22:22 +0000 (23:22 +0100)] 
wined3d: Remove some redundant code in IWineD3DVertexBufferImpl_FindDecl().

17 years agowined3d: Remove a redundant check in handleStreams().
H. Verbeet [Mon, 12 Mar 2007 22:22:16 +0000 (23:22 +0100)] 
wined3d: Remove a redundant check in handleStreams().