Commit Graph

59845 Commits

Author SHA1 Message Date
Mike Kaplinskiy 83d2108126 ws2_32/tests: Fix test failures on NT4/x86_64. 2009-07-20 13:35:43 +02:00
Mike Kaplinskiy 4acc8729c4 ws2_32/tests: Test closing listener during pending AcceptEx. 2009-07-20 13:35:37 +02:00
Mike Kaplinskiy 98bc97f770 ws2_32/tests: Test AcceptEx during pending AcceptEx call. 2009-07-20 13:35:34 +02:00
Henri Verbeet e6f55c2650 wined3d: Remove an unused struct member. 2009-07-20 13:35:15 +02:00
Henri Verbeet 3a63552fd1 wined3d: Skip some unnecessary FBO binds. 2009-07-20 13:35:11 +02:00
Henri Verbeet dedd62c0e2 wined3d: Recognize the SM4 log opcode. 2009-07-20 13:35:07 +02:00
Vladimir Pankratov 6e3ed38f6f net: Convert the Russian resources to UTF-8. 2009-07-20 13:35:04 +02:00
Vladimir Pankratov 08c9f775d4 reg: Convert the Russian resources to UTF-8. 2009-07-20 13:35:01 +02:00
Vladimir Pankratov 4efecf2af5 progman: Convert the Russian resources to UTF-8. 2009-07-20 13:34:58 +02:00
Vladimir Pankratov 3e388b8340 oleview: Convert the Russian resources to UTF-8. 2009-07-20 13:34:54 +02:00
Vladimir Pankratov 8682830355 notepad: Convert the Russian resources to UTF-8. 2009-07-20 13:34:47 +02:00
Vladimir Pankratov 6f4b182b7e cmdlgtst: Convert the Russian resources to UTF-8. 2009-07-20 13:34:44 +02:00
Vladimir Pankratov e02f113f31 clock: Convert the Russian resources to UTF-8. 2009-07-20 13:34:40 +02:00
Stefan Dösinger e06997359f wined3d: Set the highest dirty marker after marking shader constants dirty. 2009-07-20 12:23:14 +02:00
Stefan Dösinger cd7f43b00d wined3d: Don't activate a context unless we need one. 2009-07-20 12:23:07 +02:00
Austin English c68a20fb80 shell32: Adjust shell folders to more closely match Windows. 2009-07-20 12:21:16 +02:00
Austin English 95a7e5f8bd notepad: English resource fixes. 2009-07-20 12:21:11 +02:00
Frédéric Delanoy addeb0e34a notepad: French resources fixes. 2009-07-20 12:21:05 +02:00
Nikolay Sivov 1218c2b5f6 wingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK. 2009-07-20 12:20:52 +02:00
Aurimas Fišeras d05f1d3e0a Various small Lithuanian translation fixes. 2009-07-20 12:20:46 +02:00
Jacek Caban b3ecc6e64a textstor.idl: Added more error code declarations. 2009-07-20 12:20:40 +02:00
Jacek Caban 1c46be7a76 wininet: Code clean up by using heap_strdup* functions. 2009-07-20 12:20:36 +02:00
Jacek Caban 0055cfedc2 wininet: Code clean up by using heap_strdup* functions. 2009-07-20 12:20:27 +02:00
Marcus Meissner f8600c706d ws2_32: Fixed buffer size to MultiByteToWideChar. 2009-07-20 12:20:22 +02:00
Erich Hoover 0addd3ba5a winealsa.drv: Re-allow fallback to waveout (regression in dsound). 2009-07-20 12:20:15 +02:00
Marcus Meissner bd2b6bda6b jscript: Initialize val_str to NULL (Coverity). 2009-07-20 12:19:28 +02:00
Marcus Meissner 29bdb32592 wmc: Duplicate wine_cp_wcstombs check here too (Coverity). 2009-07-20 12:19:24 +02:00
Davide Pizzetti 0f6591af9d clock: Updated Italian translation. 2009-07-20 12:19:08 +02:00
Frédéric Delanoy 010cbc028c kernel32: Update French translation of error messages. 2009-07-20 12:18:53 +02:00
Dylan Smith c6cf567706 richedit: Properly restore style after end of rtf group.
Rich text files have groupings of text, where styles are pushed onto
the stack when encountering a start of the group, then popped at the
end of the group.  This was being handled improperly before, because a
single styleChanged flag was being stored to keep track of whether the
style needed to be restored at the end of a group. This fails to work
properly since the single flag isn't keeping track of all the levels
of the stack, so some styles are not restored properly.
2009-07-20 12:18:43 +02:00
David Adam 94c7ab72f5 d3dx9: Fix D3DXMatrixStack_RotateAxisLocal to make tests pass in Windows. 2009-07-20 12:18:26 +02:00
David Adam 02758ea8f8 d3dx9: Fix D3DXMatrixStack_RotateAxis to make tests pass in Windows. 2009-07-20 12:18:21 +02:00
David Adam 0729e91e21 d3dx9: Fix D3DXMatrixStack_MultMatrixLocal to make tests pass in Windows. 2009-07-20 12:18:15 +02:00
David Adam 3b6cbaeb03 d3dx9: Fix D3DXMatrixStack_MultMatrix to make tests pass in Windows. 2009-07-20 12:18:09 +02:00
David Adam c88860a221 d3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows. 2009-07-20 12:18:02 +02:00
David Adam 8823decbd4 d3dx9: Fix D3DXVec4Normalize to make tests pass in Windows. 2009-07-20 12:17:53 +02:00
David Adam 878bcb519c d3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows. 2009-07-20 12:17:47 +02:00
David Adam e37aff31b4 d3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows. 2009-07-20 12:17:39 +02:00
Vincent Povirk eff5de1231 mapi32: Add version numbers to version resource. 2009-07-20 12:17:31 +02:00
Ricardo Filipe f0f54890e3 winhlp32: Update Portuguese translation and convert to UTF8. 2009-07-20 12:17:25 +02:00
Ricardo Filipe 1156221c3f winedbg: Add Portuguese translation. 2009-07-20 12:17:21 +02:00
Ricardo Filipe f7dbd0aa7e oleacc: Add Portuguese translation. 2009-07-20 12:17:17 +02:00
Alexandre Julliard 578aeb87b5 Release 1.1.26. 2009-07-17 18:38:57 +02:00
Alexandre Julliard 09a3e0e7d4 Updated the authors list. 2009-07-17 17:18:59 +02:00
Frédéric Delanoy ba74403918 kernel32: Update French translation of error messages. 2009-07-17 15:40:41 +02:00
Dylan Smith dde41d5c13 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}
2009-07-17 15:40:35 +02:00
Ricardo Filipe 1e5d72a630 devenum: Update Portuguese translation. 2009-07-17 14:28:20 +02:00
Ricardo Filipe 3eb5da4b6e cryptdlg: Add Portuguese translation. 2009-07-17 14:28:16 +02:00
Ricardo Filipe 87d5d882b3 wordpad: Update Portuguese translation and convert to UTF8. 2009-07-17 14:28:11 +02:00
Rein Klazes 5b4b1e6a67 user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree. 2009-07-17 13:34:40 +02:00