David Adam [Fri, 17 Jul 2009 15:51:50 +0000 (17:51 +0200)]
d3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:19:45 +0000 (18:19 +0200)]
d3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:18:32 +0000 (18:18 +0200)]
d3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:14:32 +0000 (18:14 +0200)]
d3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.
Vincent Povirk [Fri, 17 Jul 2009 15:40:07 +0000 (10:40 -0500)]
mapi32: Add version numbers to version resource.
Ricardo Filipe [Thu, 16 Jul 2009 19:22:18 +0000 (12:22 -0700)]
winhlp32: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Fri, 17 Jul 2009 13:57:49 +0000 (06:57 -0700)]
winedbg: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 13:49:07 +0000 (06:49 -0700)]
oleacc: Add Portuguese translation.
Alexandre Julliard [Fri, 17 Jul 2009 16:38:57 +0000 (18:38 +0200)]
Release 1.1.26.
Alexandre Julliard [Fri, 17 Jul 2009 15:18:59 +0000 (17:18 +0200)]
Updated the authors list.
Frédéric Delanoy [Fri, 17 Jul 2009 12:43:11 +0000 (14:43 +0200)]
kernel32: Update French translation of error messages.
Dylan Smith [Fri, 17 Jul 2009 13:17:20 +0000 (09:17 -0400)]
richedit: Handle missing colours in rtf colour table.
When a colour table entry is empty, then the default colour is used.
For an incomplete colour table entry 0 is used for the missing colours.
Previously the -1 value used internally for missing colours was being
converted into white, where it should be using the default colour that
is normally black.
This bug could be seen by loading the following rich text into wordpad:
{\rtf{\colortbl;;}\cf1 text}
Ricardo Filipe [Fri, 17 Jul 2009 11:45:32 +0000 (04:45 -0700)]
devenum: Update Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 11:21:13 +0000 (04:21 -0700)]
cryptdlg: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 10:30:55 +0000 (03:30 -0700)]
wordpad: Update Portuguese translation and convert to UTF8.
Rein Klazes [Thu, 16 Jul 2009 10:30:29 +0000 (12:30 +0200)]
user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
Jeff Latimer [Fri, 17 Jul 2009 10:25:59 +0000 (20:25 +1000)]
ws2_32: IPv6 functionality for WSAAddressToStringW.
Jeff Latimer [Fri, 17 Jul 2009 10:25:07 +0000 (20:25 +1000)]
ws2_32/tests: IPv6 tests for WSAAddressToStringW.
André Hentschel [Fri, 17 Jul 2009 10:22:10 +0000 (12:22 +0200)]
winecfg: Add the codepage pragma for German translation.
André Hentschel [Fri, 17 Jul 2009 10:16:41 +0000 (12:16 +0200)]
appwiz.cpl: Fix German translation.
Huw Davies [Fri, 17 Jul 2009 09:57:03 +0000 (10:57 +0100)]
gdi32/tests: Add a broken case for some versions of winxp.
David Adam [Fri, 17 Jul 2009 09:32:38 +0000 (11:32 +0200)]
d3dx9: Fix D3DXQuaternionNormalize to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 09:30:29 +0000 (11:30 +0200)]
d3dx9: Fix D3DXQuaternionInverse to make tests pass in Windows.
Dylan Smith [Thu, 16 Jul 2009 22:46:04 +0000 (18:46 -0400)]
richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL.
Dylan Smith [Thu, 16 Jul 2009 22:45:59 +0000 (18:45 -0400)]
richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
Previously after initial window creation of a richedit control with the
ES_DISABLENOSCROLL window style flag the scrollbar would be shown but
not disabled. This patch fixes this issue by explicitly disabling and
showing the scrollbar.
Henri Verbeet [Fri, 17 Jul 2009 08:34:05 +0000 (10:34 +0200)]
wined3d: Avoid redundant FBO binds.
Apparently this is an expensive operation for certain drivers, even if the
binding doesn't actually change.
Henri Verbeet [Fri, 17 Jul 2009 08:34:04 +0000 (10:34 +0200)]
wined3d: Always use context_bind_fbo() to change the framebuffer binding.
Henri Verbeet [Fri, 17 Jul 2009 08:34:03 +0000 (10:34 +0200)]
wined3d: Pass the context instead of the device to the various context functions.
Henri Verbeet [Fri, 17 Jul 2009 08:34:02 +0000 (10:34 +0200)]
wined3d: Store a pointer to wined3d_gl_info in struct WineD3DContext.
Henri Verbeet [Fri, 17 Jul 2009 08:34:01 +0000 (10:34 +0200)]
wined3d: Rename _WineD3D_GL_Info to struct wined3d_gl_info.
Michael Stefaniuc [Fri, 17 Jul 2009 08:17:07 +0000 (10:17 +0200)]
wordpad: Change some string resource ids to logically group the strings in separate STRINGTABLEs.
Dylan Smith [Fri, 17 Jul 2009 00:01:25 +0000 (20:01 -0400)]
richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
When the richedit control is created without the ES_AUTOHSCROLL or the
ES_AUTOVSCROLL, then scrolling isn't done automatically when moving the
cursor with the arrow keys, drag selecting with the mouse, or even from
using the EM_SCROLLCARET (based on testing using a modified version of
wordpad).
Jacek Caban [Thu, 16 Jul 2009 23:43:09 +0000 (01:43 +0200)]
include: Added ntddndis.h.
Jacek Caban [Thu, 16 Jul 2009 23:17:13 +0000 (01:17 +0200)]
wininet: Code clean up by using heap_strdup* functions.
Jacek Caban [Fri, 17 Jul 2009 00:05:36 +0000 (02:05 +0200)]
wininet: Code clean up by using heap_strdup* functions.
Jacek Caban [Thu, 16 Jul 2009 23:12:04 +0000 (01:12 +0200)]
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
Jacek Caban [Thu, 16 Jul 2009 23:11:24 +0000 (01:11 +0200)]
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation.
Jacek Caban [Thu, 16 Jul 2009 23:10:41 +0000 (01:10 +0200)]
wininet: Rename WININET_strdupW to standard heap_strdupW.
Ricardo Filipe [Thu, 16 Jul 2009 19:13:08 +0000 (12:13 -0700)]
winefile: Fix Portuguese translation.
Ricardo Filipe [Thu, 16 Jul 2009 19:06:52 +0000 (12:06 -0700)]
appwiz.cpl: Update Portuguese translation and convert to UTF8.
Vladimir Pankratov [Thu, 16 Jul 2009 17:53:50 +0000 (22:53 +0500)]
cmd: Convert the Russian resources to UTF-8.
Juan Lang [Thu, 16 Jul 2009 15:48:32 +0000 (08:48 -0700)]
ws2_32: Make sure sockaddr is big enough when formatting an IPv6 address.
Juan Lang [Thu, 16 Jul 2009 15:46:20 +0000 (08:46 -0700)]
ws2_32: Remove an unnecessary cast.
Alexandre Julliard [Thu, 16 Jul 2009 14:36:38 +0000 (16:36 +0200)]
uuid: Include some more headers.
Joel Holdsworth [Wed, 15 Jul 2009 21:08:45 +0000 (22:08 +0100)]
gdi32/tests: Added tests for BitBlt.
Paul Vriens [Thu, 16 Jul 2009 13:47:38 +0000 (15:47 +0200)]
winhttp: Fix a crash on Vista and higher.
Vitaliy Margolen [Thu, 16 Jul 2009 13:15:22 +0000 (07:15 -0600)]
shell32: Export IsUserAnAdmin by name as well.
Henri Verbeet [Thu, 16 Jul 2009 11:08:25 +0000 (13:08 +0200)]
wined3d: Recognize the SM4 dp4 opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:24 +0000 (13:08 +0200)]
wined3d: Recognize the SM4 dp3 opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:23 +0000 (13:08 +0200)]
wined3d: Recognize the SM4 rsq opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:22 +0000 (13:08 +0200)]
wined3d: Recognize the SM4 constant buffer register type.
Henri Verbeet [Thu, 16 Jul 2009 11:08:21 +0000 (13:08 +0200)]
wined3d: Recognize SM4 arrays.
This is for SM4 constant buffers, which look like cb<x>[<y>]. At some later
point we should probably translate pre-SM4 constants to constant buffers.
David Adam [Wed, 15 Jul 2009 19:14:00 +0000 (21:14 +0200)]
d3dx9: Remove a failing test in Windows.
David Adam [Wed, 15 Jul 2009 19:04:01 +0000 (21:04 +0200)]
d3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.
Andrew Nguyen [Thu, 16 Jul 2009 03:00:22 +0000 (22:00 -0500)]
t2embed: Implement TTLoadEmbeddedFont as a stub.
Piotr Caban [Wed, 15 Jul 2009 23:17:00 +0000 (01:17 +0200)]
jscript: Fix create_exec_ctx implementation.
Piotr Caban [Wed, 15 Jul 2009 23:16:45 +0000 (01:16 +0200)]
jscript: Remove broken tests.
Piotr Caban [Wed, 15 Jul 2009 23:16:15 +0000 (01:16 +0200)]
jscript: Improve Object_toString implementation.
Detlef Riekenberg [Wed, 15 Jul 2009 14:58:28 +0000 (16:58 +0200)]
winemine: Add ellipses for IDM_CUSTOM.
Ricardo Filipe [Wed, 15 Jul 2009 14:16:33 +0000 (07:16 -0700)]
shdoclc: Fix Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 14:05:42 +0000 (07:05 -0700)]
mshtml: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 13:49:34 +0000 (06:49 -0700)]
gphoto2.ds: Fix Portuguese translation and convert to UTF8.
Andrew Nguyen [Thu, 16 Jul 2009 03:00:13 +0000 (22:00 -0500)]
kernel32: Implement WTSGetActiveConsoleSessionId as a stub.
Roderick Colenbrander [Thu, 9 Jul 2009 19:51:05 +0000 (21:51 +0200)]
winex11: Add a function for retrieving the bitmap GC.
Stefan Dösinger [Wed, 15 Jul 2009 18:57:58 +0000 (20:57 +0200)]
wined3d: Use the unmodified source in MOVA.
The code removed by this patch was a leftover from the time when we tried to
emulate MOVA with a plain ARL, which only supports one source in plain ARB.
This breaks the more sophisticated MOVA and 4 component ADDR register we have
now however.
Stefan Dösinger [Wed, 15 Jul 2009 16:45:03 +0000 (18:45 +0200)]
wined3d: Don't call glGetError if nobody is listening.
Dmitry Timoshkov [Thu, 16 Jul 2009 08:34:54 +0000 (17:34 +0900)]
comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.
Michael Stefaniuc [Wed, 15 Jul 2009 23:12:03 +0000 (01:12 +0200)]
Set the encoding of the Romanian resources to UTF-8.
Alexandre Julliard [Thu, 16 Jul 2009 09:15:15 +0000 (11:15 +0200)]
wrc: Report an error when encountering non-ASCII characters.
Alexandre Julliard [Thu, 16 Jul 2009 09:15:00 +0000 (11:15 +0200)]
wrc: Avoid a crash if a file didn't contain any resources.
Ricardo Filipe [Thu, 16 Jul 2009 00:40:49 +0000 (17:40 -0700)]
taskmgr: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 23:05:39 +0000 (16:05 -0700)]
reg: Update Portuguese translation and convert to UTF8.
Nikolay Sivov [Wed, 15 Jul 2009 19:59:25 +0000 (23:59 +0400)]
comctl32/dpa: Don't use start index on searching sorted array.
Aric Stewart [Wed, 15 Jul 2009 19:31:17 +0000 (14:31 -0500)]
gdi32: In init_system_links, reinitialize val_len and data_len before continuing.
Jacek Caban [Wed, 15 Jul 2009 22:58:25 +0000 (00:58 +0200)]
include: Added netcon.idl.
Frédéric Delanoy [Wed, 15 Jul 2009 21:36:15 +0000 (23:36 +0200)]
appwiz.cpl: Fix French UI display and wording.
Juan Lang [Wed, 15 Jul 2009 20:03:19 +0000 (13:03 -0700)]
winhttp: Use the correct address length when connecting.
Juan Lang [Wed, 15 Jul 2009 15:40:51 +0000 (08:40 -0700)]
winhttp: Fix a comment typo.
Aurimas Fišeras [Wed, 15 Jul 2009 15:59:04 +0000 (18:59 +0300)]
appwiz.cpl: Update Lithuanian translation.
André Hentschel [Wed, 15 Jul 2009 15:45:44 +0000 (17:45 +0200)]
shell32: Correct German language.
André Hentschel [Wed, 15 Jul 2009 15:25:14 +0000 (17:25 +0200)]
appwiz.cpl: Correct German language.
Aric Stewart [Wed, 15 Jul 2009 15:06:45 +0000 (10:06 -0500)]
sane: Remove BOM from Japanese resource.
Dmitry Timoshkov [Wed, 15 Jul 2009 12:21:26 +0000 (21:21 +0900)]
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.
Ricardo Filipe [Wed, 15 Jul 2009 11:56:18 +0000 (04:56 -0700)]
crypt32: Update Portuguese translation and convert to UTF8.
Vincent Povirk [Mon, 6 Jul 2009 22:53:36 +0000 (17:53 -0500)]
windowscodecs: Register BMP decoder as a bitmap decoder.
Alexandre Julliard [Wed, 15 Jul 2009 12:22:14 +0000 (14:22 +0200)]
msi: Build a proper tab chain by walking through the controls list.
Simply changing Z-order as we encounter windows is not sufficient to
ensure correct ordering, we have to rebuild the list from scratch.
Juan Lang [Tue, 14 Jul 2009 20:05:01 +0000 (13:05 -0700)]
winhttp: Issue CONNECT command to connect to a secure server through a proxy server.
Juan Lang [Tue, 14 Jul 2009 20:04:42 +0000 (13:04 -0700)]
winhttp: Don't set port number to a default before scheme is known.
Juan Lang [Tue, 14 Jul 2009 20:04:20 +0000 (13:04 -0700)]
winhttp: Allow full path in addition to relative path in headers to accomodate proxy servers.
Juan Lang [Tue, 14 Jul 2009 20:03:52 +0000 (13:03 -0700)]
winhttp: Use proxy server when redirecting.
Juan Lang [Tue, 14 Jul 2009 20:03:26 +0000 (13:03 -0700)]
winhttp: Use a helper function to set connect_t's servername and port.
Juan Lang [Tue, 14 Jul 2009 20:03:10 +0000 (13:03 -0700)]
winhttp: Connect to the proxy port rather than the host port.
Juan Lang [Tue, 14 Jul 2009 20:02:48 +0000 (13:02 -0700)]
winhttp: When connecting via a proxy include full hostname and scheme in path.
Juan Lang [Tue, 14 Jul 2009 20:02:29 +0000 (13:02 -0700)]
winhttp: Set connect_t's servername and port based on proxy settings.
Juan Lang [Tue, 14 Jul 2009 20:01:48 +0000 (13:01 -0700)]
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.
Juan Lang [Tue, 14 Jul 2009 20:01:26 +0000 (13:01 -0700)]
winhttp: Support getting the default proxy settings from the http_proxy environment variable.
Juan Lang [Tue, 14 Jul 2009 20:00:38 +0000 (13:00 -0700)]
winhttp: Implement WinHttpGetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 19:53:14 +0000 (12:53 -0700)]
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 19:36:41 +0000 (12:36 -0700)]
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
Vladimir Pankratov [Tue, 14 Jul 2009 09:01:23 +0000 (14:01 +0500)]
comctl32: Fix division by zero.