Commit Graph

59589 Commits

Author SHA1 Message Date
Aric Stewart 025df7d605 msctf: Add definition for IEnumTfDocumentMgrs. 2009-07-10 15:13:24 +02:00
Frédéric Delanoy e3bf3d8b62 cryptui: Fix French translation & UI display. 2009-07-10 15:12:54 +02:00
Frédéric Delanoy 04f5c9153a cryptui: Fix UI display. 2009-07-10 15:12:51 +02:00
Alexandre Julliard 75792a3e69 dbghelp: Grow all arrays by doubling the size. 2009-07-10 14:46:55 +02:00
Aurimas Fišeras 73d9ffbdb4 kernel32/nls: Add Lithuanian winerr translation. 2009-07-10 13:07:33 +02:00
Alexandre Julliard 52f81c12db wmc: Add support for utf-8 codepage. 2009-07-10 13:07:33 +02:00
Stefan Dösinger 2bfdff198c wined3d: Check the correct constant limit. 2009-07-10 13:07:33 +02:00
Stefan Dösinger 17769497eb wined3d: Drop the color0 mov optimization if the src is overwritten. 2009-07-10 13:07:33 +02:00
Stefan Dösinger 8a6553da14 wined3d: Only use 4 component specular colors if GL allows it. 2009-07-10 13:07:33 +02:00
Roderick Colenbrander cce1c44afa winex11: Get rid of depth conversion fixme. 2009-07-10 13:07:29 +02:00
Piotr Caban 3412e22eee jscript: Added String_link implementation. 2009-07-10 12:26:58 +02:00
Piotr Caban ecfa129d66 jscript: Added String_anchor implementation. 2009-07-10 12:26:54 +02:00
Piotr Caban 0a0731ed45 jscript: Added String_fontsize implementation. 2009-07-10 12:26:49 +02:00
Piotr Caban 1133bc7ce8 jscript: Added String_fontcolor implementation. 2009-07-10 12:26:41 +02:00
Juan Lang cd0c18be6c wininet: Support IPv6 in GetAddress. 2009-07-10 12:25:46 +02:00
Juan Lang 78b813236a wininet: Fail in FTP if the resolved name is not an IPv4 address. 2009-07-10 12:25:33 +02:00
Juan Lang 481c9b895d wininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection. 2009-07-10 12:25:25 +02:00
Juan Lang 058e918da5 wininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage. 2009-07-10 12:25:17 +02:00
Juan Lang c572e1c99a wininet: Use address length returned by GetAddress in NETCON_connect. 2009-07-10 12:25:10 +02:00
Juan Lang 9f82d9c779 wininet: Use sizeof(member) rather than sizeof(type) for address lengths. 2009-07-10 12:25:05 +02:00
Juan Lang deabdca653 wininet: Use length reported by GetAddress in FTP_Connect. 2009-07-10 12:24:58 +02:00
Juan Lang 33d09e7364 wininet: Use struct sockaddr_storage in InternetCheckConnectionW. 2009-07-10 12:24:53 +02:00
Juan Lang f0dde6b673 wininet: Simplify GetAddress when using getaddrinfo. 2009-07-10 12:24:42 +02:00
Juan Lang 44bf025767 wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *. 2009-07-10 12:24:35 +02:00
Juan Lang 9fd8462add wininet: Fix tests when running behind a proxy server. 2009-07-10 12:24:16 +02:00
Michael Stefaniuc d67a9d92ea wrc: Reset the language before processing multiple rc files. 2009-07-10 12:24:09 +02:00
Henri Verbeet 3115f3357f d3d9/tests: Use color_match() in a few more places. 2009-07-10 12:13:32 +02:00
Henri Verbeet 38cb9d02b1 wined3d: Take geometry shaders into account in shader_glsl_load_constantsB(). 2009-07-10 12:13:29 +02:00
Henri Verbeet 69b7612265 wined3d: Get rid of struct glDescriptor.
In general it might not be a bad idea to group GL specific data into a
separate struct, but IWineD3DSurfaceImpl is currently the only thing that
bothers. It doesn't get it quite right either, since e.g. the PBO isn't in
glDescriptor either.
2009-07-10 12:13:24 +02:00
Henri Verbeet 038d939941 wined3d: Remove GetGlDesc() from the public IWineD3DSurface interface. 2009-07-10 12:13:09 +02:00
Henri Verbeet 60e0997c79 wined3d: Simplify the GLSL sRGB write code. 2009-07-10 12:13:03 +02:00
Rein Klazes 1b41bafa07 comdlg32: Memorize and restore the size of the file dialog between calls.
Includes some fine tuning to fix a couple of todo's in the tests.
2009-07-10 12:12:58 +02:00
Paul Vriens 223c07738f appwiz.cpl: Fix Dutch translations. 2009-07-10 12:12:51 +02:00
Daniel Nylander d07779252f appwiz.cpl: Add Swedish translation. 2009-07-10 12:12:44 +02:00
Nikolay Sivov a18886e5c2 comctl32/header: Always update rectangles after HDM_SETORDERARRAY. 2009-07-10 12:12:21 +02:00
Nikolay Sivov 67d2292b00 comctl32/header: Test item rectangles updating after reordering. 2009-07-10 12:12:17 +02:00
Detlef Riekenberg b32e6f0fd2 urlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2. 2009-07-10 12:12:11 +02:00
Damjan Jovanovic 26b0fad163 ws2_32: Test AcceptEx early disconnects and invalid parameters. 2009-07-10 12:12:04 +02:00
Frédéric Delanoy 5f0ca73208 cryptdlg: Update French translation. 2009-07-10 12:11:56 +02:00
Frédéric Delanoy 4a4c2fa12f shell32: Fix French translation & UI display. 2009-07-10 12:11:52 +02:00
Frédéric Delanoy 3e41d66449 clock: Convert French resources to UTF-8. 2009-07-10 12:11:48 +02:00
Frédéric Delanoy 77ec63c55f reg: Fix French translation. 2009-07-10 12:11:45 +02:00
Frédéric Delanoy 2400313cb6 comdlgtst: Fix French translation & UI display. 2009-07-10 12:11:42 +02:00
Frédéric Delanoy 37dba9f2d9 comdlg32: Fix left-right margins inversion in French page setup UI. 2009-07-10 12:11:38 +02:00
Frédéric Delanoy 384f811f06 view: Convert French resources to UTF-8. 2009-07-10 12:11:32 +02:00
Frédéric Delanoy e4b0d328ca winemine: Fix French translation & UI display. 2009-07-10 12:11:28 +02:00
Frédéric Delanoy 0803473784 progman: Fix French translation & UI display. 2009-07-10 12:11:23 +02:00
Frédéric Delanoy 88da8071f0 msvidc32: Convert French resources to UTF-8. 2009-07-10 12:11:19 +02:00
Frédéric Delanoy a20e682995 msvfw32: Fix French UI display. 2009-07-10 12:11:15 +02:00
Frédéric Delanoy 7d7c64abdd shdoclc: Fix French translation & UI display. 2009-07-10 12:11:10 +02:00