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.
Henri Verbeet [Mon, 22 Jun 2009 08:15:59 +0000 (10:15 +0200)]
wined3d: Get rid of DEBUG_SINGLE_MODE.
Henri Verbeet [Mon, 22 Jun 2009 08:15:58 +0000 (10:15 +0200)]
wined3d: Move the num_untracked_materials lookup out of the main drawing loop.
Henri Verbeet [Mon, 22 Jun 2009 08:15:57 +0000 (10:15 +0200)]
wined3d: Simplify the transformed position fixup a bit.
Hwang YunSong [Mon, 22 Jun 2009 00:46:15 +0000 (09:46 +0900)]
start: Updated Korean resource.
Aric Stewart [Sun, 21 Jun 2009 07:55:29 +0000 (16:55 +0900)]
user32: Update Japanese resources.
Aric Stewart [Sun, 21 Jun 2009 07:55:11 +0000 (16:55 +0900)]
mshtml: Update Japanese resources.
Alexandre Julliard [Mon, 22 Jun 2009 10:05:57 +0000 (12:05 +0200)]
wrc: Add support for loading multiple input files at once.
Alexandre Julliard [Mon, 22 Jun 2009 09:46:33 +0000 (11:46 +0200)]
winebuild: Add possibility to generate a global resource file without running it through windres.
Aric Stewart [Mon, 22 Jun 2009 01:21:34 +0000 (10:21 +0900)]
browseui: Add Japanese translation.
Jaime Rave [Sun, 21 Jun 2009 17:29:29 +0000 (12:29 -0500)]
notepad: Update Spanish translation.
Gerald Pfeifer [Fri, 19 Jun 2009 17:22:48 +0000 (19:22 +0200)]
d3d9/tests: Fix three incorrect logic conditions.
Gerald Pfeifer [Fri, 19 Jun 2009 17:17:22 +0000 (19:17 +0200)]
dsound/tests: Fix two broken conditions.
Gerald Pfeifer [Fri, 19 Jun 2009 17:07:42 +0000 (19:07 +0200)]
ddraw: Fix two bounds checks.
Gerald Pfeifer [Fri, 19 Jun 2009 17:01:21 +0000 (19:01 +0200)]
ddraw: Fix error checking in IDirect3DExecuteBufferImpl_Execute().
Aurimas Fišeras [Sun, 21 Jun 2009 13:48:19 +0000 (16:48 +0300)]
shlwapi: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 13:40:22 +0000 (16:40 +0300)]
setupapi: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 12:28:09 +0000 (15:28 +0300)]
taskmgr: Make all static text translatable.
Aurimas Fišeras [Sun, 21 Jun 2009 11:00:17 +0000 (14:00 +0300)]
serialui: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 10:47:02 +0000 (13:47 +0300)]
sane.ds: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 08:12:35 +0000 (11:12 +0300)]
oleaut32: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 08:03:17 +0000 (11:03 +0300)]
msvidc32: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 07:58:47 +0000 (10:58 +0300)]
msvfw32: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 07:14:40 +0000 (10:14 +0300)]
msi: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 07:29:41 +0000 (10:29 +0300)]
msrle32: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 07:01:05 +0000 (10:01 +0300)]
localui: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 06:52:11 +0000 (09:52 +0300)]
iccvid: Add Lithuanian translation.
Aurimas Fišeras [Sun, 21 Jun 2009 06:47:38 +0000 (09:47 +0300)]
localspl: Add Lithuanian translation.
Aurimas Fišeras [Fri, 19 Jun 2009 17:36:25 +0000 (20:36 +0300)]
mpr: Add Lithuanian translation.
Stefan Dösinger [Thu, 18 Jun 2009 16:17:45 +0000 (18:17 +0200)]
wined3d: GLSL 1.20 includes gl_FragData[] syntax.
This means we don't have to enable ARB_draw_buffers explicitly.
Stefan Dösinger [Thu, 18 Jun 2009 16:28:41 +0000 (18:28 +0200)]
wined3d: Advertise SM 3.0 in ARB if the extensions are available.
Stefan Dösinger [Thu, 18 Jun 2009 16:27:04 +0000 (18:27 +0200)]
wined3d: Enable Shader Model 2.0 in ARB.
If the needed constants are available, we can support all vs_2_0 and ps_2_0
requirements with the plain ARB extensions. We cannot however, run SM 2.0a or
SM 2.0b.
Stefan Dösinger [Fri, 19 Jun 2009 03:25:48 +0000 (05:25 +0200)]
wined3d: Make the ARB index offset work with emulated MOVA.
Stefan Dösinger [Thu, 18 Jun 2009 16:39:32 +0000 (18:39 +0200)]
wined3d: XXXC CC doesn't work even with NV_FP2 on.
Stefan Dösinger [Thu, 18 Jun 2009 16:10:15 +0000 (18:10 +0200)]
wined3d: Implement MRTs in ARB.