wine
12 years agopo: Fix Brazilian Portuguese translation.
Gustavo Henrique Milaré [Thu, 16 Aug 2012 03:02:59 +0000 (00:02 -0300)] 
po: Fix Brazilian Portuguese translation.

12 years agokernel32: Fix the spelling of 'combo box' and 'top-level' in some error messages.
Francois Gouget [Wed, 15 Aug 2012 16:47:50 +0000 (18:47 +0200)] 
kernel32: Fix the spelling of 'combo box' and 'top-level' in some error messages.

12 years agowinecfg: An English spelling tweak.
Francois Gouget [Wed, 15 Aug 2012 16:42:49 +0000 (18:42 +0200)] 
winecfg: An English spelling tweak.

12 years agoinetcpl: Tweak the spelling of a label.
Francois Gouget [Wed, 15 Aug 2012 16:24:35 +0000 (18:24 +0200)] 
inetcpl: Tweak the spelling of a label.

12 years agowinefile: Tweak the spelling of a menu.
Francois Gouget [Wed, 15 Aug 2012 16:21:09 +0000 (18:21 +0200)] 
winefile: Tweak the spelling of a menu.

12 years agowinecfg: Tweak the spelling of a couple of labels.
Francois Gouget [Wed, 15 Aug 2012 16:18:10 +0000 (18:18 +0200)] 
winecfg: Tweak the spelling of a couple of labels.

12 years agotaskmgr: Tweak the spelling of a label.
Francois Gouget [Wed, 15 Aug 2012 16:15:21 +0000 (18:15 +0200)] 
taskmgr: Tweak the spelling of a label.

12 years agowinex11: Use the labels to find the mouse motion valuators for XInput2.
Alexandre Julliard [Wed, 15 Aug 2012 20:05:07 +0000 (22:05 +0200)] 
winex11: Use the labels to find the mouse motion valuators for XInput2.

12 years agowinex11: Store XInput2 device info in the thread data.
Alexandre Julliard [Wed, 15 Aug 2012 19:21:20 +0000 (21:21 +0200)] 
winex11: Store XInput2 device info in the thread data.

12 years agokernel32/tests: Test LocaleNameToLCID with bad name.
André Hentschel [Wed, 15 Aug 2012 13:42:52 +0000 (15:42 +0200)] 
kernel32/tests: Test LocaleNameToLCID with bad name.

12 years agoconfigure: Use -gdwarf-2 / -gstrict-dwarf when available.
Austin English [Mon, 13 Aug 2012 20:01:34 +0000 (15:01 -0500)] 
configure: Use -gdwarf-2 / -gstrict-dwarf when available.

12 years agowinedbg: Make the crash dialog slightly larger and minimize/maximize-able.
Dmitry Timoshkov [Mon, 6 Aug 2012 02:08:20 +0000 (11:08 +0900)] 
winedbg: Make the crash dialog slightly larger and minimize/maximize-able.

12 years agowinex11: Remove the redundant pixel format index from the pixel format object.
Alexandre Julliard [Wed, 15 Aug 2012 13:44:00 +0000 (15:44 +0200)] 
winex11: Remove the redundant pixel format index from the pixel format object.

12 years agowinex11: Make pixel format objects const and get rid of the WineGLPixelFormat typedef.
Alexandre Julliard [Wed, 15 Aug 2012 13:38:05 +0000 (15:38 +0200)] 
winex11: Make pixel format objects const and get rid of the WineGLPixelFormat typedef.

12 years agowinex11: Initialize the OpenGL format list at startup and simplify the conversion...
Alexandre Julliard [Wed, 15 Aug 2012 13:32:24 +0000 (15:32 +0200)] 
winex11: Initialize the OpenGL format list at startup and simplify the conversion routines.

12 years agowinex11: Add a critical section to protect the OpenGL context list.
Alexandre Julliard [Tue, 14 Aug 2012 12:54:39 +0000 (14:54 +0200)] 
winex11: Add a critical section to protect the OpenGL context list.

12 years agowinex11: Remove unnecessary cleanups on process exit.
Alexandre Julliard [Tue, 14 Aug 2012 12:54:39 +0000 (14:54 +0200)] 
winex11: Remove unnecessary cleanups on process exit.

12 years agousp10: Correct rounding of negative offsets in GPOS.
Aric Stewart [Tue, 14 Aug 2012 14:32:08 +0000 (09:32 -0500)] 
usp10: Correct rounding of negative offsets in GPOS.

12 years agousp10: Correct implementation of Pair Positioning Adjustment: Format 1.
Aric Stewart [Tue, 14 Aug 2012 14:32:02 +0000 (09:32 -0500)] 
usp10: Correct implementation of Pair Positioning Adjustment: Format 1.

12 years agogdiplus: Forward GdipDrawImage to GdipDrawImagePointRect.
Dmitry Timoshkov [Wed, 15 Aug 2012 03:08:22 +0000 (12:08 +0900)] 
gdiplus: Forward GdipDrawImage to GdipDrawImagePointRect.

12 years agogdiplus: Add a test for GdipDrawImage scaling.
Dmitry Timoshkov [Wed, 15 Aug 2012 03:07:40 +0000 (12:07 +0900)] 
gdiplus: Add a test for GdipDrawImage scaling.

12 years agogdiplus: Add a test for font height scaling.
Dmitry Timoshkov [Wed, 15 Aug 2012 03:06:59 +0000 (12:06 +0900)] 
gdiplus: Add a test for font height scaling.

12 years agogdiplus: Replace convert_unit() by a clearer units_to_pixels() helper.
Dmitry Timoshkov [Wed, 15 Aug 2012 03:04:52 +0000 (12:04 +0900)] 
gdiplus: Replace convert_unit() by a clearer units_to_pixels() helper.

12 years agogdiplus: GdipMeasureString should apply its internal scaling factors to layout rectangle.
Dmitry Timoshkov [Wed, 15 Aug 2012 03:04:07 +0000 (12:04 +0900)] 
gdiplus: GdipMeasureString should apply its internal scaling factors to layout rectangle.

12 years agowindowscodecs: Implement getters on IWICBitmapLock.
Vincent Povirk [Tue, 14 Aug 2012 20:24:58 +0000 (15:24 -0500)] 
windowscodecs: Implement getters on IWICBitmapLock.

12 years agowindowscodecs: Implement IWICBitmap::Lock.
Vincent Povirk [Tue, 14 Aug 2012 19:50:07 +0000 (14:50 -0500)] 
windowscodecs: Implement IWICBitmap::Lock.

12 years agowindowscodecs: Implement BitmapImpl_SetPalette and CopyPalette.
Vincent Povirk [Tue, 14 Aug 2012 19:01:11 +0000 (14:01 -0500)] 
windowscodecs: Implement BitmapImpl_SetPalette and CopyPalette.

12 years agowindowscodecs: Add a stub IWICBitmap implementation.
Vincent Povirk [Tue, 14 Aug 2012 18:39:15 +0000 (13:39 -0500)] 
windowscodecs: Add a stub IWICBitmap implementation.

12 years agowindowscodecs: Add tests for IWICBitmap.
Vincent Povirk [Tue, 14 Aug 2012 16:28:32 +0000 (11:28 -0500)] 
windowscodecs: Add tests for IWICBitmap.

12 years agomsvcp90: Added missing -ret64 option.
Piotr Caban [Wed, 15 Aug 2012 08:27:41 +0000 (10:27 +0200)] 
msvcp90: Added missing -ret64 option.

12 years agomsvcp90: Added strstreambuf seekpos and seekoff implementation.
Piotr Caban [Wed, 15 Aug 2012 08:27:28 +0000 (10:27 +0200)] 
msvcp90: Added strstreambuf seekpos and seekoff implementation.

12 years agomsvcp90: Reset width value in basic_istream class on error.
Piotr Caban [Wed, 15 Aug 2012 08:27:18 +0000 (10:27 +0200)] 
msvcp90: Reset width value in basic_istream class on error.

12 years agomsvcp90: Fixed basic_streambuf::sputn functions behaviour when there's no place in...
Piotr Caban [Wed, 15 Aug 2012 08:27:09 +0000 (10:27 +0200)] 
msvcp90: Fixed basic_streambuf::sputn functions behaviour when there's no place in buffer.

12 years agomsvcp90: Added partial strstreambuf implementation.
Piotr Caban [Wed, 15 Aug 2012 08:26:58 +0000 (10:26 +0200)] 
msvcp90: Added partial strstreambuf implementation.

12 years agomsvcp90: Use streamoff in std::_BADOFF definition.
Piotr Caban [Wed, 15 Aug 2012 08:26:48 +0000 (10:26 +0200)] 
msvcp90: Use streamoff in std::_BADOFF definition.

12 years agomsvcp90: Added basic_stringstream<short> implementation.
Piotr Caban [Wed, 15 Aug 2012 08:26:37 +0000 (10:26 +0200)] 
msvcp90: Added basic_stringstream<short> implementation.

12 years agomsvcp90: Added basic_istringstream<short> implementation.
Piotr Caban [Wed, 15 Aug 2012 08:26:27 +0000 (10:26 +0200)] 
msvcp90: Added basic_istringstream<short> implementation.

12 years agomsvcp90: Added basic_ostringstream<short> implementation.
Piotr Caban [Wed, 15 Aug 2012 08:26:17 +0000 (10:26 +0200)] 
msvcp90: Added basic_ostringstream<short> implementation.

12 years agomsvcp90: Export wcin, wcout, wcerr and wclog objects.
Piotr Caban [Wed, 15 Aug 2012 08:26:06 +0000 (10:26 +0200)] 
msvcp90: Export wcin, wcout, wcerr and wclog objects.

12 years agoshlwapi: Use proper helpers for iface calls.
Jacek Caban [Wed, 15 Aug 2012 09:54:42 +0000 (11:54 +0200)] 
shlwapi: Use proper helpers for iface calls.

12 years agostrmbase: Use proper helpers for iface calls.
Jacek Caban [Wed, 15 Aug 2012 09:45:21 +0000 (11:45 +0200)] 
strmbase: Use proper helpers for iface calls.

12 years agommdevapi: Use proper helpers for iface calls.
Jacek Caban [Wed, 15 Aug 2012 09:45:03 +0000 (11:45 +0200)] 
mmdevapi: Use proper helpers for iface calls.

12 years agorpcrt4: Moved sending echo request to separated function.
Jacek Caban [Wed, 15 Aug 2012 08:23:07 +0000 (10:23 +0200)] 
rpcrt4: Moved sending echo request to separated function.

12 years agorpcrt4: Fixed memory leak.
Jacek Caban [Wed, 15 Aug 2012 08:22:56 +0000 (10:22 +0200)] 
rpcrt4: Fixed memory leak.

12 years agorpcrt4: Added cancelling support for all HTTP requests.
Jacek Caban [Wed, 15 Aug 2012 08:22:39 +0000 (10:22 +0200)] 
rpcrt4: Added cancelling support for all HTTP requests.

12 years agoscrrun: Add missing id value.
Alistair Leslie-Hughes [Mon, 6 Aug 2012 01:23:16 +0000 (11:23 +1000)] 
scrrun: Add missing id value.

12 years agoquartz: Use proper method macros.
Nikolay Sivov [Wed, 15 Aug 2012 04:24:18 +0000 (08:24 +0400)] 
quartz: Use proper method macros.

12 years agowined3d: Improve post-pixelshader blending test.
Matteo Bruni [Tue, 14 Aug 2012 22:38:26 +0000 (00:38 +0200)] 
wined3d: Improve post-pixelshader blending test.

12 years agowined3d: Fix pixel format masks.
Matteo Bruni [Tue, 14 Aug 2012 22:38:25 +0000 (00:38 +0200)] 
wined3d: Fix pixel format masks.

12 years agowined3d: Dump postblend color.
Matteo Bruni [Tue, 14 Aug 2012 22:38:24 +0000 (00:38 +0200)] 
wined3d: Dump postblend color.

12 years agowined3d: Use GL_FRAMEBUFFER_SRGB when possible.
Matteo Bruni [Tue, 14 Aug 2012 22:38:23 +0000 (00:38 +0200)] 
wined3d: Use GL_FRAMEBUFFER_SRGB when possible.

12 years agowidl: Avoid FALSE:TRUE conditional expressions.
Michael Stefaniuc [Tue, 14 Aug 2012 21:56:28 +0000 (23:56 +0200)] 
widl: Avoid FALSE:TRUE conditional expressions.

12 years agowinefile: Avoid a TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:43:24 +0000 (23:43 +0200)] 
winefile: Avoid a TRUE:FALSE conditional expression.

12 years agowinhlp32: Avoid TRUE:FALSE conditional expressions.
Michael Stefaniuc [Tue, 14 Aug 2012 21:37:07 +0000 (23:37 +0200)] 
winhlp32: Avoid TRUE:FALSE conditional expressions.

12 years agowinspool.drv: Drop a superfluous TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:28:13 +0000 (23:28 +0200)] 
winspool.drv: Drop a superfluous TRUE:FALSE conditional expression.

12 years agowintrust: Avoid a TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:23:34 +0000 (23:23 +0200)] 
wintrust: Avoid a TRUE:FALSE conditional expression.

12 years agosecur32: Avoid a FALSE:TRUE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:18:43 +0000 (23:18 +0200)] 
secur32: Avoid a FALSE:TRUE conditional expression.

12 years agows2_32: Avoid a FALSE:TRUE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:16:41 +0000 (23:16 +0200)] 
ws2_32: Avoid a FALSE:TRUE conditional expression.

12 years agoriched20: Avoid a TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:15:13 +0000 (23:15 +0200)] 
riched20: Avoid a TRUE:FALSE conditional expression.

12 years agomsi/tests: Avoid a TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:10:59 +0000 (23:10 +0200)] 
msi/tests: Avoid a TRUE:FALSE conditional expression.

12 years agosetupx.dll16: Avoid a FALSE:TRUE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:09:19 +0000 (23:09 +0200)] 
setupx.dll16: Avoid a FALSE:TRUE conditional expression.

12 years agodbghelp: Remove a superfluous TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:08:03 +0000 (23:08 +0200)] 
dbghelp: Remove a superfluous TRUE:FALSE conditional expression.

12 years agoexplorerframe/tests: Avoid a TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:04:59 +0000 (23:04 +0200)] 
explorerframe/tests: Avoid a TRUE:FALSE conditional expression.

12 years agowineps.drv: Drop a superfluous TRUE:FALSE conditional expression.
Michael Stefaniuc [Tue, 14 Aug 2012 21:04:03 +0000 (23:04 +0200)] 
wineps.drv: Drop a superfluous TRUE:FALSE conditional expression.

12 years agorpcrt4: Properly handle async HTTP failures.
Jacek Caban [Tue, 14 Aug 2012 11:35:46 +0000 (13:35 +0200)] 
rpcrt4: Properly handle async HTTP failures.

12 years agorpcrt4: Optimize buffer allocation in rpcrt4_ncacn_http_read.
Jacek Caban [Tue, 14 Aug 2012 11:35:36 +0000 (13:35 +0200)] 
rpcrt4: Optimize buffer allocation in rpcrt4_ncacn_http_read.

12 years agorpcrt4: Use helper for handling async call wait.
Jacek Caban [Tue, 14 Aug 2012 11:35:17 +0000 (13:35 +0200)] 
rpcrt4: Use helper for handling async call wait.

12 years agorpcrt4: Added prepare_async_request helper.
Jacek Caban [Tue, 14 Aug 2012 11:35:06 +0000 (13:35 +0200)] 
rpcrt4: Added prepare_async_request helper.

12 years agorpcrt4: Use proper helper for IRpcStubBuffer call.
Jacek Caban [Tue, 14 Aug 2012 11:34:56 +0000 (13:34 +0200)] 
rpcrt4: Use proper helper for IRpcStubBuffer call.

12 years agovbscript: Added shell registry for VBSFile.
Jacek Caban [Tue, 14 Aug 2012 10:02:01 +0000 (12:02 +0200)] 
vbscript: Added shell registry for VBSFile.

12 years agoadvpack/tests: Avoid test failures without high access rights.
Detlef Riekenberg [Sun, 5 Aug 2012 13:55:20 +0000 (15:55 +0200)] 
advpack/tests: Avoid test failures without high access rights.

12 years agowined3d: Recognize GeForce GT 630M.
Nikolay Bogoychev [Wed, 1 Aug 2012 22:59:19 +0000 (23:59 +0100)] 
wined3d: Recognize GeForce GT 630M.

12 years agogdiplus: get_font_hfont helper should transform returned font height using font and...
Dmitry Timoshkov [Thu, 9 Aug 2012 03:55:19 +0000 (12:55 +0900)] 
gdiplus: get_font_hfont helper should transform returned font height using font and device unit/resolution/scale.

12 years agogdiplus: GdipGetLogFontW should transform returned font height using font and device...
Dmitry Timoshkov [Thu, 9 Aug 2012 03:54:48 +0000 (12:54 +0900)] 
gdiplus: GdipGetLogFontW should transform returned font height using font and device unit/resolution/scale.

12 years agoRevert commit b20a1f56b0c915b24f70b8be83fbf76ea7378123.
Dmitry Timoshkov [Thu, 9 Aug 2012 03:54:20 +0000 (12:54 +0900)] 
Revert commit b20a1f56b0c915b24f70b8be83fbf76ea7378123.

12 years agogdiplus: Add more tests for GdipMeasureString using device with custom resolution.
Dmitry Timoshkov [Thu, 9 Aug 2012 03:53:33 +0000 (12:53 +0900)] 
gdiplus: Add more tests for GdipMeasureString using device with custom resolution.

12 years agowinex11: Remove remaining X11 locking around graphics calls.
Alexandre Julliard [Tue, 14 Aug 2012 12:43:28 +0000 (14:43 +0200)] 
winex11: Remove remaining X11 locking around graphics calls.

12 years agowinex11: Remove X11 locking around simple X calls.
Alexandre Julliard [Tue, 14 Aug 2012 11:38:03 +0000 (13:38 +0200)] 
winex11: Remove X11 locking around simple X calls.

12 years agomsvcp90: Fix the calling convention of the basic_string helpers.
Alexandre Julliard [Tue, 14 Aug 2012 11:29:20 +0000 (13:29 +0200)] 
msvcp90: Fix the calling convention of the basic_string helpers.

12 years agod3dx9/tests: Add tests for ID3DXConstantTable::SetDefaults.
Józef Kucia [Tue, 14 Aug 2012 09:42:35 +0000 (11:42 +0200)] 
d3dx9/tests: Add tests for ID3DXConstantTable::SetDefaults.

12 years agod3dx9/tests: Add tests for constant tables with default values.
Józef Kucia [Tue, 14 Aug 2012 09:42:34 +0000 (11:42 +0200)] 
d3dx9/tests: Add tests for constant tables with default values.

12 years agod3dx9: Implement ID3DXConstantTable::SetDefaults.
Józef Kucia [Tue, 14 Aug 2012 09:42:33 +0000 (11:42 +0200)] 
d3dx9: Implement ID3DXConstantTable::SetDefaults.

12 years agod3dx9: Correctly handle constants without default values in D3DXGetShaderConstantTableEx.
Józef Kucia [Tue, 14 Aug 2012 09:42:32 +0000 (11:42 +0200)] 
d3dx9: Correctly handle constants without default values in D3DXGetShaderConstantTableEx.

12 years agod3dx9: Introduce a helper function for setting float shader constants.
Józef Kucia [Tue, 14 Aug 2012 09:42:31 +0000 (11:42 +0200)] 
d3dx9: Introduce a helper function for setting float shader constants.

12 years agod3dx9: Introduce helper functions to operate on constant handles.
Józef Kucia [Tue, 14 Aug 2012 09:42:30 +0000 (11:42 +0200)] 
d3dx9: Introduce helper functions to operate on constant handles.

12 years agomshtml: Moved HTMLLocation reference to inner window.
Jacek Caban [Tue, 14 Aug 2012 09:29:17 +0000 (11:29 +0200)] 
mshtml: Moved HTMLLocation reference to inner window.

12 years agomshtml: Use helper to get IUri in HTMLLocation implementation.
Jacek Caban [Tue, 14 Aug 2012 09:29:02 +0000 (11:29 +0200)] 
mshtml: Use helper to get IUri in HTMLLocation implementation.

12 years agomshtml: Use inner window's moniker in PluginHost implementation.
Jacek Caban [Tue, 14 Aug 2012 09:28:50 +0000 (11:28 +0200)] 
mshtml: Use inner window's moniker in PluginHost implementation.

12 years agomshtml: Store moniker in HTMLInnerWindow.
Jacek Caban [Tue, 14 Aug 2012 09:28:37 +0000 (11:28 +0200)] 
mshtml: Store moniker in HTMLInnerWindow.

12 years agomsvcp90: Added basic_fstream<wchar> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:53:30 +0000 (10:53 +0200)] 
msvcp90: Added basic_fstream<wchar> implementation.

12 years agomsvcp90: Added basic_ifstream<wchar> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:53:09 +0000 (10:53 +0200)] 
msvcp90: Added basic_ifstream<wchar> implementation.

12 years agomsvcp90: Added basic_ofstream<wchar> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:52:48 +0000 (10:52 +0200)] 
msvcp90: Added basic_ofstream<wchar> implementation.

12 years agomsvcp90: Added basic_iostream<short> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:52:36 +0000 (10:52 +0200)] 
msvcp90: Added basic_iostream<short> implementation.

12 years agomsvcp90: Added basic_istream<short> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:52:22 +0000 (10:52 +0200)] 
msvcp90: Added basic_istream<short> implementation.

12 years agomsvcp90: Added basic_ostream<short> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:52:09 +0000 (10:52 +0200)] 
msvcp90: Added basic_ostream<short> implementation.

12 years agomsvcp90: Added basic_filebuf<wchar> and basic_filebuf<short> implementation.
Piotr Caban [Tue, 14 Aug 2012 08:51:55 +0000 (10:51 +0200)] 
msvcp90: Added basic_filebuf<wchar> and basic_filebuf<short> implementation.

12 years agomsvcp90: Only define virtual function callers in base class.
Piotr Caban [Tue, 14 Aug 2012 08:51:45 +0000 (10:51 +0200)] 
msvcp90: Only define virtual function callers in base class.

12 years agomsvcp: Rename msvcp90 debug channel.
Piotr Caban [Tue, 14 Aug 2012 08:51:34 +0000 (10:51 +0200)] 
msvcp: Rename msvcp90 debug channel.

12 years agodinput: Semi-stub for IDirectInputJoyConfig8_GetConfig.
Lucas Zawacki [Mon, 13 Aug 2012 23:36:56 +0000 (20:36 -0300)] 
dinput: Semi-stub for IDirectInputJoyConfig8_GetConfig.

12 years agodinput/tests: Tests for IDirectInputJoyConfig8_GetConfig.
Lucas Zawacki [Mon, 13 Aug 2012 23:36:55 +0000 (20:36 -0300)] 
dinput/tests: Tests for IDirectInputJoyConfig8_GetConfig.