wine
14 years agouser32: Always store the window rectangles unmirrored after SetWindowPos.
Alexandre Julliard [Thu, 23 Sep 2010 13:48:02 +0000 (15:48 +0200)] 
user32: Always store the window rectangles unmirrored after SetWindowPos.

14 years agoserver: Mirror the rectangles for RTL windows in set_window_pos.
Alexandre Julliard [Thu, 23 Sep 2010 13:47:46 +0000 (15:47 +0200)] 
server: Mirror the rectangles for RTL windows in set_window_pos.

14 years agowinemenubuilder: Generate ICNS icons on MacOS.
Damjan Jovanovic [Wed, 22 Sep 2010 20:14:47 +0000 (22:14 +0200)] 
winemenubuilder: Generate ICNS icons on MacOS.

14 years agowinemenubuilder: Isolate the platform-specific icon generation code.
Damjan Jovanovic [Wed, 22 Sep 2010 20:14:04 +0000 (22:14 +0200)] 
winemenubuilder: Isolate the platform-specific icon generation code.

14 years agowininet: Cut of the query string before searching for the filename in CreateUrlCacheE...
Henri Verbeet [Thu, 23 Sep 2010 09:48:05 +0000 (11:48 +0200)] 
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().

Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.

14 years agowininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
Henri Verbeet [Thu, 23 Sep 2010 09:48:04 +0000 (11:48 +0200)] 
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().

It would be unfortunate if a long file name would cause us to open a file
based on mostly uninitialized data and write the contents of some random
webpage into it.

14 years agowined3d: Pass a wined3d_state structure to set_tex_op_nvrc().
Henri Verbeet [Thu, 23 Sep 2010 09:48:03 +0000 (11:48 +0200)] 
wined3d: Pass a wined3d_state structure to set_tex_op_nvrc().

14 years agowined3d: Pass a wined3d_state structure to is_invalid_op().
Henri Verbeet [Thu, 23 Sep 2010 09:48:02 +0000 (11:48 +0200)] 
wined3d: Pass a wined3d_state structure to is_invalid_op().

Instead of an entire device.

14 years agoshell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
Hans Leidekker [Thu, 23 Sep 2010 07:25:57 +0000 (09:25 +0200)] 
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.

14 years agoinclude: Add IKnownFolder and IKnownFolderManager interfaces.
Hans Leidekker [Thu, 23 Sep 2010 07:25:42 +0000 (09:25 +0200)] 
include: Add IKnownFolder and IKnownFolderManager interfaces.

14 years agokernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong...
Peter Oberndorfer [Wed, 22 Sep 2010 17:54:38 +0000 (19:54 +0200)] 
kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle.

14 years agokernel32: VerifyConsoleIoHandle does not set last error value.
Peter Oberndorfer [Wed, 22 Sep 2010 17:54:36 +0000 (19:54 +0200)] 
kernel32: VerifyConsoleIoHandle does not set last error value.

14 years agokernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.
Peter Oberndorfer [Wed, 22 Sep 2010 17:53:16 +0000 (19:53 +0200)] 
kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.

14 years agokernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.
Peter Oberndorfer [Wed, 22 Sep 2010 19:06:22 +0000 (21:06 +0200)] 
kernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.

14 years agoshell32: Update the Dutch translation.
Sven Baars [Wed, 22 Sep 2010 18:55:57 +0000 (20:55 +0200)] 
shell32: Update the Dutch translation.

14 years agocomctl32/tests: Default listview width appears to be 1 inch.
Austin Lund [Wed, 22 Sep 2010 06:28:31 +0000 (16:28 +1000)] 
comctl32/tests: Default listview width appears to be 1 inch.

14 years agotaskkill: Add the Dutch translation.
Sven Baars [Wed, 22 Sep 2010 18:55:41 +0000 (20:55 +0200)] 
taskkill: Add the Dutch translation.

14 years agowindowscodecs: Use the BMP decoder to decode ICO frames.
Vincent Povirk [Thu, 16 Sep 2010 18:41:43 +0000 (13:41 -0500)] 
windowscodecs: Use the BMP decoder to decode ICO frames.

14 years agowindowscodecs: Make it possible for the BMP decoder to read packed DIBs.
Vincent Povirk [Thu, 16 Sep 2010 18:40:55 +0000 (13:40 -0500)] 
windowscodecs: Make it possible for the BMP decoder to read packed DIBs.

14 years agouser32: Add support for right-to-left menus.
Alexandre Julliard [Wed, 22 Sep 2010 18:31:52 +0000 (20:31 +0200)] 
user32: Add support for right-to-left menus.

14 years agouser32: Add support for RTL window layouts in WIN_GetRectangles.
Alexandre Julliard [Wed, 22 Sep 2010 18:28:11 +0000 (20:28 +0200)] 
user32: Add support for RTL window layouts in WIN_GetRectangles.

14 years agouser32: Add support for RTL window layouts in MapWindowPoints.
Alexandre Julliard [Wed, 22 Sep 2010 18:27:52 +0000 (20:27 +0200)] 
user32: Add support for RTL window layouts in MapWindowPoints.

14 years agows2_32: Implement AcceptEx and GetAcceptExSockaddrs.
Mike Kaplinskiy [Tue, 21 Sep 2010 01:30:28 +0000 (21:30 -0400)] 
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.

14 years agontdll/tests: Remove unused NtWaitForSingleObject import.
Peter Oberndorfer [Wed, 22 Sep 2010 17:29:58 +0000 (19:29 +0200)] 
ntdll/tests: Remove unused NtWaitForSingleObject import.

14 years agowineconsole: Allow to select popup menu entries with the right mouse button.
Peter Oberndorfer [Wed, 22 Sep 2010 17:29:53 +0000 (19:29 +0200)] 
wineconsole: Allow to select popup menu entries with the right mouse button.

14 years agocrypt32/tests: Add a test for CryptEncryptMessage.
Alexander Morozov [Wed, 22 Sep 2010 16:13:56 +0000 (20:13 +0400)] 
crypt32/tests: Add a test for CryptEncryptMessage.

14 years agohal: Added stub for ExAcquireFastMutex.
Stefan Leichter [Wed, 22 Sep 2010 16:04:53 +0000 (18:04 +0200)] 
hal: Added stub for ExAcquireFastMutex.

14 years agowined3d: Add check for Intel GM965/GL960 with Mesa driver.
Lauri Kenttä [Wed, 22 Sep 2010 15:06:28 +0000 (18:06 +0300)] 
wined3d: Add check for Intel GM965/GL960 with Mesa driver.

14 years agowinex11.drv: Translate the drop point to the virtual screen.
Damjan Jovanovic [Wed, 22 Sep 2010 13:29:42 +0000 (15:29 +0200)] 
winex11.drv: Translate the drop point to the virtual screen.

14 years agoshell32: Update Swedish translation.
Anders Jonsson [Wed, 22 Sep 2010 10:38:52 +0000 (12:38 +0200)] 
shell32: Update Swedish translation.

14 years agotaskkill: Add Swedish translation.
Anders Jonsson [Wed, 22 Sep 2010 10:38:07 +0000 (12:38 +0200)] 
taskkill: Add Swedish translation.

14 years agotaskkill: Add French translation.
Frédéric Delanoy [Wed, 22 Sep 2010 10:16:15 +0000 (12:16 +0200)] 
taskkill: Add French translation.

14 years agotaskkill: Add Lithuanian translation.
Aurimas Fišeras [Tue, 21 Sep 2010 19:54:33 +0000 (22:54 +0300)] 
taskkill: Add Lithuanian translation.

14 years agotaskkill: Add German translation.
André Hentschel [Tue, 21 Sep 2010 19:48:15 +0000 (21:48 +0200)] 
taskkill: Add German translation.

14 years agowinmm/tests: Fix some tests that fail on Windows with no input device.
Alexandre Julliard [Wed, 22 Sep 2010 11:30:31 +0000 (13:30 +0200)] 
winmm/tests: Fix some tests that fail on Windows with no input device.

14 years agokernel32: Add a stub for GetSystemDEPPolicy.
Austin English [Wed, 22 Sep 2010 04:17:29 +0000 (21:17 -0700)] 
kernel32: Add a stub for GetSystemDEPPolicy.

14 years agontoskrnl.exe: Add stub for READ_REGISTER_BUFFER_UCHAR.
Austin English [Wed, 22 Sep 2010 07:07:03 +0000 (00:07 -0700)] 
ntoskrnl.exe: Add stub for READ_REGISTER_BUFFER_UCHAR.

14 years agontoskrnl.exe: Add stub for KeInitializeDpc.
Austin English [Wed, 22 Sep 2010 07:06:07 +0000 (00:06 -0700)] 
ntoskrnl.exe: Add stub for KeInitializeDpc.

14 years agouser32: Make sure that SendInput always initializes the time field.
Dmitry Timoshkov [Wed, 22 Sep 2010 06:49:45 +0000 (15:49 +0900)] 
user32: Make sure that SendInput always initializes the time field.

14 years agouserenv: Add a stub for GetDefaultUserProfileDirectoryA/W.
Austin English [Wed, 22 Sep 2010 04:53:08 +0000 (21:53 -0700)] 
userenv: Add a stub for GetDefaultUserProfileDirectoryA/W.

14 years agomshtml: Added PrintHTML stub.
Jacek Caban [Wed, 22 Sep 2010 10:18:43 +0000 (12:18 +0200)] 
mshtml: Added PrintHTML stub.

14 years agouser32: Uncomment the GetWindowPlacement() test, fill the test data with real values.
Dmitry Timoshkov [Wed, 22 Sep 2010 08:50:27 +0000 (17:50 +0900)] 
user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.

14 years agocomctl32/tests: LVM_GETRECTITEM should return TRUE.
Austin Lund [Wed, 22 Sep 2010 06:28:30 +0000 (16:28 +1000)] 
comctl32/tests: LVM_GETRECTITEM should return TRUE.

14 years agoserver: Fix console creation logic.
Eric Pouech [Tue, 21 Sep 2010 20:09:06 +0000 (22:09 +0200)] 
server: Fix console creation logic.

14 years agowined3d: Move clip status to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:56 +0000 (21:20 +0200)] 
wined3d: Move clip status to wined3d_state.

14 years agowined3d: Move clip plane state to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:55 +0000 (21:20 +0200)] 
wined3d: Move clip plane state to wined3d_state.

14 years agowined3d: Move light state to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:54 +0000 (21:20 +0200)] 
wined3d: Move light state to wined3d_state.

14 years agowined3d: Move the primitive type to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:53 +0000 (21:20 +0200)] 
wined3d: Move the primitive type to wined3d_state.

14 years agotaskkill: Add Italian translation.
Luca Bennati [Tue, 21 Sep 2010 07:56:08 +0000 (09:56 +0200)] 
taskkill: Add Italian translation.

14 years agodinput: OSX joystick driver separate device for each top level HID collection.
Zach Smith [Tue, 21 Sep 2010 02:25:27 +0000 (22:25 -0400)] 
dinput: OSX joystick driver separate device for each top level HID collection.

14 years agod3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
Misha Koshelev [Thu, 16 Sep 2010 22:02:48 +0000 (17:02 -0500)] 
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.

14 years agoshell32: Ukrainian translation update.
Igor Paliychuk [Tue, 21 Sep 2010 13:21:49 +0000 (16:21 +0300)] 
shell32: Ukrainian translation update.

14 years agoinetcpl: Added Ukrainian translation.
Igor Paliychuk [Tue, 21 Sep 2010 13:21:01 +0000 (16:21 +0300)] 
inetcpl: Added Ukrainian translation.

14 years agojscript: Better checks for too old jscript.dll versions.
Jacek Caban [Tue, 21 Sep 2010 13:58:48 +0000 (15:58 +0200)] 
jscript: Better checks for too old jscript.dll versions.

14 years agouser32: UpdateLayeredWindow() should fail on non-layered or already initialized window.
Dmitry Timoshkov [Tue, 21 Sep 2010 07:35:30 +0000 (16:35 +0900)] 
user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.

14 years agowidl: Avoid duplicate assignments in resolve_expression.
Gerald Pfeifer [Sun, 19 Sep 2010 10:06:52 +0000 (12:06 +0200)] 
widl: Avoid duplicate assignments in resolve_expression.

14 years agokrnl386.exe: Get rid of the useless config.sys parser.
Alexandre Julliard [Tue, 21 Sep 2010 13:59:45 +0000 (15:59 +0200)] 
krnl386.exe: Get rid of the useless config.sys parser.

14 years agowineps: Add a comment about the trap for code checking tools.
Alexandre Julliard [Tue, 21 Sep 2010 13:55:33 +0000 (15:55 +0200)] 
wineps: Add a comment about the trap for code checking tools.

14 years agoddraw: Pass the correct size to memset (Coccinelle).
Paul Vriens [Tue, 21 Sep 2010 12:37:38 +0000 (14:37 +0200)] 
ddraw: Pass the correct size to memset (Coccinelle).

14 years agowined3d: Reduce the size of a huge function that takes ages to compile.
Alexandre Julliard [Tue, 21 Sep 2010 13:47:22 +0000 (15:47 +0200)] 
wined3d: Reduce the size of a huge function that takes ages to compile.

14 years agotaskkill: Implement forcible termination by process name.
Andrew Nguyen [Tue, 21 Sep 2010 07:21:23 +0000 (02:21 -0500)] 
taskkill: Implement forcible termination by process name.

14 years agotaskkill: Implement forcible termination by process identifier.
Andrew Nguyen [Tue, 21 Sep 2010 07:21:14 +0000 (02:21 -0500)] 
taskkill: Implement forcible termination by process identifier.

14 years agotaskkill: Implement graceful termination by process name.
Andrew Nguyen [Tue, 21 Sep 2010 07:20:58 +0000 (02:20 -0500)] 
taskkill: Implement graceful termination by process name.

14 years agotaskkill: Implement graceful termination by process identifier.
Andrew Nguyen [Tue, 21 Sep 2010 07:18:41 +0000 (02:18 -0500)] 
taskkill: Implement graceful termination by process identifier.

14 years agotaskkill: Implement basic command-line parsing.
Andrew Nguyen [Tue, 21 Sep 2010 07:17:26 +0000 (02:17 -0500)] 
taskkill: Implement basic command-line parsing.

14 years agotaskkill: Add stub implementation.
Andrew Nguyen [Tue, 21 Sep 2010 07:17:09 +0000 (02:17 -0500)] 
taskkill: Add stub implementation.

14 years agouser32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.
Dmitry Timoshkov [Tue, 21 Sep 2010 08:54:17 +0000 (17:54 +0900)] 
user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.

14 years agogameux/tests: Add test of creating IGameStatistics instance.
Mariusz Pluciński [Mon, 20 Sep 2010 13:04:56 +0000 (15:04 +0200)] 
gameux/tests: Add test of creating IGameStatistics instance.

14 years agodbghelp: Fix use of GetProcessHeap.
Paul Vriens [Tue, 21 Sep 2010 11:01:54 +0000 (13:01 +0200)] 
dbghelp: Fix use of GetProcessHeap.

14 years agoadvapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
Hans Leidekker [Tue, 21 Sep 2010 10:54:50 +0000 (12:54 +0200)] 
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.

14 years agowinedump: Match the new Makefile format.
Austin English [Tue, 21 Sep 2010 05:25:50 +0000 (22:25 -0700)] 
winedump: Match the new Makefile format.

14 years agoshlwapi: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:31:41 +0000 (23:31 +0200)] 
shlwapi: Update Italian translation.

14 years agoshell32: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:28:47 +0000 (23:28 +0200)] 
shell32: Update Italian translation.

14 years agoiccvid: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:54:56 +0000 (22:54 +0200)] 
iccvid: Update Italian translation.

14 years agocomdlg32: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:33:25 +0000 (22:33 +0200)] 
comdlg32: Update Italian translation.

14 years agowinecfg: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:50:56 +0000 (23:50 +0200)] 
winecfg: Update Italian translation.

14 years agowineconsole: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:50:40 +0000 (23:50 +0200)] 
wineconsole: Update Italian translation.

14 years agowininet: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:42:17 +0000 (23:42 +0200)] 
wininet: Update Italian translation.

14 years agowineps.drv: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:39:47 +0000 (23:39 +0200)] 
wineps.drv: Update Italian translation.

14 years agoshdocvw: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:21:37 +0000 (23:21 +0200)] 
shdocvw: Update Italian translation.

14 years agoshdoclc: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:20:15 +0000 (23:20 +0200)] 
shdoclc: Update Italian translation.

14 years agooledlg: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:13:38 +0000 (23:13 +0200)] 
oledlg: Update Italian translation.

14 years agomsvfw32: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:08:15 +0000 (23:08 +0200)] 
msvfw32: Update Italian translation.

14 years agohhctrl.ocx: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:53:44 +0000 (22:53 +0200)] 
hhctrl.ocx: Update Italian translation.

14 years agocryptui: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:47:53 +0000 (22:47 +0200)] 
cryptui: Update Italian translation.

14 years agocryptdlg: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:43:35 +0000 (22:43 +0200)] 
cryptdlg: Update Italian translation.

14 years agoavifil32: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:33:01 +0000 (22:33 +0200)] 
avifil32: Update Italian translation.

14 years agocrypt32: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 20:33:48 +0000 (22:33 +0200)] 
crypt32: Update Italian translation.

14 years agoshell32: Update French translation.
Frédéric Delanoy [Mon, 20 Sep 2010 22:34:05 +0000 (00:34 +0200)] 
shell32: Update French translation.

14 years agobuild-env: Don't use 'exchange instruction set' instructions on ARM to fix build...
André Hentschel [Mon, 20 Sep 2010 21:14:18 +0000 (23:14 +0200)] 
build-env: Don't use 'exchange instruction set' instructions on ARM to fix build on ARMv6 e.g. Nokia N810.

14 years agourlmon: Added about:blank IUri test.
Jacek Caban [Mon, 20 Sep 2010 18:01:13 +0000 (20:01 +0200)] 
urlmon: Added about:blank IUri test.

14 years agourlmon: Make protocol_start IUri-based.
Jacek Caban [Mon, 20 Sep 2010 18:00:52 +0000 (20:00 +0200)] 
urlmon: Make protocol_start IUri-based.

14 years agowined3d: Move base vertex state to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 17:41:24 +0000 (19:41 +0200)] 
wined3d: Move base vertex state to wined3d_state.

14 years agowined3d: Move index buffer state to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 17:41:23 +0000 (19:41 +0200)] 
wined3d: Move index buffer state to wined3d_state.

14 years agowined3d: Move stream state to wined3d_state.
Henri Verbeet [Mon, 20 Sep 2010 17:41:22 +0000 (19:41 +0200)] 
wined3d: Move stream state to wined3d_state.

14 years agod3d9/tests: Cleanup maxmip_test() a bit.
Henri Verbeet [Mon, 20 Sep 2010 17:41:21 +0000 (19:41 +0200)] 
d3d9/tests: Cleanup maxmip_test() a bit.

Having the failure message match the actual draw call in particular makes
debugging failures a lot nicer.

14 years agowine.inf: Create the x86 program files key in Wow64 mode too.
Alexandre Julliard [Tue, 21 Sep 2010 12:13:42 +0000 (14:13 +0200)] 
wine.inf: Create the x86 program files key in Wow64 mode too.

14 years agoshell32: Map the x86 version of the folder to the appropriate path depending on Wow64...
Alexandre Julliard [Tue, 21 Sep 2010 11:36:17 +0000 (13:36 +0200)] 
shell32: Map the x86 version of the folder to the appropriate path depending on Wow64 mode.

14 years agoconfigure: Make sure the rules files are rebuilt when doing make depend.
Alexandre Julliard [Mon, 20 Sep 2010 18:23:25 +0000 (20:23 +0200)] 
configure: Make sure the rules files are rebuilt when doing make depend.

14 years agoshell32/tests: SHBrowseForFolder should return new folder pidl.
Michael Mc Donnell [Sun, 19 Sep 2010 10:12:06 +0000 (12:12 +0200)] 
shell32/tests: SHBrowseForFolder should return new folder pidl.