Commit Graph

44512 Commits

Author SHA1 Message Date
Michael Stefaniuc 346e780697 shdoclc: Convert the German resources to UTF-8. 2009-07-09 15:22:11 +02:00
Alexandre Julliard 58afa8aceb ntdll: Display write watch status in virtual traces. 2009-07-09 15:21:59 +02:00
Alexandre Julliard 48656f5596 ws2_32: Check buffers before recvmsg() to trigger write watches. 2009-07-09 15:21:30 +02:00
Frédéric Delanoy 0a2380f982 mshtml: Convert French resources to UTF-8. 2009-07-09 15:09:34 +02:00
Frédéric Delanoy c308622546 winspool.drv: Convert French resources to UTF-8. 2009-07-09 15:09:30 +02:00
Frédéric Delanoy f091492ad3 mpr: Fix French translation. 2009-07-09 15:09:12 +02:00
Frédéric Delanoy 3a18d63c4c comctl32: Fix French translation & UI display. 2009-07-09 14:52:06 +02:00
Frédéric Delanoy d9a121c3e2 comdlg32: Fix French translation & UI display. 2009-07-09 14:51:56 +02:00
Frédéric Delanoy 90684e6f43 wldap32: Fix French translation. 2009-07-09 14:51:37 +02:00
Frédéric Delanoy b1f24b4061 msacm32: Fix French translation & UI display. 2009-07-09 14:51:33 +02:00
Stefan Dösinger c0e5c8f481 wined3d: Update Nvidia driver versions. 2009-07-09 12:47:39 +02:00
Stefan Dösinger cfd0652980 wined3d: Add Intel GMA X3100 to our card DB. 2009-07-09 12:47:33 +02:00
Stefan Dösinger 37b73478f1 wined3d: An indirect address op can adjust min and max at the same time. 2009-07-09 12:47:24 +02:00
Juan Lang 3d9809b129 winhttp: Support IPv6 in netconn_resolve. 2009-07-09 12:01:16 +02:00
Juan Lang d48eade7fb winhttp: Support IPv6 addresses in open_connection. 2009-07-09 12:00:41 +02:00
Juan Lang 646b9cae80 winhttp: Convert connect_t's address type from a struct sockaddr_in to a struct sockaddr_storage. 2009-07-09 12:00:23 +02:00
Juan Lang 831c87c141 winhttp: Simplify netconn_resolve when using getaddrinfo. 2009-07-09 11:58:23 +02:00
Juan Lang cc619639d2 winhttp: Change type of netconn_resolve from struct sockaddr_in * to struct sockaddr *. 2009-07-09 11:53:16 +02:00
Henri Verbeet 9cf7888002 wined3d: Fix some cast-qual warnings. 2009-07-09 11:38:07 +02:00
Henri Verbeet 95d9b1271f wined3d: Get rid of the useless "fragcolor" variable in shader_glsl_generate_pshader(). 2009-07-09 11:38:05 +02:00
Henri Verbeet 483d552e21 wined3d: Allow shader_buffer_init() to fail. 2009-07-09 11:38:02 +02:00
Henri Verbeet 40b411958b wined3d: Rename "SHADER_BUFFER" to something sane. 2009-07-09 11:37:58 +02:00
Henri Verbeet bddc4d3f0d wined3d: Reuse the shader buffer between shaders. 2009-07-09 11:37:53 +02:00
Hwang YunSong 7cecc0cb82 cryptui: Updated Korean resource. 2009-07-09 11:37:29 +02:00
Hwang YunSong 246c99916d cryptdlg: Updated Korean resource. 2009-07-09 11:37:22 +02:00
Hwang YunSong 755abeda01 crypt32: Updated Korean resource. 2009-07-09 11:37:18 +02:00
Francois Gouget a4f4fd2a77 urlmon/tests: Fix two ok() trailing '\n's. 2009-07-09 11:37:13 +02:00
Rein Klazes a73175fd11 comdlg32: Fix a problem with resizing a customized file dialog. 2009-07-09 11:37:08 +02:00
Nikolay Sivov 6c0c08af02 comctl32/listview: Fix selection and focus rectangles on reordered list (report mode). 2009-07-09 11:25:38 +02:00
Frédéric Delanoy 1cd8512695 appwiz.cpl: Fix French translation & UI display. 2009-07-09 11:25:28 +02:00
Frédéric Delanoy dc4463e142 msrle32: Fix French translation. 2009-07-09 11:25:25 +02:00
Frédéric Delanoy 45e9d0d2cb shlwapi: Fix French translation. 2009-07-09 11:25:19 +02:00
Andrew Eikum 1ef13941f6 gdiplus: Implement GdipSaveGraphics and GdipRestoreGraphics. 2009-07-08 20:35:20 +02:00
Andrew Eikum a06c2570e5 gdiplus: Don't modify container list if container restoration fails. 2009-07-08 20:35:09 +02:00
Detlef Riekenberg 099f031051 urlmon/tests: Add tests for CoInternetCreateZoneManager. 2009-07-08 20:34:25 +02:00
Detlef Riekenberg 1c6efb4241 urlmon: Partial InternetZoneManagerEx2 implementation. 2009-07-08 20:34:16 +02:00
Juan Lang a83f1c93c3 cryptui: Increase control width to support larger fonts. 2009-07-08 20:15:08 +02:00
Huw Davies 904b2749f7 gdi32/tests: Don't continue with the tests if GetWinMetaFileBits fails. 2009-07-08 20:15:00 +02:00
Paul Vriens f88d9ab195 comctl32/tests: Fix test failures with comctl32 <= 5.80. 2009-07-08 20:14:52 +02:00
Henri Verbeet 6211643bf5 wined3d: Fix a sign compare warning in shader_vaddline(). 2009-07-08 20:14:44 +02:00
Henri Verbeet e41831990d wined3d: Fix a sign compare warning in glsl_shader.c. 2009-07-08 20:14:35 +02:00
Henri Verbeet 949cd089d5 wined3d: Trace the D3D shader in find_glsl_vshader() / find_glsl_pshader().
It's quite useful to know to which D3D shader a GLSL shader corresponds.
2009-07-08 20:14:32 +02:00
Henri Verbeet 6d8e1e52c8 wined3d: Avoid destroying the currently active context for non-implicit swapchains. 2009-07-08 20:14:25 +02:00
Henri Verbeet 7089128d2a wined3d: Implement a A8R8G8B8 to X8R8G8B8 surface format converter. 2009-07-08 20:14:21 +02:00
Nikolay Sivov 1b2a6a08aa comctl32/listview: Basic LVN_(BEGIN|END)SCROLL tests. 2009-07-08 20:13:35 +02:00
Nikolay Sivov 76c0d49b52 comctl32/listview: A basic test for column width default value. 2009-07-08 20:13:30 +02:00
Erik Inge Bolsø 48995f3354 wined3d: Fix Nvidia GTX series misdetection. 2009-07-08 20:13:25 +02:00
Paul Vriens b7e1473311 ws2_32/tests: Fix a test failure on NT4. 2009-07-08 20:13:16 +02:00
Jacek Caban 44d633a902 wininet: Rename WININETHANDLEHEADER to object_header_t.
wininet struct names are very unreadable and I hope that patches 
renaming them will be accepted.
2009-07-08 20:13:00 +02:00
Jacek Caban cf2e8619ef mshtml: Added support for VT_UINT name in IHTMLElementCollection::item. 2009-07-08 20:12:55 +02:00
Jacek Caban e349165214 urlmon: Moved more initialization code to init_test. 2009-07-08 20:12:48 +02:00
Jacek Caban a21c1f3c31 urlmon: Ignore QueryInterface call for an undocumented interface. 2009-07-08 20:12:45 +02:00
Frédéric Delanoy c71454db68 setupapi: Fix French translation & UI display. 2009-07-08 20:12:40 +02:00
Frédéric Delanoy 002b92e191 wineps.drv: Fix French translation & UI display. 2009-07-08 20:12:37 +02:00
Frédéric Delanoy 569aa66f5e oledlg: Fix French translation & UI display. 2009-07-08 20:12:33 +02:00
Frédéric Delanoy e662cf2107 iccvid: Fix French translation. 2009-07-08 20:12:28 +02:00
Frédéric Delanoy 34460a8242 avifil32: Fix French translation. 2009-07-08 20:12:25 +02:00
Frédéric Delanoy 8907860f3e serialui: Fix French translation & UI display. 2009-07-08 20:12:21 +02:00
Ricardo Filipe 04de576266 oledlg: Fix Portuguese translation. 2009-07-08 20:11:43 +02:00
Frédéric Delanoy db4e912878 crypt32: Update French translation. 2009-07-08 20:11:39 +02:00
Huw Davies 0c61a5ac11 shdoclc: Add English neutral translations and fix US English. 2009-07-07 14:18:50 +02:00
Huw Davies 0cb9a6ec01 hhctrl.ocx: Add English neutral translations. 2009-07-07 14:18:32 +02:00
Hib Eris 3e5159e169 oleaut32: Prevent overflow in VarDecCmp. 2009-07-07 14:18:19 +02:00
Hib Eris eb8778f9a0 oleaut32/tests: Add tests for VarDecCmp. 2009-07-07 14:18:14 +02:00
Piotr Caban 8ce4de7d2c jscript: Added Object_toString and Object_toLocaleString implementation. 2009-07-07 14:15:44 +02:00
Piotr Caban 3a1698ff06 jscript: Added Object_valueOf implementation. 2009-07-07 14:15:35 +02:00
Piotr Caban 7fcded1fc3 jscript: Inherit Array valueOf from Object. 2009-07-07 14:15:20 +02:00
Piotr Caban 12760a0c6b jscript: Fix DateConstr_parse implementation. 2009-07-07 14:15:06 +02:00
Alexandre Julliard 97db90290b kernel32/tests: Avoid using non-ASCII characters in strings. 2009-07-07 13:57:17 +02:00
Aric Stewart 9370c3827c shlwapi: Forward UrlCrackW to wininet.InternetCrackUrlW. 2009-07-07 13:42:36 +02:00
Ricardo Filipe c5e02d71c1 comctl32: Update Portuguese translation and convert to UTF8. 2009-07-07 13:33:31 +02:00
Ricardo Filipe 8c69e8a9b5 mpr: Update Portuguese translation and convert to UTF8. 2009-07-07 13:33:07 +02:00
Ricardo Filipe 5d5cf8ceb2 user32: Update Portuguese translation and convert to UTF8. 2009-07-07 13:31:12 +02:00
Ricardo Filipe b7432f3c01 shell32: Update Portuguese translation and convert to UTF8. 2009-07-07 13:31:08 +02:00
Ricardo Filipe 2263c97bf4 setupapi: Update Portuguese translation and convert to UTF8. 2009-07-07 13:31:05 +02:00
Paul Vriens 5f5c340855 shell32: Add missing encoding for Dutch resources. 2009-07-07 13:22:17 +02:00
Huw Davies 787ead8088 gdi32: Use a modified version of MulDiv to match native behaviour. 2009-07-07 13:22:13 +02:00
Andrew Eikum 0ed10bf696 gdiplus/tests: Test cases for GdipBeginContainer2. 2009-07-07 12:33:21 +02:00
Andrew Eikum 632aef3d8b gdiplus: Implement GdipBeginContainer2 and GdipEndContainer. 2009-07-07 12:33:10 +02:00
Henri Verbeet 3484d46a36 wined3d: Replace some shader_is_pshader_version() calls with plain type checks. 2009-07-07 11:50:35 +02:00
Henri Verbeet 699f68cdee wined3d: Get rid of some pointers in WINED3DADAPTER_IDENTIFIER.
This also avoids some unchecked strcpy() calls.
2009-07-07 11:50:30 +02:00
Henri Verbeet 32fd8f2130 wined3d: checkGLcall() doesn't need a \n. 2009-07-07 11:50:22 +02:00
Henri Verbeet 2ac34bf231 wined3d: Add some missing float suffixes.
The compiler should be smart enough to fix most of these, but it looks sloppy.
2009-07-07 11:50:05 +02:00
Henri Verbeet 7ec911adeb wined3d: Avoid an unnecessary strcpy(). 2009-07-07 11:49:54 +02:00
Michael Stefaniuc b1edb16691 cryptdlg: Add missing encoding info to the German resource file.
The file is already UTF-8.
2009-07-07 11:49:48 +02:00
Michael Stefaniuc b880d71e28 oleacc: Add missing encoding info to the German resource file.
The file is already UTF-8.
2009-07-07 11:49:44 +02:00
Alexandre Julliard 7af70c2c97 shell32/tests: Revive the test for CSIDL_SYSTEMX86. 2009-07-07 11:48:25 +02:00
Alexandre Julliard 43e90c8ff7 shell32: Add support for the CSIDL_SYSTEMX86 folder. 2009-07-07 11:47:58 +02:00
Alexandre Julliard 03d6da0894 kernel32: Add implementation of GetSystemWow64DirectoryA/W. 2009-07-07 11:42:03 +02:00
Alexandre Julliard 12c90b04dc ntdll: Support querying the Wow64 state of other processes. 2009-07-07 11:38:19 +02:00
Francois Gouget 3cbeae820d ole32: Make apartment_addref() static. 2009-07-07 11:16:26 +02:00
Francois Gouget f8afcdbb7c ole32: Reorder some compobj functions to avoid forward declarations. 2009-07-07 11:16:22 +02:00
Nikolay Sivov 2f989163bd comctl32/listview: Fix hittest flag calculation for negative Y values on report mode. 2009-07-07 11:11:32 +02:00
Nikolay Sivov 86e4d1cdbe comctl32/listview: Fix hittesting for "small" positive Y coordinates. 2009-07-07 11:11:27 +02:00
Nikolay Sivov faebaa575b comctl32/listview: More LVM_*HITTEST tests. 2009-07-07 11:11:19 +02:00
Vincent Povirk 48d58cef59 windowscodecs: Add support for decoding RLE4-encoded BMP files. 2009-07-07 11:11:10 +02:00
Vincent Povirk 07a6b89f87 windowscodecs: Add support for decoding RLE8-encoded BMP files. 2009-07-07 11:11:05 +02:00
Vincent Povirk 387b842707 windowscodecs: Return proper error codes in unneeded BMP decoder methods. 2009-07-07 11:10:25 +02:00
Vincent Povirk 6caca23678 windowscodecs: Add test for 4-bit indexed color BMP. 2009-07-07 11:10:09 +02:00
Vincent Povirk aec0ccbd77 windowscodecs: Add test for 1-bit indexed color BMP. 2009-07-07 11:10:00 +02:00
Vincent Povirk 3899c3e247 windowscodecs: Implement CopyPalette for BMP decoder. 2009-07-07 11:09:34 +02:00
Hans Leidekker 9d9c505a27 winhttp: Implement WinHttpSetTimeouts. 2009-07-07 11:01:26 +02:00
Hans Leidekker cd1ed081de iphlpapi: Use a separate index to count addresses in GetAdaptersAddresses.
Fixes address enumeration when an interfaces is not configured
with an IP address or when an interface is configured with more
than one address.
2009-07-07 11:01:22 +02:00
Rein Klazes c23ccc03d9 comdlg32: Rearrange some more controls when resizing a file dialog. 2009-07-07 11:01:14 +02:00
Damjan Jovanovic 0066319b2d ws2_32: Test AcceptEx short reads. 2009-07-07 11:01:06 +02:00
Ricardo Filipe 137582a9db oledlg: Update Portuguese translation and convert to UTF8. 2009-07-07 11:01:00 +02:00
Ricardo Filipe 003c8dadf2 comdlg32: Update Portuguese translation and convert to UTF8. 2009-07-07 11:00:56 +02:00
Paul Chitescu a852de9daf crypt32: Updated Romanian translation. 2009-07-07 11:00:46 +02:00
André Hentschel c43968a68d crypt32: Update German translation. 2009-07-07 11:00:26 +02:00
Frédéric Delanoy 71da857d82 wininet: Fix French translation & UI display. 2009-07-07 11:00:18 +02:00
Paul Vriens bb356fe32c crypt32: Fix Dutch translations. 2009-07-07 10:59:42 +02:00
Paul Vriens 7baf876646 crypt32: Improve an English resource. 2009-07-07 10:59:39 +02:00
Jacek Caban 3ab8778ec9 mshtml: Don't call AutoRegister on GRE directory - it's no longer needed. 2009-07-06 15:25:45 +02:00
Hib Eris ec4edbfd6c msi: Implement ASSIGN mode in MsiViewModify. 2009-07-06 15:25:39 +02:00
Hib Eris eaea537f0f msi/tests: Add tests for MsiViewModify ASSIGN mode. 2009-07-06 15:25:36 +02:00
Roderick Colenbrander e13865285e winex11: Move glyph code over to get_xrender_format. 2009-07-06 15:25:16 +02:00
Roderick Colenbrander bf86daa0b6 winex11: Move AlphaBlend over to get_xrender_format. 2009-07-06 15:25:10 +02:00
Roderick Colenbrander 8262e0a800 winex11: Get rid of the static Xrender picture format table. 2009-07-06 15:24:57 +02:00
Alexandre Julliard 26caf2fdda kernel32: Forward the Wow64 redirection functions to ntdll. 2009-07-06 15:09:29 +02:00
Alexandre Julliard 747d58d211 ntdll: Add management of the Wow64 filesystem redirection flag. 2009-07-06 15:08:39 +02:00
Piotr Caban b6549fa743 jscript: Fixed to_boolean implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 2ed3903f0f jscript: Added Bool_toLocaleString implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 4725b5698c jscript: Added Bool_valueOf implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 1e72bc8718 jscript: Added Bool_toString implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 4b341bfdd4 jscript: Added Boolean constructor implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 9a30d39b35 jscript: Added Date_valueOf implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 60748ebf51 jscript: Fix do while loop parsing. 2009-07-06 14:35:28 +02:00
Piotr Caban b5a82030ad jscript: Added calling Date as function implementation. 2009-07-06 14:35:28 +02:00
Piotr Caban 8150960f8c jscript: Added string argument handling to Date constructor. 2009-07-06 14:35:28 +02:00
Piotr Caban 45817bf50f jscript: Added DateConstr_parse implementation. 2009-07-06 14:35:28 +02:00
Nikolay Sivov c3e66a8f86 comctl32/listview: Fix some test failures on 4.7x. 2009-07-06 14:35:28 +02:00
Aurimas Fišeras e552e51a48 cryptdlg: Translate "CPS" (Certification Practice Statement) to Lithuanian and add a comment to English resource. 2009-07-06 14:35:28 +02:00
Dan Kegel ea5a6f2db5 winmm: Don't convert return string in mciSendStringA on error. 2009-07-06 14:35:27 +02:00
Henri Verbeet c9257aed85 wined3d: Avoid a forward declaration. 2009-07-06 14:35:27 +02:00
Henri Verbeet 4571455fea wined3d: Remove the gl_renderer field from WineD3D_GL_Info. 2009-07-06 14:35:27 +02:00
Henri Verbeet b2331ec79b wined3d: Get rid of the unused gl_version and glx_version fields. 2009-07-06 14:35:27 +02:00
Henri Verbeet 966f8f452d winedd3d: Get rid of a useless trace.
gl_card isn't initialized yet here, and GL_RENDERER is already printed
earlier.
2009-07-06 14:35:27 +02:00
Henri Verbeet ad0ef46a39 wined3d: Get rid of the redundant "return_value" variable. 2009-07-06 14:35:27 +02:00
Dmitry Timoshkov df055b2d2c user32: Fix some BM_SETSTYLE test failres under Win9x. 2009-07-06 14:35:27 +02:00
Aurimas Fišeras 359a389868 crypt32: Add Lithuanian translation. 2009-07-06 14:35:26 +02:00
Aurimas Fišeras d9d9dae71a cryptui: Add Lithuanian translation. 2009-07-06 14:35:26 +02:00
Nikolay Sivov 49e95baa2a user32/spy: Update ListView message table. 2009-07-06 14:35:26 +02:00
Nikolay Sivov 809ef092e8 comctl32/listview: Basic LVM_GETITEMSPACING tests. 2009-07-06 14:35:26 +02:00
Paul Vriens 304806f475 cryptui: Show the select store text when browsing stores. 2009-07-06 14:35:26 +02:00
Paul Vriens d0ef19fe9a crypt32: Make sure we show Unicode characters (Dutch translation). 2009-07-06 14:35:26 +02:00
Paul Vriens 5c49cfc09a cryptui: Fix Dutch translations. 2009-07-06 14:35:26 +02:00
Paul Vriens 8ce06b1484 comdlg32: Fixed size of Dutch control. 2009-07-06 14:35:26 +02:00
Aurimas Fišeras 4e1af57b5f Various spelling fixes for Lithuanian translation. 2009-07-06 14:35:26 +02:00
Aurimas Fišeras 958899393d crypt32: Add "Disallowed" to CryptFindLocalizedName. 2009-07-06 14:35:26 +02:00
Damjan Jovanovic 71f7da2d3e ws2_32: Add some AcceptEx tests. 2009-07-06 14:35:26 +02:00