Alexandre Julliard [Tue, 13 Mar 2007 20:17:03 +0000 (21:17 +0100)]
oleview: Use standard APIs in SaveIdl and avoid overflows.
Aric Stewart [Tue, 13 Mar 2007 19:12:13 +0000 (14:12 -0500)]
wineps.drv: Check for correct value for end of list.
Paul Vriens [Tue, 13 Mar 2007 18:41:01 +0000 (19:41 +0100)]
advapi32/tests: Use GetModuleHandle and skip.
Paul Vriens [Tue, 13 Mar 2007 18:40:47 +0000 (19:40 +0100)]
advapi32/tests: Use GetModuleHandle and skip.
Paul Vriens [Tue, 13 Mar 2007 18:40:30 +0000 (19:40 +0100)]
crypt32/tests: Use GetModuleHandle and skip.
Eric Pouech [Tue, 13 Mar 2007 16:33:08 +0000 (17:33 +0100)]
dbghelp: Renamed pe_load_module (resp pe_load_module_from_pcs)
to pe_load_native_module (resp pe_load_builtin_module) to better describe
what those functions actually do.
Eric Pouech [Tue, 13 Mar 2007 16:34:01 +0000 (17:34 +0100)]
imagehlp: Added a few more forward definitions to dbghelp.
Eric Pouech [Tue, 13 Mar 2007 16:26:33 +0000 (17:26 +0100)]
dbghelp: Get rid of module_name in all traces (using Unicode flavor).
Eric Pouech [Tue, 13 Mar 2007 16:33:02 +0000 (17:33 +0100)]
dbghelp: Cleanups for module loading (lookups on module name and image name are two different things)
- split up module_find_by_name in two different functions:
+ reused module_find_by_name which looks upon the module name
+ added module_is_already_loaded which looks upon the image name
- cleanup module loading using these functions (removed extra parameter
to pe_load_module_from_pcs)
Eric Pouech [Tue, 13 Mar 2007 16:32:57 +0000 (17:32 +0100)]
dbghelp: Rewrote module_is_elf_container_loaded so that it no longer
uses the stored ModuleName (that the dbghelp's caller can override) but rather a
combination of base address and filename for the module.
Eric Pouech [Tue, 13 Mar 2007 16:32:52 +0000 (17:32 +0100)]
dbghelp: Added helper to get the basename + extension from full filename.
Jacek Caban [Tue, 13 Mar 2007 17:44:05 +0000 (18:44 +0100)]
itss: Added test of URLs with trailing slash.
Jacek Caban [Tue, 13 Mar 2007 17:43:17 +0000 (18:43 +0100)]
itss: Use object_name in FindMimeFromData.
Jacek Caban [Tue, 13 Mar 2007 17:42:34 +0000 (18:42 +0100)]
itss: Ignore trailing slash in ITSProtocol::Start.
Jacek Caban [Tue, 13 Mar 2007 17:41:22 +0000 (18:41 +0100)]
itss: Ignore trailing slash in IStorage::OpenStream.
Mikołaj Zalewski [Mon, 12 Mar 2007 11:08:23 +0000 (12:08 +0100)]
credui: Add Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 11:00:40 +0000 (12:00 +0100)]
credui: Move language-dependent resources to credui_En.rc.
Mikołaj Zalewski [Mon, 12 Mar 2007 10:00:03 +0000 (11:00 +0100)]
shell32: Update Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 10:32:33 +0000 (11:32 +0100)]
start: Add Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 09:48:55 +0000 (10:48 +0100)]
cmd: Update Polish translation.
Mikołaj Zalewski [Mon, 12 Mar 2007 09:39:55 +0000 (10:39 +0100)]
oledlg: Fix Korean resource name.
Mikołaj Zalewski [Mon, 12 Mar 2007 09:37:02 +0000 (10:37 +0100)]
kernel32: Fix LANGID for Korean resource.
Rob Shearman [Tue, 13 Mar 2007 12:45:52 +0000 (12:45 +0000)]
ole32: OleCreate isn't a semi-stub any more, as it is tested in a range of cases and has no todos.
Rob Shearman [Tue, 13 Mar 2007 12:41:18 +0000 (12:41 +0000)]
ole32: OleCreate shouldn't pass CLSCTX_LOCAL_SERVER to CoCreateInstance.
Rob Shearman [Tue, 13 Mar 2007 12:38:03 +0000 (12:38 +0000)]
ole32: Don't allocate an initial table for bind contexts.
Most users of bind contexts don't use bound objects or object params, so
don't create an initial table. Instead, create it on demand and use an
exponential algorithm for increasing the size of the table when full.
Rob Shearman [Tue, 13 Mar 2007 12:38:46 +0000 (12:38 +0000)]
include: Add credential serialisation APIs to wincred.h.
Hans Leidekker [Tue, 13 Mar 2007 11:42:53 +0000 (12:42 +0100)]
wininet: Fix buffer size calculation in INTERNET_InternetOpenUrlW.
Spotted by Ron Yorston.
Hans Leidekker [Tue, 13 Mar 2007 11:42:40 +0000 (12:42 +0100)]
mscms: Fix compilation with the latest lcms header.
Alexandre Julliard [Tue, 13 Mar 2007 14:53:09 +0000 (15:53 +0100)]
msvcrt: Improved _local_unwind2 implementation.
Thanks to Dmitry Timoshkov for a test case.
Stefan Huehner [Mon, 12 Mar 2007 15:50:54 +0000 (16:50 +0100)]
Mark several functions as static.
Stefan Huehner [Mon, 12 Mar 2007 15:50:54 +0000 (16:50 +0100)]
comctl32: rebar: Test the rebar style for RBBS_VARIABLEHEIGHT, not the passed in structure.
Shanren Zhou [Mon, 12 Mar 2007 00:36:38 +0000 (17:36 -0700)]
comctl32: Added header message sequence test cases.
Shanren Zhou [Mon, 12 Mar 2007 00:36:28 +0000 (17:36 -0700)]
comctl32: Header message sequence test cases.
Added separate parent and child header controls for each test case and
fixed a typo ('Data Modified' should be 'Date Modified').
Dmitry Timoshkov [Tue, 13 Mar 2007 10:21:37 +0000 (18:21 +0800)]
ntdll: Catch the exceptions in the TLS callback like Windows does.
Juan Lang [Tue, 13 Mar 2007 04:13:21 +0000 (21:13 -0700)]
crypt32: Set ppSignerSig to NULL in case caller doesn't check return value.
Juan Lang [Tue, 13 Mar 2007 04:10:41 +0000 (21:10 -0700)]
user32: Fix a comment.
András Kovács [Tue, 13 Mar 2007 02:34:36 +0000 (03:34 +0100)]
wined3d: Set WINED3DCAPS2_DYNAMICTEXTURES flag.
Jason Edmeades [Tue, 13 Mar 2007 01:09:05 +0000 (01:09 +0000)]
cmd.exe: Add DIR /X support.
Jason Edmeades [Tue, 13 Mar 2007 00:12:44 +0000 (00:12 +0000)]
cmd.exe: Add DIR /T support.
Jason Edmeades [Tue, 13 Mar 2007 01:08:19 +0000 (01:08 +0000)]
cmd.exe: Add dir /L support.
Jason Edmeades [Tue, 13 Mar 2007 00:11:31 +0000 (00:11 +0000)]
cmd.exe: Make SET have correct errorlevel.
Jason Edmeades [Tue, 13 Mar 2007 00:11:04 +0000 (00:11 +0000)]
cmd.exe: Add SET /P support.
Jason Edmeades [Tue, 13 Mar 2007 00:10:38 +0000 (00:10 +0000)]
cmd.exe: Add 2>&1 and 1>&2 support.
Jason Edmeades [Tue, 13 Mar 2007 00:09:33 +0000 (00:09 +0000)]
cmd.exe: Add TYPE multiple file support.
Jason Edmeades [Tue, 13 Mar 2007 00:09:05 +0000 (00:09 +0000)]
cmd.exe: Add support for stderr redirection to a file.
Jason Edmeades [Tue, 13 Mar 2007 00:08:00 +0000 (00:08 +0000)]
cmd.exe: Save initial working directory.
Jason Edmeades [Tue, 13 Mar 2007 00:06:58 +0000 (00:06 +0000)]
cmd.exe: Add support for FTYPE.
H. Verbeet [Mon, 12 Mar 2007 22:22:22 +0000 (23:22 +0100)]
wined3d: Remove some redundant code in IWineD3DVertexBufferImpl_FindDecl().
H. Verbeet [Mon, 12 Mar 2007 22:22:16 +0000 (23:22 +0100)]
wined3d: Remove a redundant check in handleStreams().
H. Verbeet [Mon, 12 Mar 2007 22:22:06 +0000 (23:22 +0100)]
wined3d: Remove some redundant checks in the vertexdeclaration() state handler.
H. Verbeet [Mon, 12 Mar 2007 22:22:00 +0000 (23:22 +0100)]
wined3d: Disable vertex shaders when transformed vertices are used.
H. Verbeet [Mon, 12 Mar 2007 22:21:54 +0000 (23:21 +0100)]
wined3d: Remove FVF related fields from IWineD3DVertexDeclaration.
H. Verbeet [Mon, 12 Mar 2007 22:21:49 +0000 (23:21 +0100)]
wined3d: 11 space indent is ugly.
H. Verbeet [Mon, 12 Mar 2007 22:21:44 +0000 (23:21 +0100)]
wined3d: Correct various texture limits checks.
Dan Kegel [Mon, 12 Mar 2007 16:16:28 +0000 (09:16 -0700)]
advapi32: RegGetKeySecurity needs to pass length of struct to caller.
Huw Davies [Mon, 12 Mar 2007 15:11:45 +0000 (15:11 +0000)]
ole32: Only retrieve posted and paint messages in an STA message loop.
Huw Davies [Mon, 12 Mar 2007 14:08:52 +0000 (14:08 +0000)]
rpcrt4: Tests that show that the allocation rules for unmarshaling a conformant array are the same as those for a simple structure.
Andrew Talbot [Mon, 12 Mar 2007 20:49:29 +0000 (20:49 +0000)]
advpack: Constify some variables.
Andrew Talbot [Mon, 12 Mar 2007 12:06:31 +0000 (12:06 +0000)]
advapi32: Explicitly initialize nested array element.
Fabian Bieler [Mon, 12 Mar 2007 12:11:04 +0000 (13:11 +0100)]
wined3d: Implemented signed texture formats via NV_TEXTURE_SHADER.
Fabian Bieler [Sat, 10 Mar 2007 13:37:28 +0000 (14:37 +0100)]
wined3d: Set wrapmode for cubemags to clamp regardless of the sampler state.
Alexandre Julliard [Mon, 12 Mar 2007 15:14:18 +0000 (16:14 +0100)]
Fixed some compilation issues on Mac OS X Leopard.
Fabian Bieler [Sat, 10 Mar 2007 03:16:44 +0000 (04:16 +0100)]
wined3d: Height of rectangle is bottom - top, not vice versa.
Jan Zerebecki [Sat, 10 Mar 2007 23:21:23 +0000 (00:21 +0100)]
ole32: Add DebugInfo to critical sections.
Also add missing DeleteCriticalSection.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:40 +0000 (22:11 +0100)]
winenas.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:12 +0000 (22:08 +0100)]
dmloader: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:59 +0000 (22:11 +0100)]
winmm: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:18 +0000 (22:11 +0100)]
winearts.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:51 +0000 (22:11 +0100)]
wineoss.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:26 +0000 (22:11 +0100)]
wineaudioio.drv: Add DebugInfo to critical sections.
Also add missing DeleteCriticalSection.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:33 +0000 (22:11 +0100)]
wineesd.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:01 +0000 (22:11 +0100)]
winex11.drv: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:28 +0000 (22:08 +0100)]
dsound: Conform critical section DebugInfo names.
Jan Zerebecki [Sat, 10 Mar 2007 21:12:14 +0000 (22:12 +0100)]
winealsa.drv: Conform critical section DebugInfo names.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:36 +0000 (22:10 +0100)]
rsaenh: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:52 +0000 (22:10 +0100)]
urlmon: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:11:09 +0000 (22:11 +0100)]
wintab32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:45 +0000 (22:10 +0100)]
secur32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:20 +0000 (22:10 +0100)]
quartz: Add DebugInfo to critical sections.
Also add missing DeleteCriticalSection.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:09 +0000 (22:10 +0100)]
qcap: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:10:28 +0000 (22:10 +0100)]
riched20: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:58 +0000 (22:09 +0100)]
oleaut32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:08 +0000 (22:09 +0100)]
mciavi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:30 +0000 (22:09 +0100)]
netapi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:39 +0000 (22:09 +0100)]
ntdll: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:09:17 +0000 (22:09 +0100)]
msvcrt: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:59 +0000 (22:08 +0100)]
mapi32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:02 +0000 (22:08 +0100)]
crypt32: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:38 +0000 (22:08 +0100)]
itss: Add DebugInfo to critical sections.
Jan Zerebecki [Sat, 10 Mar 2007 21:08:48 +0000 (22:08 +0100)]
kernel32: Add DebugInfo to critical sections.
Hagop Hagopian [Sun, 11 Mar 2007 21:21:12 +0000 (13:21 -0800)]
comctl32: Adding getter-setter tests for tab control.
Stefan Huehner [Sat, 10 Mar 2007 21:00:47 +0000 (22:00 +0100)]
Change some functions arguments from () -> (void).
Paul Vriens [Sun, 11 Mar 2007 18:42:35 +0000 (19:42 +0100)]
advapi32/tests: Prepare for more tests and use skip.
Paul Vriens [Mon, 12 Mar 2007 10:41:23 +0000 (11:41 +0100)]
kernel32/tests: Use skip.
Paul Vriens [Mon, 12 Mar 2007 10:41:16 +0000 (11:41 +0100)]
d3d9/tests: Use skip as is done in the other tests.
Paul Vriens [Mon, 12 Mar 2007 10:41:08 +0000 (11:41 +0100)]
d3d8/tests: Use skip as is done in the other tests.
Paul Vriens [Mon, 12 Mar 2007 08:16:06 +0000 (09:16 +0100)]
dnsapi/tests: Load dnsapi dynamically and use skip.
Dmitry Timoshkov [Mon, 12 Mar 2007 09:43:40 +0000 (17:43 +0800)]
ntdll: Make the error test pass under XP.
Francois Gouget [Mon, 12 Mar 2007 09:35:13 +0000 (10:35 +0100)]
cmd: Fix compilation on systems that don't support nameless unions.
Chris Robinson [Sat, 10 Mar 2007 12:09:43 +0000 (04:09 -0800)]
quartz: Stop DSound buffer playback when the filter is paused or stopped, not the next time it's processed.