wine
17 years agoserver: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:52:14 +0000 (10:52 +0000)] 
server: Replace inline static with static inline.

17 years agowinex11.drv: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:47:28 +0000 (10:47 +0000)] 
winex11.drv: Replace inline static with static inline.

17 years agowined3d: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:39:40 +0000 (10:39 +0000)] 
wined3d: Replace inline static with static inline.

17 years agouser32: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:34:08 +0000 (10:34 +0000)] 
user32: Replace inline static with static inline.

17 years agontdll: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:28:32 +0000 (10:28 +0000)] 
ntdll: Replace inline static with static inline.

17 years agokernel32: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:22:45 +0000 (10:22 +0000)] 
kernel32: Replace inline static with static inline.

17 years agoadvapi32: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:15:11 +0000 (10:15 +0000)] 
advapi32: Replace inline static with static inline.

17 years agocomctl32: Replace inline static with static inline.
Andrew Talbot [Sat, 17 Mar 2007 10:16:06 +0000 (10:16 +0000)] 
comctl32: Replace inline static with static inline.

17 years agocomcat: Declare some variables static and const.
Andrew Talbot [Fri, 16 Mar 2007 22:11:54 +0000 (22:11 +0000)] 
comcat: Declare some variables static and const.

17 years agogdi32: Don't write a metafile record for escapes that require output.
Nicolas Delcros [Fri, 16 Mar 2007 11:47:55 +0000 (11:47 +0000)] 
gdi32: Don't write a metafile record for escapes that require output.

17 years agoadvpack: sign-compare fix.
Joris Huizer [Sat, 17 Mar 2007 14:08:27 +0000 (07:08 -0700)] 
advpack: sign-compare fix.

17 years agoamstream: sign-compare fixes.
Joris Huizer [Sat, 17 Mar 2007 14:13:10 +0000 (07:13 -0700)] 
amstream: sign-compare fixes.

17 years agoadvapi32/tests: DuplicateTokenEx is not present on all platforms.
Detlef Riekenberg [Fri, 16 Mar 2007 21:37:14 +0000 (22:37 +0100)] 
advapi32/tests: DuplicateTokenEx is not present on all platforms.

17 years agokernel32/tests: DuplicateTokenEx is not present on all platforms.
Detlef Riekenberg [Fri, 16 Mar 2007 21:37:46 +0000 (22:37 +0100)] 
kernel32/tests: DuplicateTokenEx is not present on all platforms.

17 years agoadvapi32: Implement RegGetKeySecurity with NtQuerySecurityObject.
Juan Lang [Fri, 16 Mar 2007 19:21:03 +0000 (12:21 -0700)] 
advapi32: Implement RegGetKeySecurity with NtQuerySecurityObject.

17 years agowined3d: Fix LockRect memory location calculation for WINED3DFMT_DXT*.
Erich Hoover [Mon, 12 Mar 2007 23:07:12 +0000 (17:07 -0600)] 
wined3d: Fix LockRect memory location calculation for WINED3DFMT_DXT*.

17 years agouser32: Use a window's icon in preference to its class icon.
Huw Davies [Fri, 16 Mar 2007 14:53:16 +0000 (14:53 +0000)] 
user32: Use a window's icon in preference to its class icon.

17 years agolibs/wine: Use xstrdup to avoid duplicate code.
Detlef Riekenberg [Fri, 16 Mar 2007 13:57:31 +0000 (14:57 +0100)] 
libs/wine: Use xstrdup to avoid duplicate code.

17 years agowine.inf: Open/print .rtf files with wordpad.
Hans Leidekker [Fri, 16 Mar 2007 12:55:39 +0000 (13:55 +0100)] 
wine.inf: Open/print .rtf files with wordpad.

17 years agowine.inf: Register an 'install' verb with the shell for .inf files.
Hans Leidekker [Fri, 16 Mar 2007 12:55:28 +0000 (13:55 +0100)] 
wine.inf: Register an 'install' verb with the shell for .inf files.

17 years agoRelease 0.9.33. wine-0.9.33
Alexandre Julliard [Fri, 16 Mar 2007 16:40:46 +0000 (17:40 +0100)] 
Release 0.9.33.

17 years agocmd: Fix a compiler warning.
Alexandre Julliard [Fri, 16 Mar 2007 12:02:06 +0000 (13:02 +0100)] 
cmd: Fix a compiler warning.

17 years agonetapi32/tests: Use GetModuleHandle and skip.
Paul Vriens [Fri, 16 Mar 2007 11:02:25 +0000 (12:02 +0100)] 
netapi32/tests: Use GetModuleHandle and skip.

17 years agowinemine: Add Romanian translation.
Michael Stefaniuc [Fri, 16 Mar 2007 09:11:38 +0000 (10:11 +0100)] 
winemine: Add Romanian translation.

17 years agocomctl32: trackbar: Return the correct number of tics for TBM_GETNUMTICS.
Keith Stevens [Fri, 16 Mar 2007 05:11:14 +0000 (22:11 -0700)] 
comctl32: trackbar: Return the correct number of tics for TBM_GETNUMTICS.

17 years agocomctl32: trackbar: Correctly set lSetMin and lSelMax.
Keith Stevens [Fri, 16 Mar 2007 05:04:45 +0000 (22:04 -0700)] 
comctl32: trackbar: Correctly set lSetMin and lSelMax.

Modify the behavior when the messages TBM_SETSEL, TBM_SETSELSTART, and
TBM_SETSELEND are sent and TBS_ENABLESELRANGE is not set.  When the
style TBS_ENABLESELRANGE is not set, Windows observed behavior is to
set the Selection Start and End values to 0, rather than leave them
unchanged.

17 years agocomctl32: monthcal: Correct the return value in MCM_SETFIRSTDAYOFWEEK.
Farshad Agah [Fri, 16 Mar 2007 07:34:36 +0000 (00:34 -0700)] 
comctl32: monthcal: Correct the return value in MCM_SETFIRSTDAYOFWEEK.

17 years agodplayx: DirectPlay should keep track of the user count.
Alessandro Pignotti [Thu, 15 Mar 2007 16:10:25 +0000 (17:10 +0100)] 
dplayx: DirectPlay should keep track of the user count.

17 years agocomctl32: datetime: Test for out of range dates in DTM_SETSYSTEMTIME only when flag...
Kanit Therdsteerasukdi [Thu, 15 Mar 2007 21:26:59 +0000 (14:26 -0700)] 
comctl32: datetime: Test for out of range dates in DTM_SETSYSTEMTIME only when flag=GDT_VALID.

17 years agolocalspl: Add a comment, why we do not implement AddPort for XcvDataPort.
Detlef Riekenberg [Thu, 15 Mar 2007 22:03:33 +0000 (23:03 +0100)] 
localspl: Add a comment, why we do not implement AddPort for XcvDataPort.

17 years agodbghelp: Use elf load_offset passed to dwarf2_parse to relocate addresses.
Peter Oberndorfer [Thu, 15 Mar 2007 21:01:06 +0000 (22:01 +0100)] 
dbghelp: Use elf load_offset passed to dwarf2_parse to relocate addresses.

This is needed, because symbol addresses in dwarf2 debug info are already relocated.

17 years agodbghelp: Fix up load_offset to work in case the load offset is different for real...
Peter Oberndorfer [Thu, 15 Mar 2007 20:57:06 +0000 (21:57 +0100)] 
dbghelp: Fix up load_offset to work in case the load offset is different for real binary and debug link file.

17 years agodbghelp: Initialize the elf_section_map in case of failures in elf_find_section.
Peter Oberndorfer [Thu, 15 Mar 2007 20:57:04 +0000 (21:57 +0100)] 
dbghelp: Initialize the elf_section_map in case of failures in elf_find_section.

Make sidx signed so sidx < 0 comparisons work.
(most of the patch written by Eric Pouech)

17 years agocomctl32: monthcal message sequence test cases.
Farshad Agah [Fri, 16 Mar 2007 07:32:49 +0000 (00:32 -0700)] 
comctl32: monthcal message sequence test cases.

17 years agoadvapi32/tests: RegQueryValueW is not always implemented.
Paul Vriens [Fri, 16 Mar 2007 07:34:01 +0000 (08:34 +0100)] 
advapi32/tests: RegQueryValueW is not always implemented.

17 years agoadvapi32: Fix a failing test on Windows caused by the existence of one SID that alway...
Rob Shearman [Fri, 16 Mar 2007 01:39:47 +0000 (01:39 +0000)] 
advapi32: Fix a failing test on Windows caused by the existence of one SID that always has no associated account.

17 years agokernel32: Fix several failing GetComputerNameA/W tests on Windows.
Rob Shearman [Fri, 16 Mar 2007 01:39:11 +0000 (01:39 +0000)] 
kernel32: Fix several failing GetComputerNameA/W tests on Windows.

17 years agod3d9: Add a LockRect test for DXTn formats.
H. Verbeet [Thu, 15 Mar 2007 22:27:58 +0000 (23:27 +0100)] 
d3d9: Add a LockRect test for DXTn formats.

17 years agod3d9: Add a cubemap wrapping test.
H. Verbeet [Thu, 15 Mar 2007 22:27:41 +0000 (23:27 +0100)] 
d3d9: Add a cubemap wrapping test.

17 years agolocalspl/tests: Check for Xcv-API only once.
Detlef Riekenberg [Thu, 15 Mar 2007 21:47:16 +0000 (22:47 +0100)] 
localspl/tests: Check for Xcv-API only once.

17 years agolocalspl/tests: Add tests for XcvDataPort_AddPort.
Detlef Riekenberg [Thu, 15 Mar 2007 21:47:13 +0000 (22:47 +0100)] 
localspl/tests: Add tests for XcvDataPort_AddPort.

17 years agocomctl32/tests: trackbar: Test message sequences.
Keith Stevens [Thu, 15 Mar 2007 18:48:56 +0000 (10:48 -0800)] 
comctl32/tests: trackbar: Test message sequences.

17 years agocomctl32/tests: trackbar: Reorganize the getter and setter tests into functions.
Keith Stevens [Thu, 15 Mar 2007 18:47:32 +0000 (10:47 -0800)] 
comctl32/tests: trackbar: Reorganize the getter and setter tests into functions.

17 years agocabinet: Simplify code in fdi_decomp().
Gerald Pfeifer [Wed, 14 Mar 2007 19:49:42 +0000 (20:49 +0100)] 
cabinet: Simplify code in fdi_decomp().

17 years agocomctl32: datetime: Return 1 in DTM_SETFORMAT when successful.
Kanit Therdsteerasukdi [Thu, 15 Mar 2007 16:47:48 +0000 (09:47 -0700)] 
comctl32: datetime: Return 1 in DTM_SETFORMAT when successful.

17 years agouser32: Restore erroneously removed chunk of code.
Dmitry Timoshkov [Thu, 15 Mar 2007 16:41:01 +0000 (00:41 +0800)] 
user32: Restore erroneously removed chunk of code.

17 years agoconfigure: Remove no longer needed check for libsane.
Alexandre Julliard [Thu, 15 Mar 2007 12:51:16 +0000 (13:51 +0100)] 
configure: Remove no longer needed check for libsane.

17 years agokernel32: GlobalMemoryStatusEx: always report at least 1 byte of virtual memory even...
Fabian Bieler [Wed, 14 Mar 2007 23:22:53 +0000 (00:22 +0100)] 
kernel32: GlobalMemoryStatusEx: always report at least 1 byte of virtual memory even if none is available.

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.