wine
13 years agocomdlg32: Mark internal symbols as hidden visibility.
Marcus Meissner [Fri, 13 May 2011 14:36:01 +0000 (16:36 +0200)] 
comdlg32: Mark internal symbols as hidden visibility.

13 years agoddrawex: Mark internal symbols as hidden and vtables as static.
Marcus Meissner [Fri, 13 May 2011 14:42:38 +0000 (16:42 +0200)] 
ddrawex: Mark internal symbols as hidden and vtables as static.

13 years agoappwiz: Mark internal symbols as hidden.
Marcus Meissner [Fri, 13 May 2011 14:28:00 +0000 (16:28 +0200)] 
appwiz: Mark internal symbols as hidden.

13 years agocomctl32: Mark internal symbols as hidden visibility.
Marcus Meissner [Fri, 13 May 2011 14:34:26 +0000 (16:34 +0200)] 
comctl32: Mark internal symbols as hidden visibility.

13 years agowinex11: Filter out motion events resulting from setting the clip window.
Alexandre Julliard [Mon, 16 May 2011 12:34:10 +0000 (14:34 +0200)] 
winex11: Filter out motion events resulting from setting the clip window.

13 years agowinex11: Warp the pointer when clipping, but ignore the resulting events.
Alexandre Julliard [Mon, 16 May 2011 12:33:32 +0000 (14:33 +0200)] 
winex11: Warp the pointer when clipping, but ignore the resulting events.

13 years agowinex11: Don't wait for the foreground window to start clipping in ClipCursor.
Alexandre Julliard [Mon, 16 May 2011 12:31:05 +0000 (14:31 +0200)] 
winex11: Don't wait for the foreground window to start clipping in ClipCursor.

13 years agowined3d: Fix a copypaste typo.
Stefan Dösinger [Thu, 12 May 2011 19:34:25 +0000 (21:34 +0200)] 
wined3d: Fix a copypaste typo.

13 years agowined3d: Heightscaled surfaces still have an integer size.
Stefan Dösinger [Thu, 12 May 2011 19:23:51 +0000 (21:23 +0200)] 
wined3d: Heightscaled surfaces still have an integer size.

13 years agowined3d: Fix data types in RxGx snorm-unorm conversion.
Stefan Dösinger [Thu, 12 May 2011 19:17:31 +0000 (21:17 +0200)] 
wined3d: Fix data types in RxGx snorm-unorm conversion.

13 years agowined3d: Cast clipplane doubles to floats.
Stefan Dösinger [Thu, 12 May 2011 19:09:41 +0000 (21:09 +0200)] 
wined3d: Cast clipplane doubles to floats.

13 years agowined3d: Consistently store format bitcounts in BYTEs.
Stefan Dösinger [Thu, 12 May 2011 19:05:29 +0000 (21:05 +0200)] 
wined3d: Consistently store format bitcounts in BYTEs.

13 years agocomctl32/treeview: Get rid of wine prefixed names.
Nikolay Sivov [Sat, 14 May 2011 12:55:48 +0000 (16:55 +0400)] 
comctl32/treeview: Get rid of wine prefixed names.

13 years agocomctl32/treeview: Properly update image state index when TVS_CHECKBOXES is switched on.
Nikolay Sivov [Sat, 14 May 2011 12:21:33 +0000 (16:21 +0400)] 
comctl32/treeview: Properly update image state index when TVS_CHECKBOXES is switched on.

13 years agocomctl32/treeview: Store item state supplied from TVN_GETDISPINFO handler.
Nikolay Sivov [Sat, 14 May 2011 11:18:49 +0000 (15:18 +0400)] 
comctl32/treeview: Store item state supplied from TVN_GETDISPINFO handler.

13 years agocomctl32/treeview: Always return state from TVM_GETITEM handler.
Nikolay Sivov [Sat, 14 May 2011 11:12:06 +0000 (15:12 +0400)] 
comctl32/treeview: Always return state from TVM_GETITEM handler.

13 years agoshell32: Add a stub for SHOpenFolderAndSelectItems.
Austin English [Sun, 15 May 2011 18:13:21 +0000 (13:13 -0500)] 
shell32: Add a stub for SHOpenFolderAndSelectItems.

13 years agowinefile: Standardize the 'Arrange Icons' menu label.
Francois Gouget [Sun, 15 May 2011 09:31:02 +0000 (11:31 +0200)] 
winefile: Standardize the 'Arrange Icons' menu label.

13 years agousp10/tests: Add a '\n' to an ok() call.
Francois Gouget [Sun, 15 May 2011 09:30:44 +0000 (11:30 +0200)] 
usp10/tests: Add a '\n' to an ok() call.

13 years agouser32: Use MSGBOX_IDICON throughout instead of sometimes using stc1 and sometimes...
Francois Gouget [Sun, 15 May 2011 09:29:38 +0000 (11:29 +0200)] 
user32: Use MSGBOX_IDICON throughout instead of sometimes using stc1 and sometimes 1088.

13 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 15 May 2011 09:27:01 +0000 (11:27 +0200)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

13 years agosetupapi: Always initialize output parameter to avoid crash in buggy applications.
Juan Lang [Sat, 14 May 2011 21:55:28 +0000 (14:55 -0700)] 
setupapi: Always initialize output parameter to avoid crash in buggy applications.

13 years agogdiplus: Set export ordinals to match Windows 7.
Vincent Povirk [Sat, 14 May 2011 20:52:56 +0000 (15:52 -0500)] 
gdiplus: Set export ordinals to match Windows 7.

13 years agomsvcrt: _CxxThrowException is stdcall, not cdecl.
Igor Paliychuk [Sat, 14 May 2011 08:40:16 +0000 (11:40 +0300)] 
msvcrt: _CxxThrowException is stdcall, not cdecl.

13 years agommdevapi: IMMDeviceEnumerator::GetDevice should fail on unknown device ids.
Andrew Eikum [Fri, 13 May 2011 16:33:59 +0000 (11:33 -0500)] 
mmdevapi: IMMDeviceEnumerator::GetDevice should fail on unknown device ids.

13 years agomshtml: Pass E_ABORT as binding results of bindings without IBinding in abort_documen...
Jacek Caban [Fri, 13 May 2011 16:18:23 +0000 (18:18 +0200)] 
mshtml: Pass E_ABORT as binding results of bindings without IBinding in abort_document_bindings.

13 years agomshtml: Handle aborts synchronously in nsChannelBSC_stop_binding.
Jacek Caban [Fri, 13 May 2011 16:18:12 +0000 (18:18 +0200)] 
mshtml: Handle aborts synchronously in nsChannelBSC_stop_binding.

13 years agomshtml: Move document binding to the new document binding list in on_start_nsrequest.
Jacek Caban [Fri, 13 May 2011 16:17:59 +0000 (18:17 +0200)] 
mshtml: Move document binding to the new document binding list in on_start_nsrequest.

13 years agomsvcrt: Add support for function namespaces in symbol demangling.
Alexandre Julliard [Sun, 15 May 2011 17:55:56 +0000 (19:55 +0200)] 
msvcrt: Add support for function namespaces in symbol demangling.

13 years agomsvcrt: Add support for template operators in symbol demangling.
Alexandre Julliard [Sat, 14 May 2011 14:19:33 +0000 (16:19 +0200)] 
msvcrt: Add support for template operators in symbol demangling.

13 years agomsvcrt: Add support for __ptr64 attribute in symbol demangling.
Alexandre Julliard [Sat, 14 May 2011 12:11:50 +0000 (14:11 +0200)] 
msvcrt: Add support for __ptr64 attribute in symbol demangling.

13 years agoRelease 1.3.20. wine-1.3.20
Alexandre Julliard [Fri, 13 May 2011 18:23:04 +0000 (20:23 +0200)] 
Release 1.3.20.

13 years agocomctl32/tests: Initialize subitem index.
Nikolay Sivov [Fri, 13 May 2011 17:56:48 +0000 (21:56 +0400)] 
comctl32/tests: Initialize subitem index.

13 years agod3dx9: Implement ID3DXBaseEffect::GetTexture().
Rico Schüller [Fri, 13 May 2011 09:35:37 +0000 (11:35 +0200)] 
d3dx9: Implement ID3DXBaseEffect::GetTexture().

13 years agod3dx9: Parse effect textures.
Rico Schüller [Fri, 13 May 2011 09:35:34 +0000 (11:35 +0200)] 
d3dx9: Parse effect textures.

13 years agod3dx9: Improve get_parameter_by_name().
Rico Schüller [Fri, 13 May 2011 09:35:27 +0000 (11:35 +0200)] 
d3dx9: Improve get_parameter_by_name().

13 years agowininet: Handle invalid HTTP time of "0".
Juan Lang [Fri, 13 May 2011 13:47:49 +0000 (06:47 -0700)] 
wininet: Handle invalid HTTP time of "0".

13 years agogdi32/tests: Tests for Rectangle().
Huw Davies [Fri, 13 May 2011 12:28:46 +0000 (13:28 +0100)] 
gdi32/tests: Tests for Rectangle().

13 years agogdi32: Implement Rectangle().
Huw Davies [Fri, 13 May 2011 12:28:15 +0000 (13:28 +0100)] 
gdi32: Implement Rectangle().

13 years agogdi32: Add support for the null pen.
Huw Davies [Thu, 12 May 2011 13:13:35 +0000 (14:13 +0100)] 
gdi32: Add support for the null pen.

13 years agogdi32: Add support for the null brush.
Huw Davies [Thu, 12 May 2011 13:11:56 +0000 (14:11 +0100)] 
gdi32: Add support for the null brush.

13 years agogdi32: Initialise the pen pattern to an empty pattern for unpatterned pens.
Huw Davies [Thu, 12 May 2011 13:03:32 +0000 (14:03 +0100)] 
gdi32: Initialise the pen pattern to an empty pattern for unpatterned pens.

13 years agowininet: Added 204 No Content response tests.
Jacek Caban [Fri, 13 May 2011 11:49:00 +0000 (13:49 +0200)] 
wininet: Added 204 No Content response tests.

13 years agowininet: Better closing async handles in tests.
Jacek Caban [Fri, 13 May 2011 11:48:50 +0000 (13:48 +0200)] 
wininet: Better closing async handles in tests.

13 years agowininet: Clean up closing connection notifications tests.
Jacek Caban [Fri, 13 May 2011 11:48:36 +0000 (13:48 +0200)] 
wininet: Clean up closing connection notifications tests.

13 years agowininet: Fixed handling of 204 No Content response.
Jacek Caban [Fri, 13 May 2011 11:48:15 +0000 (13:48 +0200)] 
wininet: Fixed handling of 204 No Content response.

13 years agowininet: Don't depend on is_end_of_read_data in HTTPREQ_Read.
Jacek Caban [Fri, 13 May 2011 11:48:00 +0000 (13:48 +0200)] 
wininet: Don't depend on is_end_of_read_data in HTTPREQ_Read.

13 years agowined3d: Separate two unrelated variables.
Stefan Dösinger [Thu, 12 May 2011 18:24:51 +0000 (20:24 +0200)] 
wined3d: Separate two unrelated variables.

13 years agowined3d: Pass the render target height as UINT.
Stefan Dösinger [Thu, 12 May 2011 18:12:41 +0000 (20:12 +0200)] 
wined3d: Pass the render target height as UINT.

13 years agowined3d: Fix a few MSVC data loss warnings.
Stefan Dösinger [Thu, 12 May 2011 16:05:27 +0000 (18:05 +0200)] 
wined3d: Fix a few MSVC data loss warnings.

13 years agowined3d: Fix a unsigned unary minus warning in MSVC.
Stefan Dösinger [Thu, 12 May 2011 15:47:29 +0000 (17:47 +0200)] 
wined3d: Fix a unsigned unary minus warning in MSVC.

13 years agowined3d: Make the glram parameter of WineD3DAdapterChangeGLRam signed.
Stefan Dösinger [Thu, 12 May 2011 15:39:21 +0000 (17:39 +0200)] 
wined3d: Make the glram parameter of WineD3DAdapterChangeGLRam signed.

13 years agoadvapi32: Return success in RegisterTraceGuids.
Austin English [Tue, 10 May 2011 19:59:10 +0000 (14:59 -0500)] 
advapi32: Return success in RegisterTraceGuids.

13 years agocomctl32/tests: Test return values in uniform way.
Nikolay Sivov [Thu, 12 May 2011 08:20:42 +0000 (12:20 +0400)] 
comctl32/tests: Test return values in uniform way.

13 years agokernel32: Moved GetMappedFileName[AW] stubs to kernel32.
Jacek Caban [Fri, 13 May 2011 09:05:11 +0000 (11:05 +0200)] 
kernel32: Moved GetMappedFileName[AW] stubs to kernel32.

13 years agowinex11: Try a little harder to clip the cursor to avoid some race conditions.
Alexandre Julliard [Fri, 13 May 2011 14:44:09 +0000 (16:44 +0200)] 
winex11: Try a little harder to clip the cursor to avoid some race conditions.

13 years agowinex11: Allow MotionNotify events through occasionally while XInput is active.
Alexandre Julliard [Fri, 13 May 2011 14:19:45 +0000 (16:19 +0200)] 
winex11: Allow MotionNotify events through occasionally while XInput is active.

13 years agowinex11: Don't use raw events for button events so that we get the right coordinates.
Alexandre Julliard [Fri, 13 May 2011 10:40:19 +0000 (12:40 +0200)] 
winex11: Don't use raw events for button events so that we get the right coordinates.

13 years agoinclude: Define DRV_MCI_FIRST.
Jörg Höhle [Wed, 15 Dec 2010 20:18:47 +0000 (21:18 +0100)] 
include: Define DRV_MCI_FIRST.

13 years agocomctl32/listview: Fix parameter validation for LVM_SETITEMTEXT.
Nikolay Sivov [Thu, 12 May 2011 21:52:09 +0000 (01:52 +0400)] 
comctl32/listview: Fix parameter validation for LVM_SETITEMTEXT.

13 years agowinecfg: Update Swedish translation.
Anders Jonsson [Thu, 12 May 2011 19:46:56 +0000 (21:46 +0200)] 
winecfg: Update Swedish translation.

13 years agocomctl32/tab: Send NM_RCLICK on WM_RBUTTONUP.
Nikolay Sivov [Thu, 12 May 2011 20:46:39 +0000 (00:46 +0400)] 
comctl32/tab: Send NM_RCLICK on WM_RBUTTONUP.

13 years agokernel32/tests: Fix typo.
Frédéric Delanoy [Thu, 12 May 2011 20:10:52 +0000 (22:10 +0200)] 
kernel32/tests: Fix typo.

13 years agousp10: Implementation of ScriptPlaceOpenType.
Aric Stewart [Thu, 12 May 2011 18:57:32 +0000 (13:57 -0500)] 
usp10: Implementation of ScriptPlaceOpenType.

13 years agousp10: Implementation of ScriptShapeOpenType.
Aric Stewart [Thu, 12 May 2011 18:57:26 +0000 (13:57 -0500)] 
usp10: Implementation of ScriptShapeOpenType.

13 years agomakefiles: Tools must be built before includes now.
Alexandre Julliard [Fri, 13 May 2011 08:45:02 +0000 (10:45 +0200)] 
makefiles: Tools must be built before includes now.

13 years agogdi32: Implement font selection by its full name.
Grazvydas Ignotas [Tue, 10 May 2011 20:38:07 +0000 (23:38 +0300)] 
gdi32: Implement font selection by its full name.

13 years agogdi32: Refactor get_facename to retrieve other names too.
Grazvydas Ignotas [Tue, 10 May 2011 20:38:06 +0000 (23:38 +0300)] 
gdi32: Refactor get_facename to retrieve other names too.

13 years agogdi32/tests: Test for font selection by full name.
Grazvydas Ignotas [Tue, 10 May 2011 20:38:05 +0000 (23:38 +0300)] 
gdi32/tests: Test for font selection by full name.

13 years agomsi: Unescape ^Q^Y sequences in text archives.
Hans Leidekker [Thu, 12 May 2011 15:24:11 +0000 (17:24 +0200)] 
msi: Unescape ^Q^Y sequences in text archives.

13 years agomsi: Handle embedded nulls in text archives.
Hans Leidekker [Thu, 12 May 2011 15:23:27 +0000 (17:23 +0200)] 
msi: Handle embedded nulls in text archives.

13 years agomsi: Improve the stub for MisGetMode(MSIRUNMODE_ADMIN).
Hans Leidekker [Thu, 12 May 2011 15:22:56 +0000 (17:22 +0200)] 
msi: Improve the stub for MisGetMode(MSIRUNMODE_ADMIN).

13 years agomsi: Remove redundant tracing.
Hans Leidekker [Thu, 12 May 2011 15:22:34 +0000 (17:22 +0200)] 
msi: Remove redundant tracing.

13 years agoddraw: Fix filtering of enumerated display modes.
Ričardas Barkauskas [Sun, 8 May 2011 14:54:54 +0000 (17:54 +0300)] 
ddraw: Fix filtering of enumerated display modes.

13 years agourlmon: Make sure to include query part of relative URI containing path in combine_uri.
Jacek Caban [Thu, 12 May 2011 14:47:20 +0000 (14:47 +0000)] 
urlmon: Make sure to include query part of relative URI containing path in combine_uri.

13 years agowinex11: Set the desktop window gravity to NorthWest to avoid spurious position changes.
Alexandre Julliard [Thu, 12 May 2011 14:25:50 +0000 (16:25 +0200)] 
winex11: Set the desktop window gravity to NorthWest to avoid spurious position changes.

13 years agowinex11: Only update the fullscreen pointer grab when something has changed.
Alexandre Julliard [Thu, 12 May 2011 14:24:58 +0000 (16:24 +0200)] 
winex11: Only update the fullscreen pointer grab when something has changed.

13 years agowinedump: Fixed minidump processor revision decoding (Coverity).
Marcus Meissner [Thu, 5 May 2011 13:27:06 +0000 (15:27 +0200)] 
winedump: Fixed minidump processor revision decoding (Coverity).

13 years agommsystem.dll16: Use flags instead of device type as the MCI_STATUS heuristic.
Damjan Jovanovic [Wed, 11 May 2011 20:07:24 +0000 (22:07 +0200)] 
mmsystem.dll16: Use flags instead of device type as the MCI_STATUS heuristic.

13 years agogdi32/tests: Add tests for 32 bpp DIB pattern brush fills.
Huw Davies [Thu, 12 May 2011 12:01:26 +0000 (13:01 +0100)] 
gdi32/tests: Add tests for 32 bpp DIB pattern brush fills.

13 years agogdi32: Add support for DIB pattern brush fills.
Huw Davies [Thu, 12 May 2011 11:46:50 +0000 (12:46 +0100)] 
gdi32: Add support for DIB pattern brush fills.

13 years agogdi32: Implement SelectBrush for DIB pattern brushes.
Huw Davies [Thu, 12 May 2011 11:05:37 +0000 (12:05 +0100)] 
gdi32: Implement SelectBrush for DIB pattern brushes.

13 years agogdi32: Add helpers to clear and free dib_info structures.
Huw Davies [Thu, 12 May 2011 10:27:35 +0000 (11:27 +0100)] 
gdi32: Add helpers to clear and free dib_info structures.

13 years agogdi32: Keep track of changes to the brush rop, so that we can perform lazy realisatio...
Huw Davies [Thu, 12 May 2011 09:22:28 +0000 (10:22 +0100)] 
gdi32: Keep track of changes to the brush rop, so that we can perform lazy realisation of the brush.

13 years agokernel32: Moved GetModuleInformation implementation to kernel32.
Jacek Caban [Thu, 12 May 2011 12:23:45 +0000 (12:23 +0000)] 
kernel32: Moved GetModuleInformation implementation to kernel32.

13 years agokernel32: Moved GetModuleFileNameEx[AW] to kernel32.
Jacek Caban [Thu, 12 May 2011 12:23:22 +0000 (12:23 +0000)] 
kernel32: Moved GetModuleFileNameEx[AW] to kernel32.

13 years agokernel32: Moved GetModuleBaseName[AW] implementation to kernel32.
Jacek Caban [Thu, 12 May 2011 12:22:59 +0000 (12:22 +0000)] 
kernel32: Moved GetModuleBaseName[AW] implementation to kernel32.

13 years agokernel32: Moved K32EnumProcessModules to module.c.
Jacek Caban [Thu, 12 May 2011 12:19:52 +0000 (12:19 +0000)] 
kernel32: Moved K32EnumProcessModules to module.c.

13 years agokernel32: Moved GetProcessMemoryInfo implementation to kernel32.
Jacek Caban [Thu, 12 May 2011 12:19:40 +0000 (12:19 +0000)] 
kernel32: Moved GetProcessMemoryInfo implementation to kernel32.

13 years agomsvcr: Update spec files.
Piotr Caban [Thu, 12 May 2011 09:39:54 +0000 (11:39 +0200)] 
msvcr: Update spec files.

13 years agomsvcrt: Added _strnicoll_l implementation.
Piotr Caban [Thu, 12 May 2011 09:39:43 +0000 (11:39 +0200)] 
msvcrt: Added _strnicoll_l implementation.

13 years agomsvcrt: Added _strncoll_l implementation.
Piotr Caban [Thu, 12 May 2011 09:39:31 +0000 (11:39 +0200)] 
msvcrt: Added _strncoll_l implementation.

13 years agomsvcrt: Added _stricoll_l implementation.
Piotr Caban [Thu, 12 May 2011 09:39:22 +0000 (11:39 +0200)] 
msvcrt: Added _stricoll_l implementation.

13 years agomsvcrt: Added _strcoll_l implementation.
Piotr Caban [Thu, 12 May 2011 09:39:10 +0000 (11:39 +0200)] 
msvcrt: Added _strcoll_l implementation.

13 years agokernel32/tests: Add locale specific CompareString test.
Piotr Caban [Thu, 12 May 2011 09:39:01 +0000 (11:39 +0200)] 
kernel32/tests: Add locale specific CompareString test.

13 years agomsvcrt: Added _strupr_s_l implementation.
Piotr Caban [Thu, 12 May 2011 09:38:52 +0000 (11:38 +0200)] 
msvcrt: Added _strupr_s_l implementation.

13 years agomsvcrt: Added _strlwr_s_l implementation.
Piotr Caban [Thu, 12 May 2011 09:38:41 +0000 (11:38 +0200)] 
msvcrt: Added _strlwr_s_l implementation.

13 years agomsvcrt: Added _tolower_l implementation.
Piotr Caban [Thu, 12 May 2011 09:38:32 +0000 (11:38 +0200)] 
msvcrt: Added _tolower_l implementation.

13 years agomsvcrt: Added _toupper_l implementation.
Piotr Caban [Thu, 12 May 2011 09:38:23 +0000 (11:38 +0200)] 
msvcrt: Added _toupper_l implementation.

13 years agomsvcrt: Added _is*_l functions implementation.
Piotr Caban [Thu, 12 May 2011 09:37:48 +0000 (11:37 +0200)] 
msvcrt: Added _is*_l functions implementation.