wine
17 years agoclock: Make the window round in no title bar mode, to exercise SetWindowRgn.
Alexandre Julliard [Mon, 5 Mar 2007 15:42:30 +0000 (16:42 +0100)] 
clock: Make the window round in no title bar mode, to exercise SetWindowRgn.

17 years agoadvapi32/tests: Move skip to a more appropriate place.
Paul Vriens [Mon, 5 Mar 2007 13:11:22 +0000 (14:11 +0100)] 
advapi32/tests: Move skip to a more appropriate place.

17 years agoadvapi32/tests: Don't use FreeLibrary with GetModuleHandle.
Paul Vriens [Mon, 5 Mar 2007 13:11:17 +0000 (14:11 +0100)] 
advapi32/tests: Don't use FreeLibrary with GetModuleHandle.

17 years agohhctrl.ocx: Fix a format warning.
Michael Stefaniuc [Mon, 5 Mar 2007 12:48:23 +0000 (13:48 +0100)] 
hhctrl.ocx: Fix a format warning.

17 years agokernel32: Implement CallNamedPipeW.
Rob Shearman [Mon, 5 Mar 2007 12:06:02 +0000 (12:06 +0000)] 
kernel32: Implement CallNamedPipeW.

17 years agowininet: Always make copies of strings passed to INTERNET_SendCallback.
Rob Shearman [Mon, 5 Mar 2007 12:06:47 +0000 (12:06 +0000)] 
wininet: Always make copies of strings passed to INTERNET_SendCallback.

This ensures that applications that change the strings received in
status callbacks don't affect the data needed to successfully connect to
the correct server.

17 years agocredui: The pfSave parameter of CredUIPromptForCredentials is optional.
Rob Shearman [Mon, 5 Mar 2007 12:05:19 +0000 (12:05 +0000)] 
credui: The pfSave parameter of CredUIPromptForCredentials is optional.

17 years agomsi: Set the PackageCode property based on the "revision number" data in the summary...
Rob Shearman [Mon, 5 Mar 2007 12:04:41 +0000 (12:04 +0000)] 
msi: Set the PackageCode property based on the "revision number" data in the summary information.

Add a test to show that PackageCode is set by MSI.

17 years agomsi: Rewrite the second loop in ACTION_FinishCustomActions so that it always terminates.
Rob Shearman [Mon, 5 Mar 2007 12:03:59 +0000 (12:03 +0000)] 
msi: Rewrite the second loop in ACTION_FinishCustomActions so that it always terminates.

Create an array of handles to wait on so that we can wait without
holding a critical section.

17 years agomsi: Set the Date, Time and VersionDatabase properties.
Rob Shearman [Mon, 5 Mar 2007 12:03:20 +0000 (12:03 +0000)] 
msi: Set the Date, Time and VersionDatabase properties.

Add tests for these properties.
Update the todo list of properties to set.

17 years agowinedump: sign-compare fixes.
Joris Huizer [Sat, 3 Mar 2007 13:30:32 +0000 (05:30 -0800)] 
winedump: sign-compare fixes.

17 years agopreloader: sign-compare fix.
Joris Huizer [Sat, 3 Mar 2007 13:30:55 +0000 (05:30 -0800)] 
preloader: sign-compare fix.

17 years agowinebuild: sign-compare fixes.
Joris Huizer [Sat, 3 Mar 2007 13:30:03 +0000 (05:30 -0800)] 
winebuild: sign-compare fixes.

17 years agowined3d: Adjust the rhw transformation for offscreen rendering.
Stefan Dösinger [Sat, 3 Mar 2007 01:35:17 +0000 (02:35 +0100)] 
wined3d: Adjust the rhw transformation for offscreen rendering.

When drawing processed vertices with the fixed function pipeline the
projection matrix is set up to map y values from 0 to height to 1.0;
-1.0(gl and d3d coord systems are flipped). This moves the y axis to
the bottom of the drawing area. When later on the y inversion matrix
is applied for offscreen rendering, the coordinate system will get
flipped out of the viewport.

This patch sets the Y range up upside down when using offscreen
rendering, so the invymat will flip it to the correct position. This
has to happen before the 0.375 pixel correction.

17 years agowined3d: Use the scissor test when clearing the full surface too.
Stefan Dösinger [Fri, 2 Mar 2007 08:25:02 +0000 (09:25 +0100)] 
wined3d: Use the scissor test when clearing the full surface too.

It was incorrect to disable the scissor test for full surfaces in my
clear patch. With back buffer offscreen rendering the viewport does
not seem to restrict clearing, and with different sizes of depth
stencil and color buffer the final fantasy XI demo seems to expect the
clear to be restricted.

17 years agoquartz: Don't AddRef an object we just created and are handing back to the caller.
Chris Robinson [Mon, 5 Mar 2007 08:12:29 +0000 (00:12 -0800)] 
quartz: Don't AddRef an object we just created and are handing back to the caller.

17 years agoquartz: Report the previous refcount of a PullPin object.
Chris Robinson [Mon, 5 Mar 2007 04:46:04 +0000 (20:46 -0800)] 
quartz: Report the previous refcount of a PullPin object.

17 years agokernel32/tests: Show wrong behaviour with current directory.
Jason Edmeades [Sun, 4 Mar 2007 22:37:38 +0000 (22:37 +0000)] 
kernel32/tests: Show wrong behaviour with current directory.

17 years agocmd.exe: Fix stdio redirects.
Jason Edmeades [Sun, 4 Mar 2007 22:39:22 +0000 (22:39 +0000)] 
cmd.exe: Fix stdio redirects.

17 years agocmd.exe: Add support for del file1 file2.
Jason Edmeades [Sun, 4 Mar 2007 22:35:09 +0000 (22:35 +0000)] 
cmd.exe: Add support for del file1 file2.

17 years agocmd.exe: Add ASSOC command.
Jason Edmeades [Sun, 4 Mar 2007 22:34:45 +0000 (22:34 +0000)] 
cmd.exe: Add ASSOC command.

17 years agocmd.exe: PROMPT option to show pushd levels.
Jason Edmeades [Sun, 4 Mar 2007 22:34:20 +0000 (22:34 +0000)] 
cmd.exe: PROMPT option to show pushd levels.

17 years agocmd.exe: Additional PROMPT options.
Jason Edmeades [Sun, 4 Mar 2007 22:33:51 +0000 (22:33 +0000)] 
cmd.exe: Additional PROMPT options.

17 years agocmd.exe: Support rd dir1 dir2.
Jason Edmeades [Sun, 4 Mar 2007 22:33:27 +0000 (22:33 +0000)] 
cmd.exe: Support rd dir1 dir2.

17 years agodbghelp: module target: Better error handling when init fails and creates a dummy...
Eric Pouech [Sun, 4 Mar 2007 16:02:31 +0000 (17:02 +0100)] 
dbghelp: module target: Better error handling when init fails and creates a dummy thread.

17 years agodbghelp: Fixes for loading circular references on function signature.
Eric Pouech [Sun, 4 Mar 2007 16:04:07 +0000 (17:04 +0100)] 
dbghelp: Fixes for loading circular references on function signature.

17 years agodbghelp: Implemented SymEnumTypesW.
Eric Pouech [Sun, 4 Mar 2007 16:00:50 +0000 (17:00 +0100)] 
dbghelp: Implemented SymEnumTypesW.

17 years agowinedbg: When reloading a minidump, recreate all threads from the thread record ...
Eric Pouech [Sun, 4 Mar 2007 19:10:41 +0000 (20:10 +0100)] 
winedbg: When reloading a minidump, recreate all threads from the thread record (and not just the first one).

17 years agowinedbg: Fix printing function signature type for circular references on return type.
Eric Pouech [Sun, 4 Mar 2007 16:04:13 +0000 (17:04 +0100)] 
winedbg: Fix printing function signature type for circular references on return type.

17 years agowinedbg: Fix maint type when no process is active.
Eric Pouech [Sun, 4 Mar 2007 16:04:18 +0000 (17:04 +0100)] 
winedbg: Fix maint type when no process is active.

17 years agoquartz: Use the right vtable offset for the IMediaFilter functions.
Chris Robinson [Sun, 4 Mar 2007 07:16:44 +0000 (23:16 -0800)] 
quartz: Use the right vtable offset for the IMediaFilter functions.

17 years agomapi32/tests: Don't run tests if functions are not implemented.
Paul Vriens [Sun, 4 Mar 2007 10:44:34 +0000 (11:44 +0100)] 
mapi32/tests: Don't run tests if functions are not implemented.

17 years agogdi32: Avoid a needless goto.
Dmitry Timoshkov [Sun, 4 Mar 2007 08:30:43 +0000 (16:30 +0800)] 
gdi32: Avoid a needless goto.

17 years agocmd: Remove unneeded NONAMELESS* defines and ifdefs.
Francois Gouget [Mon, 5 Mar 2007 09:26:16 +0000 (10:26 +0100)] 
cmd: Remove unneeded NONAMELESS* defines and ifdefs.

17 years agooleview: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 4 Mar 2007 01:00:13 +0000 (02:00 +0100)] 
oleview: Fix compilation on systems that don't support nameless unions.

17 years agocmd: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 4 Mar 2007 00:59:59 +0000 (01:59 +0100)] 
cmd: Fix compilation on systems that don't support nameless unions.

17 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 4 Mar 2007 00:59:36 +0000 (01:59 +0100)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

17 years agoadvapi32: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Sat, 3 Mar 2007 23:46:12 +0000 (23:46 +0000)] 
advapi32: Replace const pointer parameters with correct pointers to const.

17 years agoadvapi32: Constify a variable.
Andrew Talbot [Sat, 3 Mar 2007 22:36:05 +0000 (22:36 +0000)] 
advapi32: Constify a variable.

17 years agoversion: Constify some variables.
Andrew Talbot [Sat, 3 Mar 2007 22:36:49 +0000 (22:36 +0000)] 
version: Constify some variables.

17 years agoregedit: Updated Korean resource.
Hwang YunSong(황윤성) [Sat, 3 Mar 2007 08:57:36 +0000 (17:57 +0900)] 
regedit: Updated Korean resource.

17 years agodplayx: Remove unneeded test, fix compilation on msvc++.
Kai Blin [Sat, 3 Mar 2007 11:44:17 +0000 (12:44 +0100)] 
dplayx: Remove unneeded test, fix compilation on msvc++.

17 years agodplayx: Use skip and fix indentation.
Kai Blin [Sat, 3 Mar 2007 11:43:51 +0000 (12:43 +0100)] 
dplayx: Use skip and fix indentation.

17 years agosecur32: Use skip for skipped tests, reduce indentation.
Kai Blin [Sat, 3 Mar 2007 09:57:21 +0000 (10:57 +0100)] 
secur32: Use skip for skipped tests, reduce indentation.

17 years agoquartz: Use the proper CLSID when creating the IFilterMapper2 interface.
Chris Robinson [Sat, 3 Mar 2007 08:22:59 +0000 (00:22 -0800)] 
quartz: Use the proper CLSID when creating the IFilterMapper2 interface.

17 years agoquartz: Return the proper interface for IFilterMapper.
Chris Robinson [Sat, 3 Mar 2007 08:21:08 +0000 (00:21 -0800)] 
quartz: Return the proper interface for IFilterMapper.

17 years agouser32: win2k and XP return broken border info in GetWindowInfo most of the time...
Dmitry Timoshkov [Sat, 3 Mar 2007 04:49:33 +0000 (12:49 +0800)] 
user32: win2k and XP return broken border info in GetWindowInfo most of the time, so there is no point in testing it.

17 years agouser32: Fix most of test failures when running message test under win2k and XP.
Dmitry Timoshkov [Sat, 3 Mar 2007 04:48:46 +0000 (12:48 +0800)] 
user32: Fix most of test failures when running message test under win2k and XP.

17 years agocomctl32: datetime: Tests for events for date and time picker added.
Kanit Therdsteerasukdi [Fri, 2 Mar 2007 17:05:40 +0000 (09:05 -0800)] 
comctl32: datetime: Tests for events for date and time picker added.

17 years agohhctrl.ocx: Try to build URL with full path if navigation to URL fails.
Jacek Caban [Fri, 2 Mar 2007 17:21:02 +0000 (18:21 +0100)] 
hhctrl.ocx: Try to build URL with full path if navigation to URL fails.

17 years agohhctrl.ocx: Correctly handle URLs in SetChmPath.
Jacek Caban [Fri, 2 Mar 2007 17:19:48 +0000 (18:19 +0100)] 
hhctrl.ocx: Correctly handle URLs in SetChmPath.

17 years agontdll: Make exception test not hang when creating process fails.
Peter Oberndorfer [Fri, 2 Mar 2007 15:12:54 +0000 (16:12 +0100)] 
ntdll: Make exception test not hang when creating process fails.

17 years agowined3d: gl_FogFragCoord is a scalar.
H. Verbeet [Fri, 2 Mar 2007 13:58:50 +0000 (14:58 +0100)] 
wined3d: gl_FogFragCoord is a scalar.

17 years agowined3d: The texldl instruction takes 3 arguments.
H. Verbeet [Fri, 2 Mar 2007 13:58:46 +0000 (14:58 +0100)] 
wined3d: The texldl instruction takes 3 arguments.

17 years agowined3d: Properly check the clipplane index against the limit.
H. Verbeet [Fri, 2 Mar 2007 13:58:40 +0000 (14:58 +0100)] 
wined3d: Properly check the clipplane index against the limit.

17 years agoprograms/winetest: Raise fileversion.
Paul Vriens [Fri, 2 Mar 2007 18:09:35 +0000 (19:09 +0100)] 
programs/winetest: Raise fileversion.

17 years agomsi/tests: Properly cleanup after each test.
Paul Vriens [Fri, 2 Mar 2007 16:04:46 +0000 (17:04 +0100)] 
msi/tests: Properly cleanup after each test.

17 years agoshell32/tests: Rewording and cleanup.
Paul Vriens [Fri, 2 Mar 2007 13:12:27 +0000 (14:12 +0100)] 
shell32/tests: Rewording and cleanup.

17 years agoadvapi32/tests: Make use of skip.
Paul Vriens [Fri, 2 Mar 2007 13:09:19 +0000 (14:09 +0100)] 
advapi32/tests: Make use of skip.

17 years agoRelease 0.9.32. wine-0.9.32
Alexandre Julliard [Fri, 2 Mar 2007 16:12:43 +0000 (17:12 +0100)] 
Release 0.9.32.

17 years agogdi32: Don't fail replacement on no localized family name.
Aric Stewart [Fri, 2 Mar 2007 02:04:12 +0000 (11:04 +0900)] 
gdi32: Don't fail replacement on no localized family name.

17 years agonetapi32: Fixed array overflow (spotted by Coverity).
Marcus Meissner [Fri, 2 Mar 2007 07:40:34 +0000 (08:40 +0100)] 
netapi32: Fixed array overflow (spotted by Coverity).

17 years agomlang/tests: Protect from 1 byte static buffer overflow.
Marcus Meissner [Fri, 2 Mar 2007 07:22:21 +0000 (08:22 +0100)] 
mlang/tests: Protect from 1 byte static buffer overflow.

17 years agouxtheme: Fixed wrong index in draw.c.
Marcus Meissner [Fri, 2 Mar 2007 07:11:04 +0000 (08:11 +0100)] 
uxtheme: Fixed wrong index in draw.c.

17 years agoadvapi32/tests: Make use of skip.
Paul Vriens [Fri, 2 Mar 2007 08:59:26 +0000 (09:59 +0100)] 
advapi32/tests: Make use of skip.

17 years agoregedit: Correctly parse key name containing ']' when deleting/exporting.
Lei Zhang [Fri, 2 Mar 2007 00:34:42 +0000 (16:34 -0800)] 
regedit: Correctly parse key name containing ']' when deleting/exporting.

17 years agoregedit: Allow entering - for a key in a .reg file to delete that key.
Lei Zhang [Fri, 2 Mar 2007 00:25:08 +0000 (16:25 -0800)] 
regedit: Allow entering - for a key in a .reg file to delete that key.

17 years agoregedit: Removed dead code from regproc.c.
Lei Zhang [Thu, 1 Mar 2007 23:47:14 +0000 (15:47 -0800)] 
regedit: Removed dead code from regproc.c.

17 years agoregedit: Updated English resources to remove shortcut conflicts.
Lei Zhang [Thu, 1 Mar 2007 22:48:51 +0000 (14:48 -0800)] 
regedit: Updated English resources to remove shortcut conflicts.

17 years agouser32: Add another test for GetUpdateRect().
Clinton Stimpson [Fri, 2 Mar 2007 00:34:09 +0000 (17:34 -0700)] 
user32: Add another test for GetUpdateRect().

17 years agomshtml: Added more tests.
Jacek Caban [Fri, 2 Mar 2007 01:20:48 +0000 (02:20 +0100)] 
mshtml: Added more tests.

17 years agomshtml: Always read data in OnDataAvailable.
Jacek Caban [Fri, 2 Mar 2007 01:20:08 +0000 (02:20 +0100)] 
mshtml: Always read data in OnDataAvailable.

17 years agourlmon: Fix FindMimeFromData tests on IE7.
Jacek Caban [Thu, 1 Mar 2007 19:21:55 +0000 (20:21 +0100)] 
urlmon: Fix FindMimeFromData tests on IE7.

17 years agogdi32: Implement GetFontUnicodeRanges.
Hans Leidekker [Thu, 1 Mar 2007 19:30:12 +0000 (20:30 +0100)] 
gdi32: Implement GetFontUnicodeRanges.

17 years agohhctrl.ocx: Store full chm paths to solve problems with relative paths.
Jacek Caban [Thu, 1 Mar 2007 17:28:09 +0000 (18:28 +0100)] 
hhctrl.ocx: Store full chm paths to solve problems with relative paths.

17 years agorpcrt4: Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn't defined.
Rob Shearman [Thu, 1 Mar 2007 17:17:54 +0000 (17:17 +0000)] 
rpcrt4: Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn't defined.

Fixes compilation on *BSD systems.

17 years agowineps.drv: Many MacOSX generated ppd files don't include a *ColorDevice line. Treat...
Huw Davies [Thu, 1 Mar 2007 14:29:47 +0000 (14:29 +0000)] 
wineps.drv: Many MacOSX generated ppd files don't include a *ColorDevice line. Treat these as if they were colour.

17 years agocomctl32: header tests: Support different window border width.
Mikołaj Zalewski [Thu, 1 Mar 2007 12:45:09 +0000 (13:45 +0100)] 
comctl32: header tests: Support different window border width.

17 years agocomctl32: rebar tests: Support different window border width.
Mikołaj Zalewski [Thu, 1 Mar 2007 12:42:37 +0000 (13:42 +0100)] 
comctl32: rebar tests: Support different window border width.

17 years agoschannel: Add new schannel dll that mostly forwards to secur32.
Rob Shearman [Thu, 1 Mar 2007 12:17:59 +0000 (12:17 +0000)] 
schannel: Add new schannel dll that mostly forwards to secur32.

17 years agosecur32: SealMessage and UnsealMessage are aliases of EncryptMessage and DecryptMessa...
Rob Shearman [Thu, 1 Mar 2007 12:14:09 +0000 (12:14 +0000)] 
secur32: SealMessage and UnsealMessage are aliases of EncryptMessage and DecryptMessage respectively.

17 years agomakedep: Fixed string comparison against the source tree path
Alexandre Julliard [Thu, 1 Mar 2007 14:21:39 +0000 (15:21 +0100)] 
makedep: Fixed string comparison against the source tree path

(reported by Kai Blin).

17 years agodplay: Directplay should initialize session Guid, with conformance tests.
Alessandro Pignotti [Tue, 27 Feb 2007 16:27:43 +0000 (17:27 +0100)] 
dplay: Directplay should initialize session Guid, with conformance tests.

17 years agowordpad: Add text alignment buttons.
Alexander Nicolaysen Sørnes [Tue, 27 Feb 2007 14:09:24 +0000 (15:09 +0100)] 
wordpad: Add text alignment buttons.

17 years agonotepad: Fully revise Korean translation.
Bang Jun-Young [Tue, 27 Feb 2007 04:35:53 +0000 (13:35 +0900)] 
notepad: Fully revise Korean translation.

17 years agowine/test: Print the official name of the test in summary.
Alexandre Julliard [Thu, 1 Mar 2007 13:48:20 +0000 (14:48 +0100)] 
wine/test: Print the official name of the test in summary.

17 years agowinex11.drv: Make sure keyboard state is up to date before processing GetAsyncKeyState.
Aric Stewart [Tue, 27 Feb 2007 11:28:28 +0000 (20:28 +0900)] 
winex11.drv: Make sure keyboard state is up to date before processing GetAsyncKeyState.

17 years agocmd: Fix silly local variables indentation that breaks diff -p.
Alexandre Julliard [Thu, 1 Mar 2007 11:43:19 +0000 (12:43 +0100)] 
cmd: Fix silly local variables indentation that breaks diff -p.

17 years agocmd: Support /-Y and COPYCMD environment variable in the "copy" builtin.
Alexander Farber [Wed, 28 Feb 2007 13:49:46 +0000 (14:49 +0100)] 
cmd: Support /-Y and COPYCMD environment variable in the "copy" builtin.

17 years agocmd: Fixed 3 buffer overflows when fetching environment variables.
Alexander Farber [Wed, 28 Feb 2007 14:23:15 +0000 (15:23 +0100)] 
cmd: Fixed 3 buffer overflows when fetching environment variables.

17 years agowininet/ftp: Let CreateFile deal with last error.
Paul Vriens [Thu, 1 Mar 2007 11:01:04 +0000 (12:01 +0100)] 
wininet/ftp: Let CreateFile deal with last error.

17 years agowinex11.drv: Spring cleanup in X11DRV_setup_opengl_visual, and added one new visual...
Tomas Carnecky [Thu, 1 Mar 2007 11:06:45 +0000 (12:06 +0100)] 
winex11.drv: Spring cleanup in X11DRV_setup_opengl_visual, and added one new visual config (with aux buffers).

17 years agowined3d: Support GL_APPLE_fence for event queries.
Stefan Dösinger [Thu, 1 Mar 2007 00:17:05 +0000 (01:17 +0100)] 
wined3d: Support GL_APPLE_fence for event queries.

17 years agowined3d: Support event queries using GL_NV_fence.
Stefan Dösinger [Wed, 28 Feb 2007 23:34:33 +0000 (00:34 +0100)] 
wined3d: Support event queries using GL_NV_fence.

17 years agowined3d: Add GL_NV_fence defines and functions.
Stefan Dösinger [Thu, 1 Mar 2007 00:00:09 +0000 (01:00 +0100)] 
wined3d: Add GL_NV_fence defines and functions.

17 years agowined3d: Use the source surface's texture for writing the backup.
Stefan Dösinger [Thu, 1 Mar 2007 00:42:50 +0000 (01:42 +0100)] 
wined3d: Use the source surface's texture for writing the backup.

The hwstretch blit code creates a new texture each time it is called
to back up the back buffer and releases it afterwards. It is more
efficient to keep the texture and release it with the surface.

17 years agowined3d: Prepare only fixed function samplers for blit.
Stefan Dösinger [Thu, 1 Mar 2007 00:21:47 +0000 (01:21 +0100)] 
wined3d: Prepare only fixed function samplers for blit.

17 years agowinex11.drv: Change virtual desktop refresh rate from 0 to 60.
Jan Zerebecki [Thu, 1 Mar 2007 06:57:41 +0000 (07:57 +0100)] 
winex11.drv: Change virtual desktop refresh rate from 0 to 60.

17 years agoregedit: Correctly parse key name containing ']'.
Lei Zhang [Thu, 1 Mar 2007 01:41:45 +0000 (17:41 -0800)] 
regedit: Correctly parse key name containing ']'.

17 years agocomctl32: rebar: Remove the not needed BANDS_NEED_LAYOUT flag.
Mikołaj Zalewski [Mon, 19 Feb 2007 19:49:00 +0000 (20:49 +0100)] 
comctl32: rebar: Remove the not needed BANDS_NEED_LAYOUT flag.