Austin English [Mon, 22 Jun 2009 06:39:20 +0000 (01:39 -0500)]
shdocvw: Handle DISPID_AMBIENT_DLCONTROL case.
Andrew Talbot [Tue, 23 Jun 2009 20:39:58 +0000 (21:39 +0100)]
cryptui: Constify some variables.
Aurimas Fišeras [Mon, 22 Jun 2009 16:50:51 +0000 (19:50 +0300)]
taskmgr: Make column headers in processes tab translatable.
Paul Vriens [Tue, 23 Jun 2009 18:36:54 +0000 (20:36 +0200)]
taskmgr: Update Dutch translations.
Francois Gouget [Tue, 23 Jun 2009 17:40:50 +0000 (19:40 +0200)]
comctl32: Make MapIdSearchCompare() static.
André Hentschel [Tue, 23 Jun 2009 16:32:53 +0000 (18:32 +0200)]
taskmgr: Update German translation.
Aurimas Fišeras [Tue, 23 Jun 2009 14:29:49 +0000 (17:29 +0300)]
avifil32: Add Lithuanian translation.
Alexandre Julliard [Tue, 23 Jun 2009 18:51:37 +0000 (20:51 +0200)]
configure: Rename the shared heap segment to avoid a Mac OS linker bug with 16-char names.
Huw Davies [Tue, 23 Jun 2009 13:58:17 +0000 (14:58 +0100)]
gdi32: Add tests for SetVirtualResolution.
Huw Davies [Tue, 23 Jun 2009 13:55:32 +0000 (14:55 +0100)]
gdi32: Implement SetVirtualResolution.
Alexandre Julliard [Tue, 23 Jun 2009 14:20:33 +0000 (16:20 +0200)]
winedbg: Don't display the crash dialog for winedevice.exe, it only confuses users.
Jacek Caban [Tue, 23 Jun 2009 12:53:10 +0000 (14:53 +0200)]
urlmon: Query for IHtmlNegotiate[2] interfaces when needed.
Jacek Caban [Tue, 23 Jun 2009 12:52:23 +0000 (14:52 +0200)]
urlmon: Fixed tests on IE8.
Jacek Caban [Tue, 23 Jun 2009 13:08:30 +0000 (15:08 +0200)]
urlmon.idl: Added IBindStatusCallbackEx declaration.
Jörg Höhle [Tue, 23 Jun 2009 07:34:36 +0000 (09:34 +0200)]
winecfg: Provide trailing \ now required by GetVolumeInformation.
Jörg Höhle [Tue, 23 Jun 2009 07:34:36 +0000 (09:34 +0200)]
winedos: Provide trailing \ now required by GetVolumeInformation.
Paul Chitescu [Tue, 23 Jun 2009 11:47:26 +0000 (14:47 +0300)]
clock: Romanian translation.
Paul Chitescu [Tue, 23 Jun 2009 11:12:01 +0000 (14:12 +0300)]
shell32: Completed Romanian translation, fixed minor typos.
Paul Chitescu [Tue, 23 Jun 2009 09:55:29 +0000 (12:55 +0300)]
winecfg: Reordered controls in the About dialog so labels can have accelerators.
Alexandre Julliard [Tue, 23 Jun 2009 12:48:29 +0000 (14:48 +0200)]
wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.
Aric Stewart [Tue, 23 Jun 2009 06:29:00 +0000 (15:29 +0900)]
wininet: Semi-stub for quering Http INTERNET_OPTION_SECURITY_FLAGS.
Aric Stewart [Tue, 23 Jun 2009 05:30:38 +0000 (14:30 +0900)]
wininet: Improve HTTP status 100 handling.
Stefan Dösinger [Fri, 19 Jun 2009 18:47:47 +0000 (20:47 +0200)]
wined3d: Fix pixelshader ifc.
The NVfp2 control flow uses the D3D syntax, and doesn't need the inversed
branch condition we're using in the vertex shader.
Stefan Dösinger [Mon, 22 Jun 2009 14:35:05 +0000 (16:35 +0200)]
wined3d: Use a local parameter for the position fixup.
I don't like that I have to do this because the posFixup is in all
vertex programs, so its at the same position and could be loaded
globally. Unfortunately, there are only 256 env parameters usually,
which makes it impossible for any shader to use c256, even if it does
not use indirect addressing, and so we can't claim 256 constant
support.
Stefan Dösinger [Mon, 22 Jun 2009 20:24:19 +0000 (22:24 +0200)]
wined3d: Find the clip texcoord before compiling.
The best is to put this together with the rest of the shader_arb_priv initialization.
Stefan Dösinger [Mon, 22 Jun 2009 20:23:28 +0000 (22:23 +0200)]
wined3d: Add a function to control use of NV_vp2 clipplanes.
I find it helpful for debugging to have this controlled at a central place,
without having to disable the entire GL extension or manually find all the
places where GL_SUPPORT(NV_VERTEX_PROGRAM2_OPTION) controls clipplane use. It
is useful for debugging the emulation code on NV cards and for debugging mac
driver issues.
Stefan Dösinger [Mon, 22 Jun 2009 14:25:37 +0000 (16:25 +0200)]
wined3d: Don't emulate clipplanes with ffp vp and fix a wrong if condition.
b2f09fd20421d0a5e179b42332ca63bc5ac17d8a accidentally got the
device->vs_clipping check wrong. The FFP replacement should emulate
clipping if GL can't do this natively with vertex shaders, not the
other way. Also don't emulate clipping if we're using fixed function
vertex processing because (a) clipping is always supported by GL in
this case, and (b), fragment.texcoord[7] is undefined. (Or in the
worst case set to something bad by the app).
Ken Sharp [Mon, 22 Jun 2009 20:59:59 +0000 (21:59 +0100)]
gdiplus: Add GdipIsVisibleRegionPointI stub.
Alexandre Julliard [Tue, 23 Jun 2009 11:25:50 +0000 (13:25 +0200)]
winebuild: Enforce header size alignment when outputting resources.
Alexandre Julliard [Tue, 23 Jun 2009 11:04:49 +0000 (13:04 +0200)]
configure: Add a check for broken 16-bit compile with Xcode 3.x.
Piotr Caban [Mon, 22 Jun 2009 18:42:15 +0000 (20:42 +0200)]
jscript: Added Date_setFullYear and Date_setUTCFullYear implementation.
Piotr Caban [Mon, 22 Jun 2009 18:42:00 +0000 (20:42 +0200)]
jscript: Added Date_setMonth and Date_setUTCMonth implementation.
Piotr Caban [Mon, 22 Jun 2009 18:41:50 +0000 (20:41 +0200)]
jscript: Added Date_setDate and Date_setUTCDate implementation.
Piotr Caban [Mon, 22 Jun 2009 18:41:40 +0000 (20:41 +0200)]
jscript: Fix Date_setHours implementation.
Piotr Caban [Mon, 22 Jun 2009 18:41:28 +0000 (20:41 +0200)]
jscript: Fix Date_setMinutes implementation.
Piotr Caban [Mon, 22 Jun 2009 18:41:11 +0000 (20:41 +0200)]
jscript: Fix Date_setSeconds implementation.
Piotr Caban [Mon, 22 Jun 2009 18:41:01 +0000 (20:41 +0200)]
jscript: Fixed Date_setMilliseconds implementation.
Previous implementation was not working when:
utc_time != to_utc(to_local_time(utc_time))
Piotr Caban [Mon, 22 Jun 2009 18:40:46 +0000 (20:40 +0200)]
jscript: Fix typos in comments, add missing ones.
Piotr Caban [Mon, 22 Jun 2009 18:40:33 +0000 (20:40 +0200)]
jscript: Added Date_getTimezoneOffset and fixed Date_get... functions.
Piotr Caban [Mon, 22 Jun 2009 18:40:01 +0000 (20:40 +0200)]
jscript: Added implementation of Date constructor with more then one argument.
Jacek Caban [Mon, 22 Jun 2009 17:25:58 +0000 (19:25 +0200)]
mshtml: Fixed tests on IE8 and change Wine behavior to IE8.
Jacek Caban [Mon, 22 Jun 2009 16:27:57 +0000 (18:27 +0200)]
mshtml.idl: Added DispHTMLLocation and DispHTMLNavigation dispinterfaces.
Hans Leidekker [Tue, 23 Jun 2009 07:37:30 +0000 (09:37 +0200)]
ole32: Add tests for CoGetContextToken.
Hans Leidekker [Tue, 23 Jun 2009 13:25:56 +0000 (15:25 +0200)]
ole32: Implement CoGetContextToken.
Hans Leidekker [Tue, 23 Jun 2009 07:36:49 +0000 (09:36 +0200)]
include: Add definition of IObjContext.
Hans Leidekker [Tue, 23 Jun 2009 07:36:26 +0000 (09:36 +0200)]
crypt32: Add a partial implementation of CertCreateContext.
Hans Leidekker [Tue, 23 Jun 2009 07:36:07 +0000 (09:36 +0200)]
wininet: Don't delete the cache file when closing a request.
Hans Leidekker [Tue, 23 Jun 2009 07:35:48 +0000 (09:35 +0200)]
ntdll: Don't return success from the NtQueryEvent stub.
Henri Verbeet [Tue, 23 Jun 2009 07:05:34 +0000 (09:05 +0200)]
wined3d: Fix a comment.
This was actually broken by
122af07a3034ddd2e0e74d9166df442a0e263e9a.
Henri Verbeet [Tue, 23 Jun 2009 07:05:33 +0000 (09:05 +0200)]
d3d8/tests: Make sure the device is released properly.
Henri Verbeet [Tue, 23 Jun 2009 07:05:32 +0000 (09:05 +0200)]
d3d9/tests: Make sure the device is released properly.
Henri Verbeet [Tue, 23 Jun 2009 07:05:31 +0000 (09:05 +0200)]
d3d9/tests: Release the query in test_occlusion_query_states().
Henri Verbeet [Tue, 23 Jun 2009 07:05:30 +0000 (09:05 +0200)]
d3d9/tests: Release the vertex buffer in test_null_stream().
Paul Vriens [Tue, 23 Jun 2009 06:14:29 +0000 (08:14 +0200)]
user32/tests: Prevent some 'deadcode' (Coverity).
Paul Vriens [Tue, 23 Jun 2009 06:04:47 +0000 (08:04 +0200)]
d3d9/tests: Use color_match ((logical || with non-zero constant).
Paul Vriens [Tue, 23 Jun 2009 05:49:27 +0000 (07:49 +0200)]
crypt32/tests: Fix a test (logical || with non-zero constant).
Paul Vriens [Tue, 23 Jun 2009 05:49:12 +0000 (07:49 +0200)]
crypt32/tests: Fix some tests (logical || with non-zero constant).
Nikolay Sivov [Mon, 22 Jun 2009 18:38:03 +0000 (22:38 +0400)]
comctl32/listview: Invalidate list after WM_MEASUREITEM notification.
Nikolay Sivov [Mon, 22 Jun 2009 18:04:41 +0000 (22:04 +0400)]
comctl32/listview: Notify parent with WM_MEASUREITEM on control creation.
Nikolay Sivov [Mon, 22 Jun 2009 17:39:46 +0000 (21:39 +0400)]
comctl32/listview: Test for parent sequence when creating with LVS_OWNERDRAWFIXED.
Andrew Talbot [Mon, 22 Jun 2009 21:04:07 +0000 (22:04 +0100)]
cryptnet: Constify some variables.
Paul Vriens [Mon, 22 Jun 2009 19:33:39 +0000 (21:33 +0200)]
taskmgr: Fix Dutch translations.
Paul Vriens [Mon, 22 Jun 2009 18:57:32 +0000 (20:57 +0200)]
include/activscp.idl: Add some defines.
Jaime Rave [Sun, 21 Jun 2009 17:45:53 +0000 (12:45 -0500)]
regedit: Spanish translation updated.
André Hentschel [Mon, 22 Jun 2009 15:29:23 +0000 (17:29 +0200)]
taskmgr: Add German translation.
Aurimas Fišeras [Sun, 21 Jun 2009 13:04:14 +0000 (16:04 +0300)]
taskmgr: Make status bar text translatable.
Huw Davies [Mon, 22 Jun 2009 13:46:35 +0000 (14:46 +0100)]
ole32/tests: Add a test for enhanced metafile retrieval.
Huw Davies [Mon, 22 Jun 2009 10:58:52 +0000 (11:58 +0100)]
ole32: Add support for retrieving enhanced metafiles.
Alexandre Julliard [Mon, 22 Jun 2009 12:53:24 +0000 (14:53 +0200)]
crypt32: Fix a couple of assumptions about structure layout.
Alexandre Julliard [Mon, 22 Jun 2009 12:50:51 +0000 (14:50 +0200)]
configure: Improve extraction of the target name from the CROSSCC definition.
Huw Davies [Mon, 22 Jun 2009 12:24:08 +0000 (13:24 +0100)]
ole32: Since OleCreateLinkFromData is a stub we should return S_FALSE from OleQueryLinkFromData.
Huw Davies [Thu, 18 Jun 2009 14:31:18 +0000 (15:31 +0100)]
gdi32: CBM_INIT is a flag.
Francois Gouget [Mon, 22 Jun 2009 08:45:15 +0000 (10:45 +0200)]
Assorted spelling fixes.
Francois Gouget [Mon, 22 Jun 2009 08:47:06 +0000 (10:47 +0200)]
ole32: Make stub_manager_int_addref() static.
Francois Gouget [Mon, 22 Jun 2009 08:46:58 +0000 (10:46 +0200)]
ole32: Reorder some stubmanager functions to avoid forward declarations.
Francois Gouget [Mon, 22 Jun 2009 08:46:45 +0000 (10:46 +0200)]
msvfw32: Move MSVIDEO_SendMessage() up and make it and MSVIDEO_GetHicPtr() static.
Aric Stewart [Mon, 22 Jun 2009 03:04:41 +0000 (12:04 +0900)]
msctf: Implement ITfCompartmentEventSink.
Aric Stewart [Mon, 22 Jun 2009 03:04:24 +0000 (12:04 +0900)]
msctf: Define ITfSource for Compartments.
Aric Stewart [Mon, 22 Jun 2009 03:04:03 +0000 (12:04 +0900)]
msctf: ITfCompartmentMgr tests.
Aric Stewart [Mon, 22 Jun 2009 03:02:49 +0000 (12:02 +0900)]
msctf: Implement ITfCompartmentMgr::GetCompartment.
Aric Stewart [Mon, 22 Jun 2009 03:03:35 +0000 (12:03 +0900)]
msctf: Implement ITfCompartment::SetValue.
Aric Stewart [Mon, 22 Jun 2009 03:02:24 +0000 (12:02 +0900)]
msctf: Implement ITfCompartment::GetValue.
Aric Stewart [Mon, 22 Jun 2009 03:02:08 +0000 (12:02 +0900)]
msctf: Define ITfCompartment.
Joel Holdsworth [Tue, 16 Jun 2009 13:59:58 +0000 (14:59 +0100)]
user32/tests: Added tests for DrawIcon and DrawIconEx.
Gerald Pfeifer [Sat, 20 Jun 2009 15:17:53 +0000 (17:17 +0200)]
wined3d: Fix logical condition in find_clip_texcoord().
Detlef Riekenberg [Sun, 21 Jun 2009 22:41:18 +0000 (00:41 +0200)]
urlmon/tests: Add tests for ZoneManager_GetZoneAttributes.
Detlef Riekenberg [Sun, 21 Jun 2009 22:39:11 +0000 (00:39 +0200)]
urlmon: Implement ZoneManager_GetZoneAttributes.
Hib Eris [Sun, 21 Jun 2009 17:48:21 +0000 (19:48 +0200)]
msi: Release more msi_custom_action_info when no longer needed.
Hib Eris [Sun, 21 Jun 2009 17:48:11 +0000 (19:48 +0200)]
msi: Release msi_custom_action_info when no longer needed.
Hib Eris [Sun, 21 Jun 2009 17:28:57 +0000 (19:28 +0200)]
msi: Insert new tables in correct _Tables location.
Hib Eris [Sun, 21 Jun 2009 17:26:06 +0000 (19:26 +0200)]
msi/tests: Add tests for order of tables.
Nikolay Sivov [Sun, 21 Jun 2009 14:01:11 +0000 (18:01 +0400)]
comctl32/listview: XP SP3 comctl32 V6 test workaround.
Nikolay Sivov [Sun, 21 Jun 2009 12:49:19 +0000 (16:49 +0400)]
comctl32/listview: Fix a test failure on 4.7x.
Nikolay Sivov [Sat, 20 Jun 2009 21:25:03 +0000 (01:25 +0400)]
comctl32/header: Add support for HDS_FLAT style.
Nikolay Sivov [Sat, 20 Jun 2009 20:48:07 +0000 (00:48 +0400)]
comctl32/listview: Implement LVM_MAPIDTOINDEX/LVM_MAPINDEXTOID.
Nikolay Sivov [Sat, 20 Jun 2009 10:56:55 +0000 (14:56 +0400)]
comctl32/listview: Basic LVM_MAPINDEXTOID tests.
Nikolay Sivov [Fri, 19 Jun 2009 22:28:20 +0000 (02:28 +0400)]
comctl32/listview: Implement LVM_ISITEMVISIBLE.
Nikolay Sivov [Fri, 19 Jun 2009 20:39:50 +0000 (00:39 +0400)]
comctl32/listview: Implement LVM_CANCELEDITLABEL with tests.
Henri Verbeet [Mon, 22 Jun 2009 08:16:01 +0000 (10:16 +0200)]
wined3d: Add an rtInternal fallback for WINED3DFMT_R16G16_UNORM.
Henri Verbeet [Mon, 22 Jun 2009 08:16:00 +0000 (10:16 +0200)]
wined3d: Get rid of some asserts.