wine
15 years agocomctl32/listview: Fix some test failures on comctl32 4.7x.
Nikolay Sivov [Sun, 2 Aug 2009 21:44:31 +0000 (01:44 +0400)] 
comctl32/listview: Fix some test failures on comctl32 4.7x.

15 years agouser32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
Henri Verbeet [Mon, 3 Aug 2009 06:06:53 +0000 (08:06 +0200)] 
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.

15 years agowined3d: Don't respecify compressed textures in surface_upload_data().
Henri Verbeet [Mon, 3 Aug 2009 06:06:52 +0000 (08:06 +0200)] 
wined3d: Don't respecify compressed textures in surface_upload_data().

Passing NULL to glCompressedTexImage2DARB() doesn't work particularly well
when both client storage and PBOs are enabled. Also, two years is long enough
to give driver developers a chance to fix the bug this was supposed to work
around.

15 years agowined3d: Rename WineD3DContext to struct wined3d_context.
Henri Verbeet [Mon, 3 Aug 2009 06:06:51 +0000 (08:06 +0200)] 
wined3d: Rename WineD3DContext to struct wined3d_context.

15 years agowined3d: Don't use the GL texture flags to determine if a format is a depth stencil...
Henri Verbeet [Mon, 3 Aug 2009 06:06:50 +0000 (08:06 +0200)] 
wined3d: Don't use the GL texture flags to determine if a format is a depth stencil in CheckDepthStencilCapability().

The OpenGL implementation might not support ARB_depth_texture, but that
doesn't mean we can't use the format for the depth buffer.

15 years agowined3d: Use the context's current render target the get the swapchain drawable size.
Henri Verbeet [Mon, 3 Aug 2009 06:06:49 +0000 (08:06 +0200)] 
wined3d: Use the context's current render target the get the swapchain drawable size.

"surface" might point to the frontbuffer while we're rendering to the
backbuffer, etc.

15 years agowined3d: Handle destruction of a context's current render target.
Henri Verbeet [Mon, 3 Aug 2009 06:06:48 +0000 (08:06 +0200)] 
wined3d: Handle destruction of a context's current render target.

15 years agontdll: For Darwin/Mac OS X, use legacy getdirentries if 64-bit inodes enabled.
Ken Thomases [Fri, 31 Jul 2009 21:25:48 +0000 (16:25 -0500)] 
ntdll: For Darwin/Mac OS X, use legacy getdirentries if 64-bit inodes enabled.

Fixes building on Snow Leopard.

15 years agowinex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.
Roderick Colenbrander [Sun, 2 Aug 2009 16:43:43 +0000 (18:43 +0200)] 
winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.

15 years agowgl: Fix usage of non-GLX visual in glXCreateContext.
Roderick Colenbrander [Fri, 31 Jul 2009 20:50:36 +0000 (22:50 +0200)] 
wgl: Fix usage of non-GLX visual in glXCreateContext.

15 years agourlmon: Use one wininet internet handle for all connections.
Jacek Caban [Sat, 1 Aug 2009 22:11:46 +0000 (00:11 +0200)] 
urlmon: Use one wininet internet handle for all connections.

15 years agomshtml: Call set_ns_editmode in better place.
Jacek Caban [Sat, 1 Aug 2009 22:12:29 +0000 (00:12 +0200)] 
mshtml: Call set_ns_editmode in better place.

15 years agomshtml: Added IHTMLStyle3::wordWrap property implementation.
Jacek Caban [Sat, 1 Aug 2009 22:09:49 +0000 (00:09 +0200)] 
mshtml: Added IHTMLStyle3::wordWrap property implementation.

15 years agomshtml: Always return hex string in IHTMLBodyElement::get_bgColor.
Jacek Caban [Sat, 1 Aug 2009 22:09:09 +0000 (00:09 +0200)] 
mshtml: Always return hex string in IHTMLBodyElement::get_bgColor.

15 years agowininet: Explicity delete Content-Length header for gzip encoded connection.
Jacek Caban [Fri, 31 Jul 2009 19:07:42 +0000 (21:07 +0200)] 
wininet: Explicity delete Content-Length header for gzip encoded connection.

15 years agogdi32: Use a better heuristics for tmWeight.
Dmitry Timoshkov [Fri, 31 Jul 2009 13:21:51 +0000 (22:21 +0900)] 
gdi32: Use a better heuristics for tmWeight.

Marlett uses FW_MEDIUM (500) and current code allows only FW_REGULAR and
FW_BOLD. New heuristics detects if flags and usWeightClass in the font match.

15 years agogdi32: Some fonts have a broken last segment of cmap4 table, avoid a crash in that...
Dmitry Timoshkov [Fri, 31 Jul 2009 13:21:23 +0000 (22:21 +0900)] 
gdi32: Some fonts have a broken last segment of cmap4 table, avoid a crash in that case.

Freetype has a similar consistency check.

15 years agoimm32: Stub implementation of ImmDisableTextFrameService.
Aric Stewart [Thu, 30 Jul 2009 17:52:09 +0000 (12:52 -0500)] 
imm32: Stub implementation of ImmDisableTextFrameService.

15 years agowinhlp32: Add the UTF-8 pragma for the Italian resources.
Paul Vriens [Thu, 30 Jul 2009 18:01:25 +0000 (20:01 +0200)] 
winhlp32: Add the UTF-8 pragma for the Italian resources.

15 years agocmdlgtst: Add the UTF-8 pragma for the Italian resources.
Paul Vriens [Thu, 30 Jul 2009 18:07:49 +0000 (20:07 +0200)] 
cmdlgtst: Add the UTF-8 pragma for the Italian resources.

15 years agowinhlp32: Add the UTF-8 pragma for the Romansh resources.
Paul Vriens [Thu, 30 Jul 2009 18:04:50 +0000 (20:04 +0200)] 
winhlp32: Add the UTF-8 pragma for the Romansh resources.

15 years agowineboot: Add the UTF-8 pragma for the Dutch resources.
Paul Vriens [Thu, 30 Jul 2009 17:59:36 +0000 (19:59 +0200)] 
wineboot: Add the UTF-8 pragma for the Dutch resources.

15 years agogphoto2.ds: Add the UTF-8 pragma for the Danish resources.
Paul Vriens [Thu, 30 Jul 2009 17:58:41 +0000 (19:58 +0200)] 
gphoto2.ds: Add the UTF-8 pragma for the Danish resources.

15 years agoxcopy: Add the UTF-8 pragma.
Paul Vriens [Thu, 30 Jul 2009 17:36:07 +0000 (19:36 +0200)] 
xcopy: Add the UTF-8 pragma.

15 years agoappwiz.cpl: Fix Dutch translations.
Paul Vriens [Thu, 30 Jul 2009 13:52:45 +0000 (15:52 +0200)] 
appwiz.cpl: Fix Dutch translations.

15 years agogphoto2.ds: Remove an used MENU entry from the resources.
Paul Vriens [Thu, 30 Jul 2009 12:13:17 +0000 (14:13 +0200)] 
gphoto2.ds: Remove an used MENU entry from the resources.

15 years agowininet: Avoid potential NULL dereferences (Coverity).
Paul Vriens [Thu, 30 Jul 2009 11:48:31 +0000 (13:48 +0200)] 
wininet: Avoid potential NULL dereferences (Coverity).

15 years agocomdlg32: Set MAXTEXTROWS of the toolbar in the file dialog to zero.
Rein Klazes [Tue, 28 Jul 2009 10:19:20 +0000 (12:19 +0200)] 
comdlg32: Set MAXTEXTROWS of the toolbar in the file dialog to zero.

15 years agoshlwapi: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:07 +0000 (15:36 +0500)] 
shlwapi: Convert the Russian resources to UTF-8.

15 years agouser32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:14 +0000 (15:36 +0500)] 
user32: Convert the Russian resources to UTF-8.

15 years agowineps.drv: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:23 +0000 (15:36 +0500)] 
wineps.drv: Convert the Russian resources to UTF-8.

15 years agowininet: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:31 +0000 (15:36 +0500)] 
wininet: Convert the Russian resources to UTF-8.

15 years agoshell32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:50 +0000 (15:35 +0500)] 
shell32: Convert the Russian resources to UTF-8.

15 years agoshdoclc: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:33 +0000 (15:35 +0500)] 
shdoclc: Convert the Russian resources to UTF-8.

15 years agosane.ds: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:56 +0000 (15:34 +0500)] 
sane.ds: Convert the Russian resources to UTF-8.

15 years agoserialui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:04 +0000 (15:35 +0500)] 
serialui: Convert the Russian resources to UTF-8.

15 years agosetupapi: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:23 +0000 (15:35 +0500)] 
setupapi: Convert the Russian resources to UTF-8.

15 years agooledlg: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:40 +0000 (15:34 +0500)] 
oledlg: Convert the Russian resources to UTF-8.

15 years agooleaut32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:26 +0000 (15:34 +0500)] 
oleaut32: Convert the Russian resources to UTF-8.

15 years agomsvidc32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:19 +0000 (15:34 +0500)] 
msvidc32: Convert the Russian resources to UTF-8.

15 years agomsrle32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:33:59 +0000 (15:33 +0500)] 
msrle32: Convert the Russian resources to UTF-8.

15 years agomsvfw32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:07 +0000 (15:34 +0500)] 
msvfw32: Convert the Russian resources to UTF-8.

15 years agomsi: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:33:27 +0000 (15:33 +0500)] 
msi: Convert the Russian resources to UTF-8.

15 years agowinhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant inclusi...
Gerald Pfeifer [Sat, 25 Jul 2009 16:57:18 +0000 (18:57 +0200)] 
winhttp: Include <sys/socket.h> from winhttp_private.h.  Remove now redundant inclusion from request.c.

15 years agokernel32: Add Portuguese translation.
Ricardo Filipe [Sat, 25 Jul 2009 20:33:57 +0000 (13:33 -0700)] 
kernel32: Add Portuguese translation.

15 years agogdiplus: Store color key information in ImageAttributes.
Vincent Povirk [Fri, 24 Jul 2009 22:57:38 +0000 (17:57 -0500)] 
gdiplus: Store color key information in ImageAttributes.

15 years agogdiplus: Do not draw line-breaking spaces.
Vincent Povirk [Fri, 24 Jul 2009 21:24:19 +0000 (16:24 -0500)] 
gdiplus: Do not draw line-breaking spaces.

15 years agogdiplus: Don't use -escapement angle in GdipDrawString.
Vincent Povirk [Fri, 24 Jul 2009 18:56:22 +0000 (13:56 -0500)] 
gdiplus: Don't use -escapement angle in GdipDrawString.

15 years agowineinstall: Ask about installation before running configure.
Austin English [Fri, 24 Jul 2009 18:17:57 +0000 (13:17 -0500)] 
wineinstall: Ask about installation before running configure.

15 years agoappwiz: Update Japanese resource.
Aric Stewart [Fri, 24 Jul 2009 19:11:36 +0000 (14:11 -0500)] 
appwiz: Update Japanese resource.

15 years agompr: Update Japanese resource.
Aric Stewart [Fri, 24 Jul 2009 19:11:49 +0000 (14:11 -0500)] 
mpr: Update Japanese resource.

15 years agojscript: Update French translation.
Frédéric Delanoy [Fri, 24 Jul 2009 19:10:28 +0000 (21:10 +0200)] 
jscript: Update French translation.

15 years agojscript: Update Lithuanian translation.
Aurimas Fišeras [Fri, 24 Jul 2009 15:06:53 +0000 (18:06 +0300)] 
jscript: Update Lithuanian translation.

15 years agojscript: Update German translation.
André Hentschel [Fri, 24 Jul 2009 14:56:08 +0000 (16:56 +0200)] 
jscript: Update German translation.

15 years agoinclude: Remote parameter should be a pointer not an array.
Huw Davies [Fri, 24 Jul 2009 11:27:13 +0000 (12:27 +0100)] 
include: Remote parameter should be a pointer not an array.

15 years agomshtml: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:29 +0000 (14:17 +0500)] 
mshtml: Convert the Russian resources to UTF-8.

15 years agocredui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:26 +0000 (14:16 +0500)] 
credui: Convert the Russian resources to UTF-8.

15 years agomsacm32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:21 +0000 (14:17 +0500)] 
msacm32: Convert the Russian resources to UTF-8.

15 years agompr: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:14 +0000 (14:17 +0500)] 
mpr: Convert the Russian resources to UTF-8.

15 years agogphoto2.ds: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:35 +0000 (14:16 +0500)] 
gphoto2.ds: Convert the Russian resources to UTF-8.

15 years agolocalui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:06 +0000 (14:17 +0500)] 
localui: Convert the Russian resources to UTF-8.

15 years agohhctrl.ocx: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:44 +0000 (14:16 +0500)] 
hhctrl.ocx: Convert the Russian resources to UTF-8.

15 years agolocalspl: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:59 +0000 (14:16 +0500)] 
localspl: Convert the Russian resources to UTF-8.

15 years agoiccvid: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:52 +0000 (14:16 +0500)] 
iccvid: Convert the Russian resources to UTF-8.

15 years agocomdlg32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:15:55 +0000 (14:15 +0500)] 
comdlg32: Convert the Russian resources to UTF-8.

15 years agoavifile: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:15:25 +0000 (14:15 +0500)] 
avifile: Convert the Russian resources to UTF-8.

15 years agobrowseui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:15:33 +0000 (14:15 +0500)] 
browseui: Convert the Russian resources to UTF-8.

15 years agocomctl32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:15:41 +0000 (14:15 +0500)] 
comctl32: Convert the Russian resources to UTF-8.

15 years agoappwiz.cpl: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:15:12 +0000 (14:15 +0500)] 
appwiz.cpl: Convert the Russian resources to UTF-8.

15 years agouser32: Fail if inserting a submenu would create a loop in the menu hierarchy.
Rein Klazes [Fri, 24 Jul 2009 07:18:34 +0000 (09:18 +0200)] 
user32: Fail if inserting a submenu would create a loop in the menu hierarchy.

15 years agowined3d: Return proper NULLs from CreateContext().
Henri Verbeet [Fri, 24 Jul 2009 08:44:18 +0000 (10:44 +0200)] 
wined3d: Return proper NULLs from CreateContext().

15 years agowined3d: Get rid of activeContext.
Henri Verbeet [Fri, 24 Jul 2009 08:44:17 +0000 (10:44 +0200)] 
wined3d: Get rid of activeContext.

15 years agowined3d: Explicitly pass the context to surface_load_ds_location().
Henri Verbeet [Fri, 24 Jul 2009 08:44:16 +0000 (10:44 +0200)] 
wined3d: Explicitly pass the context to surface_load_ds_location().

15 years agowined3d: Explicitly pass the context to get_drawable_size().
Henri Verbeet [Fri, 24 Jul 2009 08:44:15 +0000 (10:44 +0200)] 
wined3d: Explicitly pass the context to get_drawable_size().

15 years agowined3d: Manage event queries in the context.
Henri Verbeet [Fri, 24 Jul 2009 08:44:14 +0000 (10:44 +0200)] 
wined3d: Manage event queries in the context.

15 years agowined3d: Manage occlusion queries in the context.
Henri Verbeet [Fri, 24 Jul 2009 08:44:13 +0000 (10:44 +0200)] 
wined3d: Manage occlusion queries in the context.

15 years agowinex11: XRenderComposite can be inaccurate when scaled x / y source coordinates...
Roderick Colenbrander [Wed, 22 Jul 2009 15:42:14 +0000 (17:42 +0200)] 
winex11: XRenderComposite can be inaccurate when scaled x / y source coordinates are passed to it.

Moving this translation to the transformation matrix fixes the problem.

15 years agojscript: Add Dutch translations.
Paul Vriens [Fri, 24 Jul 2009 08:32:38 +0000 (10:32 +0200)] 
jscript: Add Dutch translations.

15 years agows2_32: Do not make the unix file descriptor blocking. Too many places in the socket...
Rein Klazes [Fri, 24 Jul 2009 08:29:17 +0000 (10:29 +0200)] 
ws2_32: Do not make the unix file descriptor blocking. Too many places in the socket code assume it is not.

15 years agojscript: Throw more SyntaxErrors in parser.
Piotr Caban [Fri, 24 Jul 2009 07:36:23 +0000 (09:36 +0200)] 
jscript: Throw more SyntaxErrors in parser.

15 years agojscript: Added "Expected ';'" error.
Piotr Caban [Fri, 24 Jul 2009 07:36:20 +0000 (09:36 +0200)] 
jscript: Added "Expected ';'" error.

15 years agojscript: Add "illegal assignment" error.
Piotr Caban [Fri, 24 Jul 2009 07:36:16 +0000 (09:36 +0200)] 
jscript: Add "illegal assignment" error.

15 years agojscript: Added "Expected ')'" error.
Piotr Caban [Fri, 24 Jul 2009 07:36:13 +0000 (09:36 +0200)] 
jscript: Added "Expected ')'" error.

15 years agojscript: Added "Expected '('" error.
Piotr Caban [Fri, 24 Jul 2009 07:36:04 +0000 (09:36 +0200)] 
jscript: Added "Expected '('" error.

15 years agojscript: Throw SyntaxError in eval function.
Piotr Caban [Fri, 24 Jul 2009 07:35:56 +0000 (09:35 +0200)] 
jscript: Throw SyntaxError in eval function.

15 years agoshell32/tests: Fix a couple of failures on Win9x and NT4.
Alexandre Julliard [Fri, 24 Jul 2009 09:44:41 +0000 (11:44 +0200)] 
shell32/tests: Fix a couple of failures on Win9x and NT4.

15 years agoddraw: Constify some variables.
Andrew Talbot [Thu, 23 Jul 2009 20:46:45 +0000 (21:46 +0100)] 
ddraw: Constify some variables.

15 years agowinhlp32: Ensure Open dialog is modal.
Owen Rudge [Thu, 23 Jul 2009 20:18:57 +0000 (17:18 -0300)] 
winhlp32: Ensure Open dialog is modal.

15 years agocomctl32/listview: Don't alter selection mark in LVM_SETITEMSTATE.
Nikolay Sivov [Thu, 23 Jul 2009 19:50:12 +0000 (23:50 +0400)] 
comctl32/listview: Don't alter selection mark in LVM_SETITEMSTATE.

15 years agocomctl32/listview: Set LVIS_FOCUSED for all items with LVM_SETITEMSTATE not allowed.
Nikolay Sivov [Thu, 23 Jul 2009 19:48:23 +0000 (23:48 +0400)] 
comctl32/listview: Set LVIS_FOCUSED for all items with LVM_SETITEMSTATE not allowed.

15 years agocomctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.
Nikolay Sivov [Thu, 23 Jul 2009 19:46:22 +0000 (23:46 +0400)] 
comctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.

15 years agocomctl32/listview: Additional tests for LVM_SETITEMSTATE for all items.
Nikolay Sivov [Thu, 23 Jul 2009 19:43:24 +0000 (23:43 +0400)] 
comctl32/listview: Additional tests for LVM_SETITEMSTATE for all items.

15 years agowininet: Update Dutch translation.
Hans Leidekker [Thu, 23 Jul 2009 18:57:19 +0000 (20:57 +0200)] 
wininet: Update Dutch translation.

15 years agowininet: Use a different pointer for the password in WININET_SetAuthorization.
Hans Leidekker [Thu, 23 Jul 2009 18:56:42 +0000 (20:56 +0200)] 
wininet: Use a different pointer for the password in WININET_SetAuthorization.

15 years agowininet: Update French translation.
Frédéric Delanoy [Thu, 23 Jul 2009 21:22:51 +0000 (23:22 +0200)] 
wininet: Update French translation.

15 years agowininet: Update German translation.
André Hentschel [Thu, 23 Jul 2009 17:50:12 +0000 (19:50 +0200)] 
wininet: Update German translation.

15 years agowininet: Update Lithuanian translation.
Aurimas Fišeras [Thu, 23 Jul 2009 17:23:29 +0000 (20:23 +0300)] 
wininet: Update Lithuanian translation.

15 years agowinhttp: Only output fixme for unhandled resolve timeout.
Juan Lang [Thu, 23 Jul 2009 16:12:29 +0000 (09:12 -0700)] 
winhttp: Only output fixme for unhandled resolve timeout.

15 years agowinhttp: Implement connect timeout.
Juan Lang [Thu, 23 Jul 2009 16:11:32 +0000 (09:11 -0700)] 
winhttp: Implement connect timeout.

15 years agokernel32: Fetch more information from the DosDevices directory for QueryDosDevice.
Alexandre Julliard [Fri, 24 Jul 2009 09:01:41 +0000 (11:01 +0200)] 
kernel32: Fetch more information from the DosDevices directory for QueryDosDevice.