Commit Graph

44354 Commits (3591c44e5504220cc8c457e4737931e9c6b74f82)

Author SHA1 Message Date
Hans Leidekker c2eee9f5fc mlang: Implement IMultiLanguage2_IsCodePageInstallable. 2009-07-02 11:29:44 +02:00
Huw Davies d79943446f gdi32/tests: Dump the correct metafile if the test fails. 2009-07-01 14:50:53 +02:00
Huw Davies 470e8fe2f4 gdi32/tests: Add a test for the MFCOMMENT record's size. 2009-07-01 14:50:50 +02:00
Detlef Riekenberg 2e19130976 shlwapi: Last parameter in SHUnicodeToAnsiCP is an int. 2009-07-01 14:28:34 +02:00
Nikolay Sivov 1daf40a837 comctl32/header: Always release item down state on WM_LBUTTONUP. 2009-07-01 13:15:50 +02:00
Nikolay Sivov 84f14a3716 comctl32/listview: Improve hittesting a bit. 2009-07-01 13:15:37 +02:00
Stefan Dösinger c82da7d975 wined3d: Don't dirtify too many shader constants.
If we have start = 4, count = 3, the highest dirty constant is the one with index 6. start + count gives 7,
so it already includes the zero-based array correction. Don't add an additional 1.

Additionally to the inefficiency of looking at one extra constant, this causes problems if the driver
rejects loading 257 constants on the initial load. In this case no constant is loaded if
GL_EXT_gpu_program_parameters is used.
2009-07-01 13:14:34 +02:00
Hans Leidekker bbfe59bc93 hhctrl.ocx: Try the Windows help directory if the specified file does not exist. 2009-07-01 13:14:12 +02:00
Hans Leidekker 28f9129000 hhctrl.ocx: Remove some dead code.
This condition is inside the switch block for HH_DISPLAY_SEARCH,
so it can never evaluate to true.
2009-07-01 13:12:22 +02:00
Hans Leidekker abad7f4f76 hhctrl.ocx: Don't leak the CHM filename. 2009-07-01 13:12:17 +02:00
Alexandre Julliard 4d31a25f50 gdiplus: Don't return garbage from the GdipCreateHBITMAPFromBitmap stub. 2009-07-01 12:14:40 +02:00
Alexandre Julliard a6b05ea96c secur32: Avoid the close-on-exec race with pipe() on kernels that support pipe2(). 2009-07-01 12:14:08 +02:00
Alexandre Julliard 887af61219 kernel32: Avoid the close-on-exec race with pipe() on kernels that support pipe2(). 2009-07-01 12:13:46 +02:00
Alexandre Julliard 6f68b774d7 ntdll: Avoid the close-on-exec race with pipe() on kernels that support pipe2(). 2009-07-01 12:13:34 +02:00
Alexandre Julliard 3269d8c726 ntdll: Avoid the close-on-exec race with recvmsg() on kernels that support this. 2009-07-01 12:11:53 +02:00
Alexandre Julliard 70e4611e73 oleaut32: Properly release cache DCs instead of trying to delete them. 2009-07-01 12:07:35 +02:00
Jörg Höhle c3b8026789 kernel32: Avoid unprotected sprintf on registry/user-supplied format string. 2009-07-01 11:43:03 +02:00
Michael Stefaniuc 62a2196887 mshtml: Build language resource files separately.
Do not include them from an other rc file.
2009-07-01 11:42:42 +02:00
Michael Stefaniuc f894164d9f gphoto2.ds: Build language resource files separately.
Do not include them from an other rc file.
2009-07-01 11:42:39 +02:00
Michael Stefaniuc 46e5df5cb2 hhctrl.ocx: Build language resource files separately.
Do not include them from an other rc file.
2009-07-01 11:42:34 +02:00
Henri Verbeet 40bc47901c wined3d: Use flags for driver quirks. 2009-07-01 11:41:44 +02:00
Henri Verbeet c475789bb6 wined3d: Move the driver_quirk structure to directx.c. 2009-07-01 11:41:38 +02:00
Henri Verbeet 50419daa11 wined3d: Try to activate the original context for queries. 2009-07-01 11:41:33 +02:00
Henri Verbeet ca69ec0e85 wined3d: Recognize geometry shaders in shader_trace_init(). 2009-07-01 11:41:27 +02:00
Henri Verbeet 5df58b7f89 wined3d: Replace "pshader" checks with explicit type checks in shader_get_registers_used(). 2009-07-01 11:41:21 +02:00
Aric Stewart 7de0b8299d msctf: Implement ITfDocumentMgr::EnumContexts. 2009-07-01 11:39:25 +02:00
Aric Stewart fac0d945e4 msctf: Implement TF_CreateInputProcessorProfiles. 2009-07-01 11:38:49 +02:00
Detlef Riekenberg 04b9f0251c advapi32/tests: Remove unneeded SetLastError. 2009-07-01 11:38:44 +02:00
Aurimas Fišeras 892214aec3 comdlg32: Improve Lithuanian translation. 2009-07-01 11:38:32 +02:00
Vladimir Pankratov 6384eb0aec shell32: Fix RunFileDialog to close after starting apps. 2009-07-01 11:38:27 +02:00
Rein Klazes 163914380e comdlg32: Fix resizing of the file dialog browser that keeps returning to its original size. 2009-07-01 11:38:16 +02:00
Vincent Povirk 9fceef33b7 gdiplus: Don't crash when a NULL format is passed to GdipDrawString. 2009-07-01 11:38:11 +02:00
Michael Stefaniuc d0df28b909 wldap32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 14:53:42 +02:00
Alexandre Julliard 5f23006441 ntdll: Go back to growing the heap in smaller increments once we start running out of address space. 2009-06-30 14:07:18 +02:00
Alexandre Julliard c03991be68 ntdll: Large heap blocks don't need to be 64k aligned. 2009-06-30 14:06:55 +02:00
Michael Stefaniuc c0039ecd85 cryptdlg: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:24 +02:00
Michael Stefaniuc da01cf93ac oleaut32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:18 +02:00
Michael Stefaniuc e74505d844 msrle32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:05 +02:00
Michael Stefaniuc 90d5a4b693 mpr: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:00 +02:00
Hans Leidekker 60b7604aa1 msi: Support opening transform databases. 2009-06-30 13:46:39 +02:00
Andrew Eikum 4c0edba681 gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I. 2009-06-30 12:58:31 +02:00
Huw Davies d6bb2b7591 gdi32: Add tests for the GetWinMetaFileBits MFCOMMENT record. 2009-06-30 12:58:17 +02:00
Huw Davies 41bbc007a4 gdi32: Store the original emf as a sequence of MFCOMMENT records. 2009-06-30 12:58:10 +02:00
Huw Davies db6a9e6f75 gdi32: Remove obviously incorrect calls to SetMapMode. 2009-06-30 12:57:55 +02:00
Huw Davies d7af14f1b5 gdi32: Use the unicode version of CreateMetaFile. 2009-06-30 12:57:43 +02:00
Henri Verbeet 1911adcea5 wined3d: Consolidate "color0_mov" handling a bit. 2009-06-30 12:55:45 +02:00
Henri Verbeet 02a0614aa1 wined3d: Use dst_param.reg.idx to index reg_maps->texcoord_mask. 2009-06-30 12:55:40 +02:00
Henri Verbeet 03702e1de3 wined3d: Remove some redundant pshader checks. 2009-06-30 12:55:24 +02:00
Henri Verbeet 592361be38 wined3d: Pass the shader type to shader_record_register_usage(). 2009-06-30 12:55:19 +02:00
Henri Verbeet 5b6877ee62 wined3d: Remove shader_is_version_token(). 2009-06-30 12:55:11 +02:00
Francois Gouget 66a04a83a1 windowscodecs: Add a trailing '\n' to FIXME() traces. 2009-06-30 12:40:04 +02:00
Francois Gouget 7bb43a359f crosstest: Fix the crosstest dependencies. 2009-06-30 12:39:35 +02:00
Francois Gouget d475279149 advapi32/tests: Add a trailing '\n' to ok() calls. 2009-06-30 12:39:29 +02:00
Francois Gouget 97df1e12e6 windowscodecs: Make the QueryInterface() functions static. 2009-06-30 12:39:25 +02:00
Vitaliy Margolen 27072f296f dxdiagn: Use quartz's IFilterMapper to get DirectShow filter information instead of looking through private structures. 2009-06-30 12:38:49 +02:00
Vitaliy Margolen 516aac77aa dxdiagn: Add fil_data.idl to describe IAMFilterData interface. 2009-06-30 12:38:39 +02:00
Rein Klazes ce85668416 comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification. 2009-06-30 12:34:06 +02:00
Michael Stefaniuc 01366a6b41 crypt32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:55 +02:00
Michael Stefaniuc fed054a9ef oleacc: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:51 +02:00
Michael Stefaniuc 58d49b42c9 iccvid: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:33:45 +02:00
Michael Stefaniuc 69411faf4d browseui: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 12:32:10 +02:00
Michael Stefaniuc e17af8082b user32: Remove unreachable code: break after return (Smatch). 2009-06-30 12:31:59 +02:00
Nikolay Sivov 9ee5f26570 comctl32/rebar: Use proper structure size in tests and parameter checks. 2009-06-30 12:31:51 +02:00
Vincent Povirk aa9602db10 gdiplus: Implement horizontal alignment in GdipDrawString. 2009-06-30 12:31:37 +02:00
Stefan Leichter 3ca49a10d8 oleaut32: Add two tests of function VarDateFromStr for German date format. 2009-06-30 12:31:32 +02:00
Frédéric Delanoy 6628fb474f cryptui: Add French translation. 2009-06-30 12:29:54 +02:00
Frédéric Delanoy f4a625b3b3 shell32: Updated French translation. 2009-06-30 12:29:38 +02:00
Frédéric Delanoy 85aadbd906 appwiz.cpl: Updated French translation. 2009-06-29 15:08:52 +02:00
Louis Lenders 011c5b8fae advapi32: Add a few tests for GetSidSubAuthority and SetLastError correctly. 2009-06-29 15:08:00 +02:00
Detlef Riekenberg 0ca3b3b423 advapi32: Check the output pointer first in RegOpenKey, with test. 2009-06-29 14:51:30 +02:00
Alexander Scott-Johns 5a91cffc20 rtutils: Add stub TraceRegisterExW and TraceRegisterExA.
The -W function is imported by Windows Journal Viewer.
2009-06-29 14:51:18 +02:00
Alexander Scott-Johns a4689aaeee rtutils: Add stub dll. 2009-06-29 14:51:11 +02:00
Nikolay Sivov 753407ef82 comctl32/progress: Implement PBM_GETBKCOLOR. 2009-06-29 14:32:33 +02:00
Nikolay Sivov 84f3c50474 comctl32/progress: Implement PBM_GETBARCOLOR, add some todo entries. 2009-06-29 14:32:21 +02:00
Nikolay Sivov f6bdb637bf comctl32/toolbar: Move parameter cast to WinProc level, some code cleanup. 2009-06-29 14:32:12 +02:00
Vincent Povirk b19e329be4 windowscodecs: Add test for BMP decoder. 2009-06-29 14:28:14 +02:00
Vincent Povirk 78c3aa78d2 windowscodecs: Implement GetResolution for BMP decoder. 2009-06-29 14:28:13 +02:00
Vincent Povirk 7c7f70a317 windowscodecs: Implement GetSize for BMP decoder. 2009-06-29 14:28:13 +02:00
Vincent Povirk eca8ef6924 windowscodecs: Implement GetFrame for BMP decoder. 2009-06-29 14:28:12 +02:00
Vincent Povirk 0caec83215 windowscodecs: Implement Initialize method for BMP decoder. 2009-06-29 14:27:44 +02:00
Vincent Povirk 6f86ceef49 windowscodecs: Implement trivial methods for BMP decoder. 2009-06-29 14:27:23 +02:00
Vincent Povirk 429c784cd7 windowscodecs: Add a stub decoder for the BMP format. 2009-06-29 14:27:11 +02:00
Vincent Povirk b01c652d4b windowscodecs: Add stub implementation of IWICImagingFactory. 2009-06-29 14:20:13 +02:00
Piotr Caban 754513c800 jscript: Added Date_toString implementation. 2009-06-29 13:30:52 +02:00
Piotr Caban 9b011bd0f7 jscript: Added Date_toLocaleString implementation. 2009-06-29 13:30:19 +02:00
Piotr Caban 5be6deb844 jscript: Added Date_toUTCString implementation. 2009-06-29 13:30:05 +02:00
Piotr Caban fd89475380 jscript: Added Date_toDateString implementation. 2009-06-29 13:29:35 +02:00
Piotr Caban 40b88e261a jscript: Added Date_toTimeString implementation. 2009-06-29 13:28:56 +02:00
Piotr Caban 0e379fbe05 jscript: Added Date_toLocaleTimeString implementation. 2009-06-29 13:28:40 +02:00
Piotr Caban 6dc3b7beb7 jscript: Added Date_toLocaleDateString implementation. 2009-06-29 13:28:26 +02:00
Francois Gouget 8b93e1fe06 gdi32/tests: Make test_GetTextMetrics2() static. 2009-06-29 13:22:51 +02:00
Paul Vriens d9a9e3f06d shell32: Fix Dutch translations. 2009-06-29 13:21:50 +02:00
Alexandre Julliard 1ac7576d47 ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this. 2009-06-29 13:21:37 +02:00
Frédéric Delanoy 1f983c51de wldap32: Fixed French translation. 2009-06-29 13:14:46 +02:00
Eric Pouech 9c54158958 dbghelp: Added reference for MSVC 8.
A+
2009-06-29 13:14:04 +02:00
Eric Pouech 7fbcd11db8 dbghelp: When the CU is compiled with GCC, deal with some GCC extensions. 2009-06-29 13:13:50 +02:00
Henri Verbeet 4075e45d81 wined3d: Add a WARN to IWineD3DDeviceImpl_SetFrontBackBuffers() about potentially being called without a GL context. 2009-06-29 12:30:37 +02:00
Henri Verbeet 7d3beb6b79 d3d: Add a test for releasing the device after destroying the window. 2009-06-29 12:30:32 +02:00
Henri Verbeet f57967c983 wined3d: Always check the result of wglMakeCurrent(). 2009-06-29 12:30:28 +02:00
Henri Verbeet 40565211fb wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL context current.
This can happen if the window is destroyed before the device is released.
2009-06-29 12:30:24 +02:00
Henri Verbeet 6df3f23bca wined3d: Add some missing GL locking to init_format_fbo_compat_info(). 2009-06-29 12:30:18 +02:00
Paul Vriens 75529e6672 kernel32: Update Dutch translations. 2009-06-29 12:30:11 +02:00
Hwang YunSong 5922318af0 kernel32: Updated winerr_kor.mc. 2009-06-29 12:30:07 +02:00
Hwang YunSong 98c1d71d10 appwiz.cpl: Updated Korean resource. 2009-06-29 12:29:58 +02:00
Andrew Eikum c2aa66d506 gdiplus/tests: Add tests for GdipDrawCurve2I. 2009-06-29 12:29:35 +02:00
Andrew Eikum fe55f0df2a gdiplus/tests: Add tests for GdipDrawCurveI. 2009-06-29 12:29:32 +02:00
Andrew Eikum 7dcfb09b1e gdiplus/tests: Add tests for GdipDrawCurve2. 2009-06-29 12:29:27 +02:00
Francois Gouget 9880f05094 setupapi: Ellipses should be preceded by a space in Slovenian. 2009-06-29 12:29:17 +02:00
Stefan Dösinger d5e2c14225 wined3d: Add a NOP ret handler to GLSL. 2009-06-29 12:28:49 +02:00
Stefan Dösinger d4312ebb16 wined3d: Add the vertex shader footer in the main function. 2009-06-29 12:28:40 +02:00
Stefan Dösinger 5befed21f6 wined3d: Write the vshader footer in a separate function. 2009-06-29 12:28:31 +02:00
Stefan Dösinger 5859d87754 wined3d: Implement function calls with NV exts. 2009-06-29 12:28:21 +02:00
Stefan Dösinger 031401a070 wined3d: ARB*p is already on after a depth blit. 2009-06-29 12:28:13 +02:00
Stefan Dösinger 9d63585352 wined3d: Don't disable ARBfp if the replacement pipeline is used.
If the replacement pipeline is used, ARBfp is always on. Disabling it
can break shaders or the replacement pipeline, because the shader and
ffp code assumes the extension is on.
2009-06-29 12:28:06 +02:00
Stefan Dösinger 1f8761219b wined3d: Only update the screen when the frontbuffer was changed.
There is no need to copy the frontbuffer to the screen when the backbuffer was
modified...
2009-06-29 12:27:55 +02:00
Nicolas Le Cam 387e415fdc cabinet/tests: Split an incorrect test in two valid ones. 2009-06-29 12:26:34 +02:00
Nicolas Le Cam 027bc8100c cabinet/tests: Avoid use of lstrlenA when not needed. 2009-06-29 12:26:27 +02:00
Aurimas Fišeras a6c2cd7a43 wldap32: Add Lithuanian translation. 2009-06-29 12:25:46 +02:00
Aurimas Fišeras 15651b7b89 shdoclc: Add Lithuanian translation. 2009-06-29 12:25:42 +02:00
Jacek Caban cef7e04f18 urlmon: Added ObtainUserAgentString implementation. 2009-06-29 12:25:27 +02:00
Jacek Caban 3700d27960 urlmon: Added user agent tests. 2009-06-29 12:25:21 +02:00
Jacek Caban e237c127c1 urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation. 2009-06-29 12:25:15 +02:00
Jacek Caban 1880de044c urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation. 2009-06-29 12:25:08 +02:00
Jacek Caban 9fed06b057 urlmon: Set user agent registry. 2009-06-29 12:24:50 +02:00
Jacek Caban 1e9c996711 urlmon: Don't depend on QueryService returning NULL on failure. 2009-06-29 12:24:38 +02:00
André Hentschel a2dd6fba53 appwiz: A nicer icon for appwiz. 2009-06-26 16:12:36 +02:00
Hans Leidekker 69bc0174e5 mlang: Implement IMLangFontLink2_GetFontUnicodeRanges. 2009-06-26 16:06:45 +02:00
Hans Leidekker fb0d79aece mlang: Implement IMLangFontLink2_CodePageToScriptID. 2009-06-26 16:06:43 +02:00
Aric Stewart 7cd3e77624 msctf: Implement ITfInputProcessorProfiles::SetDefaultLanguageProfile. 2009-06-26 15:21:08 +02:00
Aric Stewart 6e7145d64e msctf: Implement ITfInputProcessorProfiles::GetDefaultLanguageProfile. 2009-06-26 15:21:03 +02:00
Austin English b3ccbc63e6 drmclien: Add stub dll. 2009-06-26 15:20:56 +02:00
Maksim Kuleshov d233118f7a wininet: Fix sockets leak in FTP_Connect. 2009-06-26 14:40:46 +02:00
Paul Vriens f2b0e4f6e6 comctl32/tests: Fix test failures with comctl32 < 5.80. 2009-06-26 14:40:39 +02:00
Francois Gouget 5aac7fe783 wined3d: Add a trailing '\n' to a FIXME() trace. 2009-06-26 14:40:21 +02:00
Francois Gouget 4f0c6a3172 gdi32/tests: Fix the trailing '\n' of a few ok() calls. 2009-06-26 14:40:08 +02:00
Nikolay Sivov e7dc4ed07f comctl32/toolbar: Move initialization to WM_NCREATE handler. 2009-06-26 14:40:04 +02:00
Tony Wasserka 3db6a67160 d3dx9: Add tests for D3DXLoadSurfaceFromSurface. 2009-06-26 14:39:55 +02:00
Tony Wasserka be8afaff68 d3dx9: Add tests for D3DXLoadSurfaceFromMemory. 2009-06-26 14:39:50 +02:00
Tony Wasserka a144e4ac48 d3dx9: Add tests for D3DXLoadSurfaceFromFileInMemory. 2009-06-26 14:39:45 +02:00
Tony Wasserka e8c7a474ed d3dx9: Add tests for D3DXLoadSurfaceFromResource. 2009-06-26 14:39:40 +02:00
Tony Wasserka 345fc8a965 d3dx9: Add tests for D3DXLoadSurfaceFromFile. 2009-06-26 14:39:35 +02:00
Tony Wasserka 9777bb1bec d3dx9: Implement D3DXLoadSurfaceFromSurface. 2009-06-26 14:39:21 +02:00
Tony Wasserka db29bfc386 d3dx9: Add a stub for D3DXLoadSurfaceFromMemory. 2009-06-26 14:39:07 +02:00
Tony Wasserka 88cea6c1cd d3dx9: Implement D3DXLoadSurfaceFromResource. 2009-06-26 14:38:45 +02:00
Tony Wasserka 2a9c43fb35 d3dx9: Implement D3DXLoadSurfaceFromFile. 2009-06-26 14:38:35 +02:00
Tony Wasserka 818223e75e d3dx9: Add a stub for D3DXLoadSurfaceFromFileInMemory. 2009-06-26 14:38:24 +02:00
Andrew Eikum ff95a69f5a gdiplus/tests: Fix resource leaks in several tests.
A few tests initialized two GpGraphics objects, and only released one.
These have been fixed by removing the redundant initialization.
2009-06-26 14:38:13 +02:00
Austin English 349337d7ef winex11: Make sure GetKeyNameText gets the correct length to return. 2009-06-26 12:05:17 +02:00
Henri Verbeet 7363b6e2e3 wined3d: Document GL context dependencies. 2009-06-26 12:05:07 +02:00
Henri Verbeet 626baad817 wined3d: Make sure we have an active GL context before calling d3dfmt_p8_upload_palette(). 2009-06-26 12:05:00 +02:00
Henri Verbeet 1b306c25e2 wined3d: Make sure we have an active GL context before calling surface_remove_pbo(). 2009-06-26 12:04:57 +02:00
Henri Verbeet db5b126da6 wined3d: Make sure we have an active GL context in IWineD3DSurfaceImpl_UnLoad(). 2009-06-26 12:04:53 +02:00
Henri Verbeet 181442a6a2 wined3d: Make sure queries have an active GL context. 2009-06-26 12:04:48 +02:00
Aric Stewart a6c81e0754 shell32: Implement SHCreateShellFolderView (ordinal 256).
Used by IE7's Add On management dialog.
2009-06-26 12:04:42 +02:00
Aric Stewart 9224609589 shell32: Handle shell: urls internal in ParseDisplayName instead of passing them to shdocvw. 2009-06-26 12:04:32 +02:00
Gerald Pfeifer b44596ffff d3d9: Fix variable type in reset_enum_callback(). 2009-06-26 12:02:59 +02:00
Stefan Dösinger d1cd08b7b3 wined3d: Honor WINED3DSPSM_NOT in ARB. 2009-06-26 12:02:29 +02:00
Stefan Dösinger 8fb1e2acfb wined3d: Jump to the else branch if cond is false, not endif. 2009-06-26 12:02:18 +02:00
Stefan Dösinger a07b50c94c wined3d: Support writemasks on texkill in ARB. 2009-06-26 12:02:12 +02:00
Stefan Dösinger 3a327908de wined3d: Initialize the used clip planes even if no clip emulation is used. 2009-06-26 12:02:07 +02:00
Stefan Dösinger 4d86eac60a wined3d: Unclamp vertex colors for 3.0 shaders in ARB if needed. 2009-06-26 12:02:01 +02:00
Stefan Dösinger f69fb5c011 wined3d: POW and LOG operate on the absolute value. 2009-06-26 12:01:54 +02:00
Stefan Dösinger bd14b6e2b4 wined3d: IFC requires GL_NV_fragment_program2. 2009-06-26 12:01:44 +02:00
Stefan Dösinger d4854b636c wined3d: Beware of double negations. 2009-06-26 12:01:36 +02:00
Eric Pouech 4008943502 dbghelp: Simplify the resort operation (module address table) by using binary insertion instead of resorting the whole array. 2009-06-26 12:01:07 +02:00
Eric Pouech 609ec7b11d dbghelp: when (re)building the per module symbol table (lookup by address), no longer iterate over the hash table.
Directly add to the table when adding a new symbol.
2009-06-26 12:01:00 +02:00
Eric Pouech dde39fddc5 dbghelp: Factorize symbol insertion into module by address table. 2009-06-26 12:00:38 +02:00
Eric Pouech 607a07f42a dbghelp: When loading ELF public information, handle the cases when we don't get an address. 2009-06-26 12:00:25 +02:00
Louis Lenders 2478b86ef6 kernel32/nls: Add system message 2221 to winerr_enu.mc. 2009-06-26 12:00:01 +02:00
Paul Vriens 2bcf38d3a3 comctl32/tests: Fix some test failures with comctl32 < 5.80. 2009-06-26 11:59:54 +02:00
Matej Spindler 30f3a7571a setupapi: Update Slovenian translation. 2009-06-26 11:59:43 +02:00
Matej Spindler 47aed6dcec shell32: Update Slovenian translation. 2009-06-26 11:59:35 +02:00
Matej Spindler 160f4ca338 appwiz.cpl: Update Slovenian translation. 2009-06-26 11:59:20 +02:00
Aurimas Fišeras c952a34178 cryptdlg: Add Lithuanian translation. 2009-06-26 11:59:13 +02:00
Paul Vriens bab0e77050 appwiz.cpl: Fix Dutch translations. 2009-06-26 11:59:09 +02:00
Huw Davies e67da11716 ole32: Implement OleCreateEmbeddingHelper.
Based on a patch by Rob Shearman.
2009-06-26 11:59:04 +02:00
Paul Chitescu 114f8c1ad2 crypt32: Add Romanian translation. 2009-06-26 11:58:58 +02:00
Dmitry Timoshkov 3bd36c8419 mlang: Make it possible to build the mlang test with PSDK. 2009-06-25 14:34:14 +02:00
Hans Leidekker deeb3a9fcb wininet: Improve the PrivacyGet/SetZonePreferenceW stubs. 2009-06-25 14:34:14 +02:00
Paul Vriens 7665699411 comctl32/tests: Fix test failures on comctl32 < 5.80. 2009-06-25 14:34:13 +02:00
Tobias Jakobi a9f912466b wined3d: Force NP2 fixup constant reloading in shader_glsl_select. 2009-06-25 14:34:13 +02:00
Tobias Jakobi ef7f769be6 wined3d: Enable constant packing for NP2 texcoord fixup.
Previously every texture that was flagged for NP2 fixup used a vec2
uniform in the shader to store texture dimensions.  Turns out that the
GLSL compilers just maps vec2 to vec4, so essentially wasting 2
floats. The new code only uses vec4 uniforms but packs dimensions info
of 2 textures into a single uniform.
2009-06-25 14:34:13 +02:00
Tobias Jakobi 7906774339 wined3d: Add ps_np2fixup_info structure. 2009-06-25 14:34:13 +02:00
Huw Davies 08453c1f2b configure: Remove reference to obsolete ftnames.h. 2009-06-25 14:34:13 +02:00
Eric van Beurden f0ce72082d wininet: Check for failed heap allocations. 2009-06-25 14:34:13 +02:00
Eric van Beurden 42c7dc94e2 wininet: Add a terminating empty line to the headers if necessary. 2009-06-25 14:34:13 +02:00
Joel Holdsworth d1c89d0a78 user32: Added DrawIconEx alpha blending support. 2009-06-25 14:34:13 +02:00
Joel Holdsworth a0232508b3 user32: Added DrawIcon alpha blending support. 2009-06-25 14:34:13 +02:00
Alexandre Julliard 09712593c8 ntdll: Release some address space after the process initialization is done. 2009-06-25 14:33:34 +02:00
Alexandre Julliard c68594a941 ntdll: Don't try to decommit a heap past its initial commit size. 2009-06-25 14:33:31 +02:00
Alexandre Julliard 476324e8ba ntdll: Compute the free lists address at run-time instead of playing with alignment and padding. 2009-06-25 14:33:15 +02:00
Alexandre Julliard edebc2b75f winex11: Try to use the correct window rectangle as far as possible at XCreateWindow time. 2009-06-25 12:10:44 +02:00
Alexandre Julliard 3271362a26 msi: The dialog units are based on a 12-point font size, despite the documentation. 2009-06-25 12:09:45 +02:00
Detlef Riekenberg 395e41103e browseui: Add a stub for DllInstall. 2009-06-25 12:08:19 +02:00
Rein Klazes 08ca2fa6a9 gdi32/tests: Show that there is an upper limit to the width of a font that can be specified. 2009-06-25 12:08:12 +02:00
Alexandre Julliard 69bb29ced9 kernel32: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
Alexandre Julliard 0c46341543 ntdll: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
Alexandre Julliard e7da3b519f winedos: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
Alexandre Julliard 39984d4824 user32: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
Alexandre Julliard b6efd13ef5 rpcrt4: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
Alexandre Julliard 0cb406ef29 msvcrt: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
Paul Vriens d3b3b3e0b9 user32/tests: Prevent some 'deadcode' (Coverity). 2009-06-25 11:48:05 +02:00
Matej Spindler 56b56a686a mshtml: Update Slovenian translation. 2009-06-25 11:47:55 +02:00
Henri Verbeet 4a137815db wined3d: Make sure we have an active GL context in IWineD3DDeviceImpl_SetCursorProperties(). 2009-06-25 11:47:34 +02:00
Henri Verbeet 5dcbc40581 wined3d: Make sure we have an active GL context in context_resource_released(). 2009-06-25 11:47:28 +02:00
Henri Verbeet 94cd8656ea wined3d: Make context_resource_released() responsible for activating a different GL context.
In case lastActiveRenderTarget is destroyed.
2009-06-25 11:47:24 +02:00
Henri Verbeet 964f4b0157 wined3d: Make sure we have an active GL context in buffer_PreLoad(). 2009-06-25 11:47:16 +02:00
Henri Verbeet 11fd358cc6 wined3d: Make sure we have an active GL context in delete_opengl_contexts(). 2009-06-25 11:47:09 +02:00
Aric Stewart a19efb7ad9 msctf: Semi-stub implementation of ITfInputProcessorProfiles::GetLanguageList. 2009-06-25 11:46:48 +02:00
Aric Stewart 3fff6ec879 msctf/tests: Release the ITfDocumentMgr received on GetFocus. 2009-06-25 11:46:43 +02:00
Aric Stewart eb0ef77478 msctf: Correct registry key from "Enabled" to "Enable". 2009-06-25 11:46:32 +02:00
Aric Stewart d962939290 wintrust: GetSignedMsgFromCabFile looks for signinfo at the beginning of the cab.
Discussed with Juan Lang, We could look for the signinfo at the 
beginning of the cab and restore the file pointer afterward.

This allows IE7 to read the signing information from downloaded ActiveX 
controls.
2009-06-25 11:46:28 +02:00
Alexandre Julliard a5231a60a1 dbghelp: Fix detection of special Wine segments. 2009-06-25 11:45:24 +02:00
Michael Stefaniuc fce4f7e097 appwiz.cpl: Fix the Romanian translation. 2009-06-25 11:44:12 +02:00
Paul Chitescu 5ed4960fb7 cryptdlg: Add Romanian translation. 2009-06-25 11:42:16 +02:00
Aurimas Fišeras d5558b63cd appwiz.cpl: Update Lithuanian translation. 2009-06-25 11:42:06 +02:00
André Hentschel ee9baf28d2 appwiz: Add function for installer button. 2009-06-24 15:28:16 +02:00
Anders Jonsson d9972cb4b4 crypt32: Add CryptRegisterOIDInfo stub. 2009-06-24 15:17:25 +02:00
Paul Chitescu 508270b533 avifil32: Romanian translation. 2009-06-24 14:54:19 +02:00
Huw Davies 4b9c22d66b gdi32: Add tests for GetTransform. 2009-06-24 14:52:21 +02:00
Huw Davies 6260af2a7c gdi32: Implement GetTransform for the other valid transform types. 2009-06-24 14:52:19 +02:00
Aurimas Fišeras 3df02ab515 oledlg: Add Lithuanian translation. 2009-06-24 14:52:01 +02:00
Nikolay Sivov 2551ea0568 comctl32/listview: Initialize string pointers on notification conversion routine. 2009-06-24 11:38:31 +02:00
Tony Wasserka 0ac20c4bd3 d3dx9: Add tests for basic ID3DXFont functions. 2009-06-24 11:32:09 +02:00
Tony Wasserka 5dd6371345 d3dx9: Implement ID3DXFont_GetTextMetrics. 2009-06-24 11:31:49 +02:00
Tony Wasserka 9733856f90 d3dx9: Implement ID3DXFont_GetDC. 2009-06-24 11:31:42 +02:00
Tony Wasserka 05843d4770 d3dx9: Implement ID3DXFont_GetDesc. 2009-06-24 11:31:09 +02:00
Tony Wasserka e36028b4df d3dx9: Implement ID3DXFont_GetDevice. 2009-06-24 11:31:02 +02:00
Tony Wasserka 823ec93b39 d3dx9: Improve parameter validation in D3DXCreateFont and D3DXCreateFontIndirect. 2009-06-24 11:30:54 +02:00
Paul Chitescu b647b56984 shell32: Add missing Romanian translation for IDS_SHLEXEC_NOASSOC. 2009-06-24 11:28:56 +02:00
Henri Verbeet f98c6e3cff wined3d: Allow the existence of other shader types in get_loop_control_const(). 2009-06-24 11:28:50 +02:00
Henri Verbeet 943ed4e1e9 wined3d: Eliminate a redundant local variable in get_loop_control_const(). 2009-06-24 11:28:45 +02:00
Henri Verbeet aec6d319fa wined3d: Avoid a redundant copy. 2009-06-24 11:28:38 +02:00
Henri Verbeet fd8ebebe56 wined3d: Use a proper structure for "loop_control". 2009-06-24 11:28:33 +02:00
Henri Verbeet 4caf43ddb7 wined3d: Add some missing GL locking documentation to arb_program_shader.c. 2009-06-24 11:28:27 +02:00
Aric Stewart a307c6fdc2 msctf/tests: Verify to make sure OnPopContext happens before context is removed from stack. 2009-06-24 11:28:21 +02:00
Aric Stewart e73b17d018 msctf: Context initialization happens before OnPushContext sink. 2009-06-24 11:28:14 +02:00
Aric Stewart 2dd5a3bea2 msctf: ITfContext::GetDocumentMgr should AddRef the DocumentMgr. 2009-06-24 11:28:07 +02:00
Aric Stewart 190357b14b msctf: Implement ITfContext::GetStatus. 2009-06-24 11:28:00 +02:00
Aric Stewart 2dca912aa9 wintrust: Stub WTHelperCertCheckValidSignature. 2009-06-24 11:27:56 +02:00
Paul Vriens 92ec4d5d0d crypt32/tests: Fix some test failures on Win9x. 2009-06-24 11:27:46 +02:00
Paul Vriens c7105f82ee crypt32/tests: Fix a test failure on Win9x. 2009-06-24 11:27:42 +02:00
Austin English a4f2d3d18e wined3d: Fix a compiler warning. 2009-06-24 11:25:09 +02:00
Austin English 583be32178 shdocvw: Handle DISPID_AMBIENT_DLCONTROL case. 2009-06-24 11:25:05 +02:00
Andrew Talbot b2bb4a2ca8 cryptui: Constify some variables. 2009-06-24 11:24:58 +02:00
Francois Gouget dee97f4560 comctl32: Make MapIdSearchCompare() static. 2009-06-24 11:24:46 +02:00
Aurimas Fišeras ce349981a2 avifil32: Add Lithuanian translation. 2009-06-24 11:24:35 +02:00
Huw Davies e920f5f7d7 gdi32: Add tests for SetVirtualResolution. 2009-06-23 16:21:46 +02:00
Huw Davies 5c386041fc gdi32: Implement SetVirtualResolution. 2009-06-23 16:21:42 +02:00
Jacek Caban 150f79b587 urlmon: Query for IHtmlNegotiate[2] interfaces when needed. 2009-06-23 15:53:01 +02:00