Alexandre Julliard [Fri, 5 Jun 2009 13:03:21 +0000 (15:03 +0200)]
comctl32/tests: Avoid size_t in traces.
Paul Vriens [Fri, 5 Jun 2009 11:17:40 +0000 (13:17 +0200)]
shell32/tests: Make sure all created files can be removed.
Paul Vriens [Fri, 5 Jun 2009 11:08:37 +0000 (13:08 +0200)]
shell32/tests: Fix test failures on Win95.
Marcus Meissner [Fri, 5 Jun 2009 12:02:36 +0000 (14:02 +0200)]
msi: Check the correct pointers for allocation failure (Coverity).
Marcus Meissner [Fri, 5 Jun 2009 11:31:36 +0000 (13:31 +0200)]
winegcc: Free two new strlists (Coverity).
Nikolay Sivov [Fri, 5 Jun 2009 09:57:29 +0000 (13:57 +0400)]
ntdll: Make NtQueryFullAttributesFile and NtQueryAttributesFile thin wrappers over an internal function.
Nikolay Sivov [Fri, 5 Jun 2009 09:56:54 +0000 (13:56 +0400)]
ntdll: Make NtCreateFile and NtOpenFile thin wrappers over an internal function.
Nikolay Sivov [Fri, 5 Jun 2009 09:55:19 +0000 (13:55 +0400)]
comctl32/listview: Improve column scrolling.
Nikolay Sivov [Fri, 5 Jun 2009 09:53:28 +0000 (13:53 +0400)]
comctl32/listview: Partially revert commit
43d982fde6b363199c95037935e0f5446df8f733.
Alexandre Julliard [Fri, 5 Jun 2009 12:42:32 +0000 (14:42 +0200)]
winegcc: Create a stub main to work around the lack of Unicode support in Mingw.
Alexandre Julliard [Fri, 5 Jun 2009 12:42:18 +0000 (14:42 +0200)]
winegcc: Link against winecrt0 for the Mingw build too.
Ben Klein [Thu, 4 Jun 2009 08:14:56 +0000 (18:14 +1000)]
mountmgr.sys: Add tracking of fixed harddisk devices.
Stephan Rose [Thu, 4 Jun 2009 22:51:07 +0000 (18:51 -0400)]
gdiplus: Add support for vertical string alignment to GdipDrawString.
Andrew Eikum [Fri, 5 Jun 2009 04:36:33 +0000 (23:36 -0500)]
gdiplus: Stub for GdipBitmapCreateApplyEffect.
Andrew Eikum [Fri, 5 Jun 2009 04:36:22 +0000 (23:36 -0500)]
gdiplus: Stub for GdipBitmapApplyEffect.
Aurimas Fišeras [Wed, 3 Jun 2009 15:52:09 +0000 (18:52 +0300)]
kernel32/nls: Switch to UTF-8 encoding for lth.nls.
Tony Wasserka [Thu, 4 Jun 2009 18:06:19 +0000 (20:06 +0200)]
d3dx9: Test return codes of the D3DXGetImageInfo functions.
Damjan Jovanovic [Thu, 4 Jun 2009 19:57:45 +0000 (21:57 +0200)]
winemenubuilder: Track, update and clean up file open associations.
Henri Verbeet [Fri, 5 Jun 2009 08:10:48 +0000 (10:10 +0200)]
wined3d: Use GL_DEPTH24_STENCIL8_EXT for depth stencil formats.
Henri Verbeet [Fri, 5 Jun 2009 08:10:48 +0000 (10:10 +0200)]
wined3d: Add support for EXT_packed_depth_stencil.
Henri Verbeet [Fri, 5 Jun 2009 08:10:48 +0000 (10:10 +0200)]
wined3d: Use FBOs for offscreen rendering by default.
Henri Verbeet [Fri, 5 Jun 2009 12:39:20 +0000 (14:39 +0200)]
wined3d: Only use stretch_rect_fbo() on surfaces that are FBO attachable.
Henri Verbeet [Fri, 5 Jun 2009 08:10:47 +0000 (10:10 +0200)]
wined3d: Check FBO compatibility on all formats with a GL format.
Instead of just the ones that have a fallback specified.
Henri Verbeet [Fri, 5 Jun 2009 08:10:47 +0000 (10:10 +0200)]
wined3d: Set texture filtering to NEAREST in check_fbo_compat().
Henri Verbeet [Fri, 5 Jun 2009 08:10:47 +0000 (10:10 +0200)]
wined3d: Add extension detection to the GL format template table.
Henri Verbeet [Fri, 5 Jun 2009 08:10:47 +0000 (10:10 +0200)]
wined3d: Add extension detection for ARB_depth_texture.
Henri Verbeet [Fri, 5 Jun 2009 08:10:46 +0000 (10:10 +0200)]
wined3d: Don't use the vertex/pixel shader when we're not supposed to.
This also avoids removing programs from lists they're not in in
delete_glsl_program_entry().
Henri Verbeet [Fri, 5 Jun 2009 08:10:46 +0000 (10:10 +0200)]
wined3d: Check the result from wine_rb_get() before using it in WINE_RB_ENTRY_VALUE.
Francois Gouget [Fri, 5 Jun 2009 06:15:48 +0000 (08:15 +0200)]
ole32/tests: Make test_readonly() static.
Francois Gouget [Fri, 5 Jun 2009 06:15:44 +0000 (08:15 +0200)]
rpcrt4/tests: Make dummy_Release() static.
Andrew Talbot [Thu, 4 Jun 2009 20:38:32 +0000 (21:38 +0100)]
comctl32: Constify some variables.
Piotr Caban [Thu, 4 Jun 2009 20:37:08 +0000 (22:37 +0200)]
jscript: Added Date_setTime implementation.
Piotr Caban [Thu, 4 Jun 2009 20:36:27 +0000 (22:36 +0200)]
jscript: Fix DateConstr_value (with no argument) implementation.
Eric van Beurden [Thu, 4 Jun 2009 14:52:59 +0000 (10:52 -0400)]
wininet: Rearrange invalid header checks.
Eric van Beurden [Thu, 4 Jun 2009 14:52:16 +0000 (10:52 -0400)]
wininet: Check for bad allocation in HeapReAlloc.
Jacek Caban [Thu, 4 Jun 2009 20:50:23 +0000 (22:50 +0200)]
urlmon: Use a copy of PROTOCOLDATA in Switch/Continue implementation.
Jacek Caban [Thu, 4 Jun 2009 20:49:56 +0000 (22:49 +0200)]
urlmon: Set INTERNET_OPTION_HTTP_DECODING option in http protocol handler.
Paul Vriens [Fri, 5 Jun 2009 07:20:27 +0000 (09:20 +0200)]
msctf: Fix a possible NULL dereference (Coverity).
Paul Vriens [Fri, 5 Jun 2009 07:10:09 +0000 (09:10 +0200)]
kernel32/tests: Fix a test failure on Win9x/WinMe.
Paul Vriens [Thu, 4 Jun 2009 16:02:44 +0000 (18:02 +0200)]
riched32/tests: Fix a test failure on NT4 and below.
Paul Vriens [Thu, 4 Jun 2009 14:38:00 +0000 (16:38 +0200)]
shell32/tests: Fix test failure on NT4.
Stefan Stranz [Tue, 2 Jun 2009 21:47:20 +0000 (15:47 -0600)]
winhlp32: Fix crash on launch.
Louis Lenders [Thu, 4 Jun 2009 05:38:57 +0000 (07:38 +0200)]
ntdll: Add stub for RtlEnumerateGenericTableWithoutSplaying.
Damjan Jovanovic [Wed, 3 Jun 2009 16:33:28 +0000 (18:33 +0200)]
winemenubuilder: Associate file open applications with freedesktop.
Aric Stewart [Wed, 3 Jun 2009 16:28:33 +0000 (11:28 -0500)]
msctf: Define ITfCompartmentMgr and ITfCompartment.
Andrew Eikum [Thu, 4 Jun 2009 04:31:21 +0000 (23:31 -0500)]
gdiplus: Stubs for GdipDrawImagePoints and GdipDrawImagePointsI.
Andrew Eikum [Thu, 4 Jun 2009 04:31:34 +0000 (23:31 -0500)]
gdiplus: Stub for GdipEmfToWmfBits.
Henri Verbeet [Thu, 4 Jun 2009 08:16:21 +0000 (10:16 +0200)]
wined3d: Add a proper enum value for "no extension".
This would allow an extension check for ARB_COLOR_BUFFER_FLOAT to work.
Henri Verbeet [Thu, 4 Jun 2009 08:16:21 +0000 (10:16 +0200)]
wined3d: Check FBO compatibility after the fixups are applied.
Henri Verbeet [Thu, 4 Jun 2009 08:16:20 +0000 (10:16 +0200)]
wined3d: Remove WINED3DFMT_R16G16B16A16_SNORM from the GL formats template.
This entry obviously can't work correctly.
Henri Verbeet [Thu, 4 Jun 2009 08:16:20 +0000 (10:16 +0200)]
wined3d: Remove entries without an internal format from the GL formats template.
Henri Verbeet [Thu, 4 Jun 2009 08:16:20 +0000 (10:16 +0200)]
wined3d: Free priv->stack in shader_glsl_free().
Hans Leidekker [Thu, 4 Jun 2009 08:14:06 +0000 (10:14 +0200)]
msi/tests: Ignore case when comparing file names.
Hans Leidekker [Thu, 4 Jun 2009 08:13:38 +0000 (10:13 +0200)]
msi: Add more tests for MsiGetSourcePath.
Hans Leidekker [Thu, 4 Jun 2009 08:13:14 +0000 (10:13 +0200)]
msi: Add tests for importing a _SummaryInformation table.
Hans Leidekker [Thu, 4 Jun 2009 08:12:56 +0000 (10:12 +0200)]
msi: Initialize some variables.
Hans Leidekker [Thu, 4 Jun 2009 08:12:31 +0000 (10:12 +0200)]
msi: Don't trace an out parameter.
Hans Leidekker [Thu, 4 Jun 2009 08:11:55 +0000 (10:11 +0200)]
crypt32: Initialize salt correctly.
Alexandre Julliard [Thu, 4 Jun 2009 09:45:33 +0000 (11:45 +0200)]
user32/tests: More systematically ignore the messages we don't care about.
Alexandre Julliard [Wed, 3 Jun 2009 18:33:45 +0000 (20:33 +0200)]
user32/tests: Add more synchronization in the exit thread test to avoid races.
Nikolay Sivov [Wed, 3 Jun 2009 22:43:06 +0000 (02:43 +0400)]
comctl32/listview: Improve grid drawing on LVS_EX_GRIDLINES style.
Nikolay Sivov [Wed, 3 Jun 2009 21:43:28 +0000 (01:43 +0400)]
comctl32/listview: Improve item visibility calculation for report view.
Nikolay Sivov [Wed, 3 Jun 2009 18:43:28 +0000 (22:43 +0400)]
comctl32/listview: Some tests for LVS_SORT[A,DE]SCENDING, remove these styles from TODOs.
Piotr Caban [Wed, 3 Jun 2009 19:11:20 +0000 (21:11 +0200)]
jscript: Remove NaN related FIXMEs.
Piotr Caban [Wed, 3 Jun 2009 21:17:47 +0000 (23:17 +0200)]
jscript: Fix parse_double_literal implementation.
Andrew Nguyen [Wed, 3 Jun 2009 21:52:14 +0000 (16:52 -0500)]
rundll32: Load the 16-bit kernel32 exports by ordinal.
Aric Stewart [Wed, 3 Jun 2009 16:27:31 +0000 (11:27 -0500)]
msctf: Implement ITfContext::SetSelection.
Aric Stewart [Wed, 3 Jun 2009 16:27:24 +0000 (11:27 -0500)]
msctf: Implement ITfInsertAtSelection::InsertTextAtSelection.
Andrew Talbot [Wed, 3 Jun 2009 20:47:16 +0000 (21:47 +0100)]
comctl32: Various const qualifier fixes.
Paul Vriens [Thu, 4 Jun 2009 08:54:25 +0000 (10:54 +0200)]
user32/tests: Fix a test failure on Win95.
Paul Vriens [Thu, 4 Jun 2009 07:32:43 +0000 (09:32 +0200)]
user32/tests: Remove a trace() message.
Paul Vriens [Wed, 3 Jun 2009 19:56:10 +0000 (21:56 +0200)]
kernel32/tests: Skip WritePrivateProfileString tests on Win9x/WinME.
Paul Vriens [Wed, 3 Jun 2009 15:15:30 +0000 (17:15 +0200)]
ole32/tests: Fix remaining test failures on NT4 and below.
Vincent Povirk [Wed, 3 Jun 2009 13:54:22 +0000 (08:54 -0500)]
winex11.drv: Don't use XEvents uninitialized when waits time out.
Alexandre Julliard [Wed, 3 Jun 2009 14:52:06 +0000 (16:52 +0200)]
rpcrt4: Add checks for the number of methods being larger than what we support.
Alexandre Julliard [Wed, 3 Jun 2009 14:48:48 +0000 (16:48 +0200)]
rpcrt4/tests: Add tests for the contents of virtual table for delegated proxies.
Alexandre Julliard [Wed, 3 Jun 2009 14:42:50 +0000 (16:42 +0200)]
rpcrt4: Add support for proxy delegation.
Alexandre Julliard [Wed, 3 Jun 2009 14:39:25 +0000 (16:39 +0200)]
rpcrt4: Split the vtbl initialization in NdrDllGetClassObject to a separate function.
Austin Lund [Wed, 3 Jun 2009 06:02:56 +0000 (16:02 +1000)]
riched20/test: Added a test for TxDraw.
Paul Vriens [Wed, 3 Jun 2009 11:31:14 +0000 (13:31 +0200)]
riched32/tests: Fix a few test failures on NT4 and below.
Paul Vriens [Wed, 3 Jun 2009 11:25:19 +0000 (13:25 +0200)]
riched32/tests: Change the test to facilitate adding a broken().
Nikolay Sivov [Wed, 3 Jun 2009 04:05:27 +0000 (08:05 +0400)]
comctl32/listview: Implement LVM_SETVIEW.
Nikolay Sivov [Wed, 3 Jun 2009 00:48:04 +0000 (04:48 +0400)]
comctl32/listview: Implement LVM_GETVIEW.
Nikolay Sivov [Tue, 2 Jun 2009 19:47:33 +0000 (23:47 +0400)]
comctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND message handler.
Nikolay Sivov [Tue, 2 Jun 2009 19:46:43 +0000 (23:46 +0400)]
comctl32/listview: EN_KILLFOCUS handling test.
Kai Blin [Wed, 3 Jun 2009 11:00:36 +0000 (13:00 +0200)]
secur32: Don't return STATUS_SUCCESS from LsaGetLogonSessionData stub.
Kai Blin [Wed, 3 Jun 2009 07:35:49 +0000 (09:35 +0200)]
advapi32: Fix output of GetUserNameW when joined to a domain.
On a Windows box joined to a domain, GetUserName will not return the domain
part. On a Unix box joined to a domain via winbindd, wine_get_user_name will.
So we need to cut off the domain instead of just replacing the \ character.
Guy Albertelli [Wed, 3 Jun 2009 01:00:02 +0000 (21:00 -0400)]
kernel32/tests: Add tests for CreateFile errors and opening volumes.
Alexandre Julliard [Sun, 31 May 2009 18:11:00 +0000 (20:11 +0200)]
clock: Build resource files separately instead of including them all from a global file.
Andrew Eikum [Wed, 3 Jun 2009 03:34:37 +0000 (22:34 -0500)]
gdiplus: Stubs for GdipDrawImagePointRect and GdipDrawImagePointRectI.
Andrew Eikum [Wed, 3 Jun 2009 03:33:32 +0000 (22:33 -0500)]
gdiplus: Stub for GdipDeleteEffect.
Alexandre Julliard [Tue, 2 Jun 2009 13:50:57 +0000 (15:50 +0200)]
makefiles: Add resource files to the standard object files list.
Alexandre Julliard [Sat, 30 May 2009 15:08:06 +0000 (17:08 +0200)]
makefiles: Use winegcc to build the crosstests too.
Henri Verbeet [Wed, 3 Jun 2009 08:47:26 +0000 (10:47 +0200)]
wined3d: Replace the wined3d hash table with the generic red-black tree.
Henri Verbeet [Wed, 3 Jun 2009 08:47:26 +0000 (10:47 +0200)]
include: Add a generic red-black tree.
Henri Verbeet [Wed, 3 Jun 2009 08:47:26 +0000 (10:47 +0200)]
wined3d: Introduce volumetexture_init() to handle most of the volume texture initialization.
Henri Verbeet [Wed, 3 Jun 2009 08:47:26 +0000 (10:47 +0200)]
wined3d: Introduce volumetexture_cleanup().
Henri Verbeet [Wed, 3 Jun 2009 08:47:26 +0000 (10:47 +0200)]
wined3d: Introduce cubetexture_init() to handle most of the cube texture initialization.
Henri Verbeet [Wed, 3 Jun 2009 08:47:26 +0000 (10:47 +0200)]
wined3d: Introduce cubetexture_cleanup().
Henri Verbeet [Wed, 3 Jun 2009 08:47:25 +0000 (10:47 +0200)]
wined3d: Introduce texture_init() to handle most of the 2D texture initialization.