wine
12 years agomsi: Format the value name from the RegLocator table.
Hans Leidekker [Mon, 12 Dec 2011 09:47:25 +0000 (10:47 +0100)] 
msi: Format the value name from the RegLocator table.

12 years agogdi32: Pass the correct depth to PutImage for SetBitmapBits on a DIB.
Alexandre Julliard [Mon, 12 Dec 2011 13:34:48 +0000 (14:34 +0100)] 
gdi32: Pass the correct depth to PutImage for SetBitmapBits on a DIB.

12 years agogdi32/tests: Add tests for 1-bpp DDB pattern brushes.
Alexandre Julliard [Mon, 12 Dec 2011 12:38:55 +0000 (13:38 +0100)] 
gdi32/tests: Add tests for 1-bpp DDB pattern brushes.

12 years agogdi32: Don't create a default color table for pattern brushes, use the DC colors...
Alexandre Julliard [Mon, 12 Dec 2011 11:23:12 +0000 (12:23 +0100)] 
gdi32: Don't create a default color table for pattern brushes, use the DC colors instead.

12 years agogdi32: Select the pattern brush only when first used.
Alexandre Julliard [Thu, 8 Dec 2011 11:12:54 +0000 (12:12 +0100)] 
gdi32: Select the pattern brush only when first used.

12 years agogdi32: Add a flag to request a default color table from init_dib_info.
Alexandre Julliard [Mon, 12 Dec 2011 10:44:11 +0000 (11:44 +0100)] 
gdi32: Add a flag to request a default color table from init_dib_info.

12 years agogdi32: Use the default DIB color table to create system and halftone palettes.
Alexandre Julliard [Mon, 12 Dec 2011 10:16:59 +0000 (11:16 +0100)] 
gdi32: Use the default DIB color table to create system and halftone palettes.

12 years agogdi32: Store the default color tables as static data.
Alexandre Julliard [Thu, 8 Dec 2011 16:03:28 +0000 (17:03 +0100)] 
gdi32: Store the default color tables as static data.

12 years agogdi32: GetCharABCWidthsFloatW must succeed with non-TrueType fonts.
Alexandre Julliard [Mon, 12 Dec 2011 10:14:09 +0000 (11:14 +0100)] 
gdi32: GetCharABCWidthsFloatW must succeed with non-TrueType fonts.

12 years agouser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
Dmitry Timoshkov [Sat, 10 Dec 2011 09:39:18 +0000 (17:39 +0800)] 
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.

12 years agod3d: Fixed a couple of warnings for 64bit targets.
Eric Pouech [Sun, 11 Dec 2011 14:05:08 +0000 (15:05 +0100)] 
d3d: Fixed a couple of warnings for 64bit targets.

12 years agopo: Updated Korean translation.
Hwang YunSong [Sun, 11 Dec 2011 14:27:07 +0000 (23:27 +0900)] 
po: Updated Korean translation.

12 years agopo: Update Russian translation.
Nikolay Sivov [Sun, 11 Dec 2011 13:15:51 +0000 (16:15 +0300)] 
po: Update Russian translation.

12 years agopo: Update German translation.
André Hentschel [Sat, 10 Dec 2011 18:53:49 +0000 (19:53 +0100)] 
po: Update German translation.

12 years agowintrust: Don't dereference a potentially NULL pointer.
Juan Lang [Sun, 11 Dec 2011 16:36:55 +0000 (08:36 -0800)] 
wintrust: Don't dereference a potentially NULL pointer.

12 years agowined3d: Get rid of the WINED3DPRIMITIVETYPE typedef.
Henri Verbeet [Sun, 11 Dec 2011 20:43:32 +0000 (21:43 +0100)] 
wined3d: Get rid of the WINED3DPRIMITIVETYPE typedef.

12 years agowined3d: Get rid of the WINED3DLIGHTTYPE typedef.
Henri Verbeet [Sun, 11 Dec 2011 20:43:31 +0000 (21:43 +0100)] 
wined3d: Get rid of the WINED3DLIGHTTYPE typedef.

12 years agowined3d: Trace all swapchain_desc fields in wined3d_device_reset().
Henri Verbeet [Sun, 11 Dec 2011 20:43:30 +0000 (21:43 +0100)] 
wined3d: Trace all swapchain_desc fields in wined3d_device_reset().

12 years agod3d10: Add a short description to skip_dword_unknown().
Henri Verbeet [Sun, 11 Dec 2011 20:43:29 +0000 (21:43 +0100)] 
d3d10: Add a short description to skip_dword_unknown().

12 years agoddraw: Destroy the swapchain after the D3D device in DllMain().
Henri Verbeet [Sun, 11 Dec 2011 20:43:28 +0000 (21:43 +0100)] 
ddraw: Destroy the swapchain after the D3D device in DllMain().

12 years agomsxml3: IDispatchEx support for MXNamespaceManager.
Nikolay Sivov [Sun, 11 Dec 2011 11:31:05 +0000 (14:31 +0300)] 
msxml3: IDispatchEx support for MXNamespaceManager.

12 years agomsxml3: Use IXMLDOMDocument3 as a latest interface version.
Nikolay Sivov [Sun, 11 Dec 2011 11:02:18 +0000 (14:02 +0300)] 
msxml3: Use IXMLDOMDocument3 as a latest interface version.

12 years agomsxml3: Added IDispatchEx support for IXMLDOMSchemaCollection2.
Nikolay Sivov [Sun, 11 Dec 2011 10:58:24 +0000 (13:58 +0300)] 
msxml3: Added IDispatchEx support for IXMLDOMSchemaCollection2.

12 years agomsxml3: Schema cache COM cleanup.
Nikolay Sivov [Sun, 11 Dec 2011 10:35:07 +0000 (13:35 +0300)] 
msxml3: Schema cache COM cleanup.

12 years agomsxml3: Accept disabled on load validation.
Nikolay Sivov [Sun, 11 Dec 2011 09:57:36 +0000 (12:57 +0300)] 
msxml3: Accept disabled on load validation.

12 years agomsxml3: Trace parameters in stub methods.
Nikolay Sivov [Sun, 11 Dec 2011 00:08:03 +0000 (03:08 +0300)] 
msxml3: Trace parameters in stub methods.

12 years agomsxml3: Escape '<','&','"' and '>' in attribute value.
Nikolay Sivov [Sat, 10 Dec 2011 23:32:51 +0000 (02:32 +0300)] 
msxml3: Escape '<','&','"' and '>' in attribute value.

12 years agod3dx9: Implement D3DXSHAdd().
Rico Schüller [Sat, 10 Dec 2011 16:51:32 +0000 (17:51 +0100)] 
d3dx9: Implement D3DXSHAdd().

12 years agouser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.
Dmitry Timoshkov [Sat, 10 Dec 2011 09:39:18 +0000 (17:39 +0800)] 
user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set.

12 years agogdi32/tests: Fix some test failures on Windows.
Alexandre Julliard [Sat, 10 Dec 2011 17:08:35 +0000 (18:08 +0100)] 
gdi32/tests: Fix some test failures on Windows.

12 years agogdi32: Simplify computation of the DIB header size for internal BITMAPINFO structures.
Alexandre Julliard [Sat, 10 Dec 2011 12:28:08 +0000 (13:28 +0100)] 
gdi32: Simplify computation of the DIB header size for internal BITMAPINFO structures.

12 years agogdi32: Make sure that biSizeImage always contains the correct size in internal BITMAP...
Alexandre Julliard [Sat, 10 Dec 2011 12:27:16 +0000 (13:27 +0100)] 
gdi32: Make sure that biSizeImage always contains the correct size in internal BITMAPINFO structures.

12 years agogdi32: Always use biClrUsed for the number of colors of internal BITMAPINFO structures.
Alexandre Julliard [Sat, 10 Dec 2011 11:48:33 +0000 (12:48 +0100)] 
gdi32: Always use biClrUsed for the number of colors of internal BITMAPINFO structures.

12 years agomsxml3: Properly handle writer output in a form of BSTR.
Nikolay Sivov [Fri, 9 Dec 2011 18:34:27 +0000 (21:34 +0300)] 
msxml3: Properly handle writer output in a form of BSTR.

12 years agomsxml3: Write document prolog separately.
Nikolay Sivov [Fri, 9 Dec 2011 15:24:46 +0000 (18:24 +0300)] 
msxml3: Write document prolog separately.

12 years agomsxml3: Use libxml2 buffer support through helpers.
Nikolay Sivov [Fri, 9 Dec 2011 11:02:10 +0000 (14:02 +0300)] 
msxml3: Use libxml2 buffer support through helpers.

12 years agousp10: Add Myanmar script.
Aric Stewart [Fri, 9 Dec 2011 17:02:30 +0000 (11:02 -0600)] 
usp10: Add Myanmar script.

12 years agocmdlgtst: Remove obsolete and unused application.
Michael Stefaniuc [Wed, 7 Dec 2011 23:27:37 +0000 (00:27 +0100)] 
cmdlgtst: Remove obsolete and unused application.

12 years agocomdlg32: Correct title of "Save As" dialog.
Alex Henrie [Thu, 8 Dec 2011 20:58:33 +0000 (13:58 -0700)] 
comdlg32: Correct title of "Save As" dialog.

12 years agoinclude: Add the missing inaddr.h and in6addr.h include directives.
Francois Gouget [Fri, 9 Dec 2011 11:00:39 +0000 (12:00 +0100)] 
include: Add the missing inaddr.h and in6addr.h include directives.

12 years agoiphlpapi: Remove a few redundant include directives.
Francois Gouget [Fri, 9 Dec 2011 10:59:43 +0000 (11:59 +0100)] 
iphlpapi: Remove a few redundant include directives.

12 years agoinclude: Eliminate redundancy between winsock.h and inaddr.h.
Francois Gouget [Fri, 9 Dec 2011 10:58:22 +0000 (11:58 +0100)] 
include: Eliminate redundancy between winsock.h and inaddr.h.

12 years agoinclude: in6addr.h does not depend on winsock's u_xxx types.
Francois Gouget [Fri, 9 Dec 2011 10:57:44 +0000 (11:57 +0100)] 
include: in6addr.h does not depend on winsock's u_xxx types.

12 years agoinclude: Add a couple of missing include directives in dshow.h.
Francois Gouget [Fri, 9 Dec 2011 10:57:32 +0000 (11:57 +0100)] 
include: Add a couple of missing include directives in dshow.h.

12 years agopo: Update Dutch translation.
Hans Leidekker [Fri, 9 Dec 2011 07:59:18 +0000 (08:59 +0100)] 
po: Update Dutch translation.

12 years agopo: Update Polish translation.
Łukasz Wojniłowicz [Thu, 8 Dec 2011 17:20:22 +0000 (18:20 +0100)] 
po: Update Polish translation.

12 years agogdi32/tests: Add some tests for wide pens.
Huw Davies [Fri, 9 Dec 2011 13:47:28 +0000 (13:47 +0000)] 
gdi32/tests: Add some tests for wide pens.

12 years agogdi32: Add support for wide cosmetic pens.
Huw Davies [Fri, 9 Dec 2011 13:47:27 +0000 (13:47 +0000)] 
gdi32: Add support for wide cosmetic pens.

12 years agoservices: Set result inside service_send_command.
Piotr Caban [Fri, 9 Dec 2011 12:33:45 +0000 (13:33 +0100)] 
services: Set result inside service_send_command.

12 years agoservices: Accept SERVICE_START_PENDING as valid service start status.
Piotr Caban [Fri, 9 Dec 2011 12:33:32 +0000 (13:33 +0100)] 
services: Accept SERVICE_START_PENDING as valid service start status.

12 years agojscript: Use bytecode for '<<=' expression implementation.
Jacek Caban [Fri, 9 Dec 2011 10:05:08 +0000 (11:05 +0100)] 
jscript: Use bytecode for '<<=' expression implementation.

12 years agojscript: Use bytecode for '<<' expression implementation.
Jacek Caban [Fri, 9 Dec 2011 10:04:57 +0000 (11:04 +0100)] 
jscript: Use bytecode for '<<' expression implementation.

12 years agojscript: Use bytecode for '>>>=' expression implementation.
Jacek Caban [Fri, 9 Dec 2011 10:04:45 +0000 (11:04 +0100)] 
jscript: Use bytecode for '>>>=' expression implementation.

12 years agojscript: Use bytecode for '>>>' expression implementation.
Jacek Caban [Fri, 9 Dec 2011 10:04:24 +0000 (11:04 +0100)] 
jscript: Use bytecode for '>>>' expression implementation.

12 years agojscript: Fixed memory leaks.
Jacek Caban [Fri, 9 Dec 2011 10:04:14 +0000 (11:04 +0100)] 
jscript: Fixed memory leaks.

12 years agowinhttp: Remove some dead assignments (clang).
Hans Leidekker [Fri, 9 Dec 2011 08:01:42 +0000 (09:01 +0100)] 
winhttp: Remove some dead assignments (clang).

12 years agowinhttp: Avoid a null pointer dereference (clang).
Hans Leidekker [Fri, 9 Dec 2011 08:01:23 +0000 (09:01 +0100)] 
winhttp: Avoid a null pointer dereference (clang).

12 years agocomctl32/listview: Create header when LVS_EX_FULLROWSELECT is requested.
Nikolay Sivov [Fri, 9 Dec 2011 07:42:54 +0000 (10:42 +0300)] 
comctl32/listview: Create header when LVS_EX_FULLROWSELECT is requested.

12 years agousp10: Fix memory leak.
Pierre Schweitzer [Thu, 8 Dec 2011 21:58:56 +0000 (22:58 +0100)] 
usp10: Fix memory leak.

12 years agowined3d: Get rid of the WINED3DPSHADERCAPS2_0 typedef.
Henri Verbeet [Thu, 8 Dec 2011 20:04:06 +0000 (21:04 +0100)] 
wined3d: Get rid of the WINED3DPSHADERCAPS2_0 typedef.

12 years agowined3d: Get rid of the WINED3DVSHADERCAPS2_0 typedef.
Henri Verbeet [Thu, 8 Dec 2011 20:04:05 +0000 (21:04 +0100)] 
wined3d: Get rid of the WINED3DVSHADERCAPS2_0 typedef.

12 years agowined3d: Introduce a helper function for checking colors against a color key.
Henri Verbeet [Thu, 8 Dec 2011 20:04:04 +0000 (21:04 +0100)] 
wined3d: Introduce a helper function for checking colors against a color key.

12 years agowined3d: Print the GL_RENDERER string when no "card selector" is available in wined3d...
Henri Verbeet [Thu, 8 Dec 2011 20:04:03 +0000 (21:04 +0100)] 
wined3d: Print the GL_RENDERER string when no "card selector" is available in wined3d_guess_card().

12 years agowined3d: The VertexAttrib*h[v] calls in NV_half_float depend on NV_vertex_program.
Henri Verbeet [Thu, 8 Dec 2011 20:04:02 +0000 (21:04 +0100)] 
wined3d: The VertexAttrib*h[v] calls in NV_half_float depend on NV_vertex_program.

Based on a patch by Aurélien Couderc.

12 years agogdi32/tests: Add tests for DIB_PAL_COLORS and DIB palettes with missing entries.
Alexandre Julliard [Thu, 8 Dec 2011 20:32:22 +0000 (21:32 +0100)] 
gdi32/tests: Add tests for DIB_PAL_COLORS and DIB palettes with missing entries.

12 years agogdi32: Remove the nb_colors fields in the bitmap object, we always allocate a full...
Alexandre Julliard [Fri, 9 Dec 2011 19:00:36 +0000 (20:00 +0100)] 
gdi32: Remove the nb_colors fields in the bitmap object, we always allocate a full size color table.

12 years agogdi32: Fix handling of DIB_PAL_COLORS in the various DIB functions.
Alexandre Julliard [Fri, 9 Dec 2011 15:48:28 +0000 (16:48 +0100)] 
gdi32: Fix handling of DIB_PAL_COLORS in the various DIB functions.

12 years agogdi32: Always allocate a full-size color table when creating a DIB section.
Alexandre Julliard [Fri, 9 Dec 2011 15:20:04 +0000 (16:20 +0100)] 
gdi32: Always allocate a full-size color table when creating a DIB section.

12 years agogdi32: Add a helper to build a color table from the DIB_PAL_COLORS bitmap info.
Alexandre Julliard [Thu, 8 Dec 2011 20:31:59 +0000 (21:31 +0100)] 
gdi32: Add a helper to build a color table from the DIB_PAL_COLORS bitmap info.

12 years agogdi32: Don't make a copy of the DIB color table when selecting it into a DC.
Alexandre Julliard [Thu, 8 Dec 2011 16:04:14 +0000 (17:04 +0100)] 
gdi32: Don't make a copy of the DIB color table when selecting it into a DC.

12 years agogdi32: Use PutImage directly to set the initial bitmap bits.
Alexandre Julliard [Thu, 8 Dec 2011 18:58:47 +0000 (19:58 +0100)] 
gdi32: Use PutImage directly to set the initial bitmap bits.

12 years agogdi32: Use the convert_bits helper function in SetDIBits and SetDIBitsToDevice.
Alexandre Julliard [Thu, 8 Dec 2011 18:53:44 +0000 (19:53 +0100)] 
gdi32: Use the convert_bits helper function in SetDIBits and SetDIBitsToDevice.

12 years agowinebrowser: Use IUri API for URL-related logic.
Jacek Caban [Thu, 8 Dec 2011 15:36:33 +0000 (16:36 +0100)] 
winebrowser: Use IUri API for URL-related logic.

12 years agopo: Update Italian translation.
Luca Bennati [Wed, 7 Dec 2011 17:08:09 +0000 (18:08 +0100)] 
po: Update Italian translation.

12 years agowininet: Added more connection failure tests.
Jacek Caban [Wed, 7 Dec 2011 15:40:43 +0000 (16:40 +0100)] 
wininet: Added more connection failure tests.

12 years agowininet: Properly handle closed connection in HTTP_HttpEndRequestW.
Jacek Caban [Wed, 7 Dec 2011 15:40:27 +0000 (16:40 +0100)] 
wininet: Properly handle closed connection in HTTP_HttpEndRequestW.

12 years agowininet: Use test.winehq.org instead of crossover.codeweavers.com in test_async_HttpS...
Jacek Caban [Wed, 7 Dec 2011 15:40:07 +0000 (16:40 +0100)] 
wininet: Use test.winehq.org instead of crossover.codeweavers.com in test_async_HttpSendRequestEx.

12 years agousp10: Some Indic scripts, Sinhala, want GDEF to set glyph properties.
Aric Stewart [Thu, 8 Dec 2011 16:02:08 +0000 (10:02 -0600)] 
usp10: Some Indic scripts, Sinhala, want GDEF to set glyph properties.

12 years agoddraw/tests: Extend the CreateSurface(NULL test), use own function.
Stefan Dösinger [Thu, 8 Dec 2011 14:59:07 +0000 (15:59 +0100)] 
ddraw/tests: Extend the CreateSurface(NULL test), use own function.

12 years agoddraw: SetSurfaceDesc can set width, height and pitch under certain conditions.
Stefan Dösinger [Thu, 8 Dec 2011 14:59:06 +0000 (15:59 +0100)] 
ddraw: SetSurfaceDesc can set width, height and pitch under certain conditions.

12 years agoddraw/tests: Make the SetSurfaceDesc test ok messages consistent.
Stefan Dösinger [Wed, 7 Dec 2011 23:13:03 +0000 (00:13 +0100)] 
ddraw/tests: Make the SetSurfaceDesc test ok messages consistent.

12 years agomsvcp90: Added _Locinfo::_Gettnames implementation.
Piotr Caban [Thu, 8 Dec 2011 11:10:26 +0000 (12:10 +0100)] 
msvcp90: Added _Locinfo::_Gettnames implementation.

12 years agomsvcp90: Added _Locinfo::_Getmonths implementation.
Piotr Caban [Thu, 8 Dec 2011 11:10:12 +0000 (12:10 +0100)] 
msvcp90: Added _Locinfo::_Getmonths implementation.

12 years agomsvcp90: Added _Locinfo::_Getdays implementation.
Piotr Caban [Thu, 8 Dec 2011 11:09:54 +0000 (12:09 +0100)] 
msvcp90: Added _Locinfo::_Getdays implementation.

12 years agomsvcp90: Added _Locinfo::_Getname implementation.
Piotr Caban [Thu, 8 Dec 2011 11:09:41 +0000 (12:09 +0100)] 
msvcp90: Added _Locinfo::_Getname implementation.

12 years agomsvcp90: Added _Locinfo::_Getlconv implementation.
Piotr Caban [Thu, 8 Dec 2011 11:09:28 +0000 (12:09 +0100)] 
msvcp90: Added _Locinfo::_Getlconv implementation.

12 years agomsvcp90: Added _Locinfo::_Getfalse and _Gettrue implementation.
Piotr Caban [Thu, 8 Dec 2011 11:09:15 +0000 (12:09 +0100)] 
msvcp90: Added _Locinfo::_Getfalse and _Gettrue implementation.

12 years agomsvcp90: Added _Getcvt implementation.
Piotr Caban [Thu, 8 Dec 2011 11:09:05 +0000 (12:09 +0100)] 
msvcp90: Added _Getcvt implementation.

12 years agojscript: Use bytecode for '>>=' expression.
Jacek Caban [Thu, 8 Dec 2011 11:03:35 +0000 (12:03 +0100)] 
jscript: Use bytecode for '>>=' expression.

12 years agojscript: Use bytecode for '>>' expression.
Jacek Caban [Thu, 8 Dec 2011 11:03:22 +0000 (12:03 +0100)] 
jscript: Use bytecode for '>>' expression.

12 years agojscript: Use bytecode for '&=' expression implementation.
Jacek Caban [Thu, 8 Dec 2011 11:03:09 +0000 (12:03 +0100)] 
jscript: Use bytecode for '&=' expression implementation.

12 years agojscript: Use bytecode for binary and implementation.
Jacek Caban [Thu, 8 Dec 2011 11:02:53 +0000 (12:02 +0100)] 
jscript: Use bytecode for binary and implementation.

12 years agojscript: Use bytecode for array literal expressions.
Jacek Caban [Thu, 8 Dec 2011 11:02:40 +0000 (12:02 +0100)] 
jscript: Use bytecode for array literal expressions.

12 years agojscript: Use bytecode for pre-decrement implementation.
Jacek Caban [Thu, 8 Dec 2011 11:02:23 +0000 (12:02 +0100)] 
jscript: Use bytecode for pre-decrement implementation.

12 years agojscript: Use bytecode for pre-increment expression implementation.
Jacek Caban [Thu, 8 Dec 2011 11:02:08 +0000 (12:02 +0100)] 
jscript: Use bytecode for pre-increment expression implementation.

12 years agowinex11: Add some sanity checks on bitmap formats before creating a pixmap.
Alexandre Julliard [Thu, 8 Dec 2011 09:32:51 +0000 (10:32 +0100)] 
winex11: Add some sanity checks on bitmap formats before creating a pixmap.

12 years agogdi32: Add missing check for empty visible rects in the non-stretching case.
Alexandre Julliard [Thu, 8 Dec 2011 09:32:26 +0000 (10:32 +0100)] 
gdi32: Add missing check for empty visible rects in the non-stretching case.

12 years agomsxml3: Added IDispatchEx for IXSLProcessor.
Nikolay Sivov [Tue, 6 Dec 2011 21:22:34 +0000 (00:22 +0300)] 
msxml3: Added IDispatchEx for IXSLProcessor.

12 years agomsxml3: Added IDispatchEx support for IXSLTemplate.
Nikolay Sivov [Tue, 6 Dec 2011 21:06:31 +0000 (00:06 +0300)] 
msxml3: Added IDispatchEx support for IXSLTemplate.

12 years agowined3d: Get rid of the WINEDDCOLORKEY typedef.
Henri Verbeet [Wed, 7 Dec 2011 21:08:59 +0000 (22:08 +0100)] 
wined3d: Get rid of the WINEDDCOLORKEY typedef.