wine
13 years agohostname: Make display_computer_name() static.
Francois Gouget [Mon, 23 May 2011 14:20:36 +0000 (16:20 +0200)] 
hostname: Make display_computer_name() static.

13 years agomsvcrt: Add a trailing '\n' to an ERR() call.
Francois Gouget [Mon, 23 May 2011 14:20:30 +0000 (16:20 +0200)] 
msvcrt: Add a trailing '\n' to an ERR() call.

13 years agowininet: Added connection closing tests.
Jacek Caban [Mon, 23 May 2011 14:10:22 +0000 (16:10 +0200)] 
wininet: Added connection closing tests.

13 years agowininet: Correctly handle closed socket in HTTP_ReceiveRequestData.
Jacek Caban [Mon, 23 May 2011 14:10:09 +0000 (16:10 +0200)] 
wininet: Correctly handle closed socket in HTTP_ReceiveRequestData.

13 years agowinsta: Add stubs for WinStationQueryInformationA/W.
Alexandre Julliard [Mon, 23 May 2011 11:38:42 +0000 (13:38 +0200)] 
winsta: Add stubs for WinStationQueryInformationA/W.

13 years agoinclude: Undefine the nameless union/struct macros to avoid conflicts with mingw.
Alexandre Julliard [Mon, 23 May 2011 10:32:19 +0000 (12:32 +0200)] 
include: Undefine the nameless union/struct macros to avoid conflicts with mingw.

13 years agokernel32: Add a stub for RegisterApplicationRecoveryCallback.
Austin English [Sun, 22 May 2011 21:18:06 +0000 (16:18 -0500)] 
kernel32: Add a stub for RegisterApplicationRecoveryCallback.

13 years agokernel32: Add a stub for ApplicationRecoveryInProgress.
Austin English [Sat, 21 May 2011 23:35:01 +0000 (18:35 -0500)] 
kernel32: Add a stub for ApplicationRecoveryInProgress.

13 years agokernel32: Add a stub for ApplicationRecoveryFinished.
Austin English [Sat, 21 May 2011 23:31:58 +0000 (18:31 -0500)] 
kernel32: Add a stub for ApplicationRecoveryFinished.

13 years agopo: Update Korean translation.
Hwang YunSong [Sat, 21 May 2011 02:04:41 +0000 (11:04 +0900)] 
po: Update Korean translation.

13 years agoregapi: Add a stub dll.
Austin English [Sun, 22 May 2011 01:17:07 +0000 (20:17 -0500)] 
regapi: Add a stub dll.

13 years agowinsta: Add a stub dll.
Austin English [Sun, 22 May 2011 01:14:37 +0000 (20:14 -0500)] 
winsta: Add a stub dll.

13 years agocomctl32/tests: Add casts to avoid comparison of different int types.
Gerald Pfeifer [Sun, 22 May 2011 18:51:30 +0000 (20:51 +0200)] 
comctl32/tests: Add casts to avoid comparison of different int types.

13 years agoimaadp32.acm: Remove ADPCM_drvOpen which is only a stub.
Gerald Pfeifer [Sun, 22 May 2011 18:55:35 +0000 (20:55 +0200)] 
imaadp32.acm: Remove ADPCM_drvOpen which is only a stub.

13 years agoiphlpapi: Make addrLen unsigned in getInterfacePhysicalByName.
Gerald Pfeifer [Sun, 22 May 2011 18:54:45 +0000 (20:54 +0200)] 
iphlpapi: Make addrLen unsigned in getInterfacePhysicalByName.

13 years agoshell32: Finish the COM cleanup in shelllink.c.
Michael Stefaniuc [Sun, 22 May 2011 23:05:19 +0000 (01:05 +0200)] 
shell32: Finish the COM cleanup in shelllink.c.

13 years agoshell32: COM cleanup for the IShellLinkA iface.
Michael Stefaniuc [Sun, 22 May 2011 23:02:05 +0000 (01:02 +0200)] 
shell32: COM cleanup for the IShellLinkA iface.

13 years agoshell32: Finish the COM cleanup in shlview.c.
Michael Stefaniuc [Sun, 22 May 2011 23:00:43 +0000 (01:00 +0200)] 
shell32: Finish the COM cleanup in shlview.c.

13 years agoshell32: COM cleanup for the IShellView2 iface.
Michael Stefaniuc [Sun, 22 May 2011 22:59:00 +0000 (00:59 +0200)] 
shell32: COM cleanup for the IShellView2 iface.

13 years agocomctl32/treeview: Correctly draw cut items.
Nikolay Sivov [Sun, 22 May 2011 07:29:51 +0000 (11:29 +0400)] 
comctl32/treeview: Correctly draw cut items.

13 years agocomctl32/treeview: Item text should be vertically aligned.
Nikolay Sivov [Fri, 20 May 2011 07:13:55 +0000 (11:13 +0400)] 
comctl32/treeview: Item text should be vertically aligned.

13 years agocomctl32/treeview: Always draw a '+' for TVIS_EXPANDPARTIAL state.
Nikolay Sivov [Fri, 20 May 2011 06:04:51 +0000 (10:04 +0400)] 
comctl32/treeview: Always draw a '+' for TVIS_EXPANDPARTIAL state.

13 years agoiphlpapi: Set the overlapped status to pending as well as returning ERROR_IO_PENDING.
Mike Kaplinskiy [Sun, 22 May 2011 07:22:45 +0000 (03:22 -0400)] 
iphlpapi: Set the overlapped status to pending as well as returning ERROR_IO_PENDING.

13 years agogdiplus: Add test for GdipGetDC on metafiles.
Vincent Povirk [Sat, 21 May 2011 23:32:23 +0000 (18:32 -0500)] 
gdiplus: Add test for GdipGetDC on metafiles.

13 years agogdiplus: Implement GdipEnumerateMetafileSrcRectDestPoints.
Vincent Povirk [Sat, 21 May 2011 22:48:32 +0000 (17:48 -0500)] 
gdiplus: Implement GdipEnumerateMetafileSrcRectDestPoints.

13 years agogdiplus: Remove is_emfplus field from test structure, as it's redundant.
Vincent Povirk [Sat, 21 May 2011 23:36:22 +0000 (18:36 -0500)] 
gdiplus: Remove is_emfplus field from test structure, as it's redundant.

13 years agogdiplus: Add test for metafile enumeration.
Vincent Povirk [Sat, 21 May 2011 22:22:12 +0000 (17:22 -0500)] 
gdiplus: Add test for metafile enumeration.

13 years agogdiplus: Add basic metafile recording support.
Vincent Povirk [Fri, 1 Apr 2011 22:09:23 +0000 (17:09 -0500)] 
gdiplus: Add basic metafile recording support.

13 years agontdll: Improved ARM little endianess detection.
André Hentschel [Fri, 20 May 2011 16:26:24 +0000 (18:26 +0200)] 
ntdll: Improved ARM little endianess detection.

13 years agomsctf: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:32:21 +0000 (17:32 +0200)] 
msctf: Mark internal symbols with hidden visibility.

13 years agomsimtf: Mark internal symbol as hidden.
Marcus Meissner [Fri, 13 May 2011 15:33:18 +0000 (17:33 +0200)] 
msimtf: Mark internal symbol as hidden.

13 years agomstask: Mark internal symbol with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:34:18 +0000 (17:34 +0200)] 
mstask: Mark internal symbol with hidden visibility.

13 years agonetapi32: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:39:17 +0000 (17:39 +0200)] 
netapi32: Mark internal symbols with hidden visibility.

13 years agoobjsel: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:40:59 +0000 (17:40 +0200)] 
objsel: Mark internal symbols with hidden visibility.

13 years agontprint: Mark hInstance as static.
Marcus Meissner [Fri, 13 May 2011 15:40:26 +0000 (17:40 +0200)] 
ntprint: Mark hInstance as static.

13 years agooledb32: Mark internal symbol with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:43:01 +0000 (17:43 +0200)] 
oledb32: Mark internal symbol with hidden visibility.

13 years agooledlg: Mark internal variables with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:43:46 +0000 (17:43 +0200)] 
oledlg: Mark internal variables with hidden visibility.

13 years agowinetest: Get rid of the dist rules.
Alexandre Julliard [Sun, 22 May 2011 11:22:31 +0000 (13:22 +0200)] 
winetest: Get rid of the dist rules.

13 years agomakefiles: Create the binary resources for winetest from the top-level makefile.
Alexandre Julliard [Sun, 22 May 2011 11:15:03 +0000 (13:15 +0200)] 
makefiles: Create the binary resources for winetest from the top-level makefile.

13 years agomakefiles: Avoid creating an intermediate rc file for test binaries.
Alexandre Julliard [Sun, 22 May 2011 10:50:10 +0000 (12:50 +0200)] 
makefiles: Avoid creating an intermediate rc file for test binaries.

13 years agocrypt32/tests: Get rid of the iTunes chain that no longer validates.
Alexandre Julliard [Sun, 22 May 2011 08:52:12 +0000 (10:52 +0200)] 
crypt32/tests: Get rid of the iTunes chain that no longer validates.

13 years agoole32/tests: IDropTarget::QueryInterface() shouldn't be called.
Adam Martinson [Fri, 20 May 2011 15:06:40 +0000 (10:06 -0500)] 
ole32/tests: IDropTarget::QueryInterface() shouldn't be called.

13 years agomsxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().
Adam Martinson [Fri, 20 May 2011 15:05:38 +0000 (10:05 -0500)] 
msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().

13 years agomsxml3/domdoc: Properly handle character encoding in doparse().
Adam Martinson [Fri, 20 May 2011 15:05:05 +0000 (10:05 -0500)] 
msxml3/domdoc: Properly handle character encoding in doparse().

13 years agopo: Update Korean translation.
Hwang YunSong [Fri, 20 May 2011 08:16:16 +0000 (17:16 +0900)] 
po: Update Korean translation.

13 years agohostname: Add an implementation of the hostname display utility.
Andrew Nguyen [Fri, 20 May 2011 12:43:21 +0000 (07:43 -0500)] 
hostname: Add an implementation of the hostname display utility.

13 years agoinclude: Declare gethostname for Windows builds.
Alexandre Julliard [Fri, 20 May 2011 15:24:05 +0000 (17:24 +0200)] 
include: Declare gethostname for Windows builds.

13 years agomsvcrt: Make FILE writing functions thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:59 +0000 (13:22 +0200)] 
msvcrt: Make FILE writing functions thread safe.

13 years agomsvcrt: Make FILE reading functions thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:48 +0000 (13:22 +0200)] 
msvcrt: Make FILE reading functions thread safe.

13 years agomsvcrt: Make FILE position related functions thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:39 +0000 (13:22 +0200)] 
msvcrt: Make FILE position related functions thread safe.

13 years agomsvcrt: Make FILE->_flag reading functions thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:29 +0000 (13:22 +0200)] 
msvcrt: Make FILE->_flag reading functions thread safe.

13 years agomsvcrt: Make ungetc and ungetwc thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:20 +0000 (13:22 +0200)] 
msvcrt: Make ungetc and ungetwc thread safe.

13 years agomsvcrt: Make setvbuf thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:10 +0000 (13:22 +0200)] 
msvcrt: Make setvbuf thread safe.

13 years agomsvcrt: Make _flsbuf thread safe.
Piotr Caban [Fri, 20 May 2011 11:22:00 +0000 (13:22 +0200)] 
msvcrt: Make _flsbuf thread safe.

13 years agomsvcrt: Make _filbuf thread safe.
Piotr Caban [Fri, 20 May 2011 11:21:50 +0000 (13:21 +0200)] 
msvcrt: Make _filbuf thread safe.

13 years agomsvcrt: Make fclose thread safe.
Piotr Caban [Fri, 20 May 2011 11:21:41 +0000 (13:21 +0200)] 
msvcrt: Make fclose thread safe.

13 years agomsvcrt: Make fflush function thread safe.
Piotr Caban [Fri, 20 May 2011 11:21:29 +0000 (13:21 +0200)] 
msvcrt: Make fflush function thread safe.

13 years agomsvcrt: Free locks after freeing io data.
Piotr Caban [Fri, 20 May 2011 11:21:14 +0000 (13:21 +0200)] 
msvcrt: Free locks after freeing io data.

13 years agoole32: Don't continue to wait for a local server if the process has terminated.
Alexandre Julliard [Fri, 20 May 2011 11:41:18 +0000 (13:41 +0200)] 
ole32: Don't continue to wait for a local server if the process has terminated.

13 years agomsi: Execute the rollback script if the installation failed.
Hans Leidekker [Fri, 20 May 2011 10:34:00 +0000 (12:34 +0200)] 
msi: Execute the rollback script if the installation failed.

13 years agomsi: Schedule rollback for standard actions.
Hans Leidekker [Fri, 20 May 2011 10:33:45 +0000 (12:33 +0200)] 
msi: Schedule rollback for standard actions.

13 years agomsi: Implement MsiGetMode(MSIRUNMODE_ROLLBACKENABLED).
Hans Leidekker [Fri, 20 May 2011 10:33:30 +0000 (12:33 +0200)] 
msi: Implement MsiGetMode(MSIRUNMODE_ROLLBACKENABLED).

13 years agomsi: Implement the DisableRollback standard action.
Hans Leidekker [Fri, 20 May 2011 10:33:16 +0000 (12:33 +0200)] 
msi: Implement the DisableRollback standard action.

13 years agomsi: Avoid a double free.
Hans Leidekker [Fri, 20 May 2011 10:32:57 +0000 (12:32 +0200)] 
msi: Avoid a double free.

13 years agomsi: Recursively create the destination directory in the MoveFiles action.
Hans Leidekker [Fri, 20 May 2011 10:32:41 +0000 (12:32 +0200)] 
msi: Recursively create the destination directory in the MoveFiles action.

13 years agomsi: Factor out common code from MsiEnumComponentCostsW.
Hans Leidekker [Fri, 20 May 2011 10:32:23 +0000 (12:32 +0200)] 
msi: Factor out common code from MsiEnumComponentCostsW.

13 years agod3dx9: Parse effect samplers.
Rico Schüller [Fri, 20 May 2011 09:07:10 +0000 (11:07 +0200)] 
d3dx9: Parse effect samplers.

13 years agoinclude: Replace a THIS, with THIS_ for a method with parameters.
Dylan Smith [Fri, 20 May 2011 08:26:08 +0000 (04:26 -0400)] 
include: Replace a THIS, with THIS_ for a method with parameters.

13 years agoinclude: Added DI*_ANY action constants.
Lucas Fialho Zawacki [Fri, 20 May 2011 01:43:22 +0000 (22:43 -0300)] 
include: Added DI*_ANY action constants.

13 years agoinclude: Added dinput8 DIMOUSE_* definitions.
Lucas Fialho Zawacki [Fri, 20 May 2011 01:42:45 +0000 (22:42 -0300)] 
include: Added dinput8 DIMOUSE_* definitions.

13 years agoinclude: Added dinput8 DIKEYBOARD_* key definitions correspondent to the DIK_* alread...
Lucas Fialho Zawacki [Fri, 20 May 2011 01:42:19 +0000 (22:42 -0300)] 
include: Added dinput8 DIKEYBOARD_* key definitions correspondent to the DIK_* already present in the header.

13 years agoinclude: Added some dinput8 DIPROP definitions.
Lucas Fialho Zawacki [Fri, 20 May 2011 01:41:23 +0000 (22:41 -0300)] 
include: Added some dinput8 DIPROP definitions.

13 years agomsvcrt: Fix __pctype_func implementation.
Piotr Caban [Thu, 19 May 2011 14:44:09 +0000 (16:44 +0200)] 
msvcrt: Fix __pctype_func implementation.

13 years agod3dx9/tests: Correct ok messages to be consistent with their test.
Dylan Smith [Thu, 19 May 2011 08:04:59 +0000 (04:04 -0400)] 
d3dx9/tests: Correct ok messages to be consistent with their test.

13 years agod3dx9: Implement D3DXFrameDestroy.
Dylan Smith [Thu, 19 May 2011 08:02:29 +0000 (04:02 -0400)] 
d3dx9: Implement D3DXFrameDestroy.

13 years agoservices: Add a timeout to all pipe communications with the service process.
Alexandre Julliard [Fri, 20 May 2011 10:31:27 +0000 (12:31 +0200)] 
services: Add a timeout to all pipe communications with the service process.

13 years agoservices: Load some timeout parameters from the registry.
Alexandre Julliard [Fri, 20 May 2011 10:33:58 +0000 (12:33 +0200)] 
services: Load some timeout parameters from the registry.

13 years agoservices: Add a helper function to send a command to the service.
Alexandre Julliard [Fri, 20 May 2011 09:49:02 +0000 (11:49 +0200)] 
services: Add a helper function to send a command to the service.

13 years agowineoss.drv: Cope with system which lack SNDCTL_DSP_HALT.
Gerald Pfeifer [Thu, 19 May 2011 14:24:23 +0000 (08:24 -0600)] 
wineoss.drv: Cope with system which lack SNDCTL_DSP_HALT.

13 years agod3dxof: Remove assumption of 4 bytes pointers for LPSTR value.
Dylan Smith [Thu, 19 May 2011 22:35:17 +0000 (18:35 -0400)] 
d3dxof: Remove assumption of 4 bytes pointers for LPSTR value.

13 years agod3dx9/tests: Fix a normal comparison for triangles with zero area.
Dylan Smith [Thu, 19 May 2011 22:35:02 +0000 (18:35 -0400)] 
d3dx9/tests: Fix a normal comparison for triangles with zero area.

13 years agod3d9: Skip the YUV tests when the driver confuses the U and V channels.
Stefan Dösinger [Sun, 30 Jan 2011 21:19:02 +0000 (22:19 +0100)] 
d3d9: Skip the YUV tests when the driver confuses the U and V channels.

13 years agod3d9: Account for another different behavior in the viewport test.
Stefan Dösinger [Sun, 30 Jan 2011 21:18:31 +0000 (22:18 +0100)] 
d3d9: Account for another different behavior in the viewport test.

13 years agopo: Update French translation.
Frédéric Delanoy [Thu, 19 May 2011 21:37:01 +0000 (23:37 +0200)] 
po: Update French translation.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Wed, 18 May 2011 16:34:34 +0000 (19:34 +0300)] 
po: Update Lithuanian translation.

13 years agompr: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:27:14 +0000 (17:27 +0200)] 
mpr: Mark internal symbols with hidden visibility.

13 years agogphoto2.ds: Mark a variable with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:11:11 +0000 (17:11 +0200)] 
gphoto2.ds: Mark a variable with hidden visibility.

13 years agommdevapi: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:24:42 +0000 (17:24 +0200)] 
mmdevapi: Mark internal symbols with hidden visibility.

13 years agolocalspl: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:20:55 +0000 (17:20 +0200)] 
localspl: Mark internal symbols with hidden visibility.

13 years agomapi32: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:22:13 +0000 (17:22 +0200)] 
mapi32: Mark internal symbols with hidden visibility.

13 years agomciavi32: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:23:16 +0000 (17:23 +0200)] 
mciavi32: Mark internal symbols with hidden visibility.

13 years agomciqtz: Mark one variable as static.
Marcus Meissner [Fri, 13 May 2011 15:23:56 +0000 (17:23 +0200)] 
mciqtz: Mark one variable as static.

13 years agomountmgr.sys: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:26:00 +0000 (17:26 +0200)] 
mountmgr.sys: Mark internal symbols with hidden visibility.

13 years agomsacm32: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 15:28:12 +0000 (17:28 +0200)] 
msacm32: Mark internal symbols with hidden visibility.

13 years agomscoree: Mark internal symbols with hidden visibility and some vtables as static.
Marcus Meissner [Fri, 13 May 2011 15:31:09 +0000 (17:31 +0200)] 
mscoree: Mark internal symbols with hidden visibility and some vtables as static.

13 years agomscoree: Implement ICorRuntimeHost_GetDefaultDomain.
Vincent Povirk [Thu, 19 May 2011 19:08:12 +0000 (14:08 -0500)] 
mscoree: Implement ICorRuntimeHost_GetDefaultDomain.

13 years agomscoree: Return success from ICorRuntimeHost_Start stub.
Vincent Povirk [Thu, 19 May 2011 18:10:36 +0000 (13:10 -0500)] 
mscoree: Return success from ICorRuntimeHost_Start stub.

We don't really have the ability to "Start" and "Stop" Mono, though we can create a default domain.

13 years agomscoree: Accept a NULL version in CorBindToRuntimeEx.
Vincent Povirk [Thu, 19 May 2011 17:59:44 +0000 (12:59 -0500)] 
mscoree: Accept a NULL version in CorBindToRuntimeEx.

13 years agourlmon: Prevent putting garbage data into TRACE.
Thomas Mullaly [Thu, 19 May 2011 19:05:39 +0000 (15:05 -0400)] 
urlmon: Prevent putting garbage data into TRACE.

13 years agomshtml: Added support for IDispatch Html document events.
Thomas Mullaly [Wed, 11 May 2011 21:15:10 +0000 (17:15 -0400)] 
mshtml: Added support for IDispatch Html document events.