Stefan Dösinger [Wed, 22 Apr 2009 17:35:19 +0000 (19:35 +0200)]
wined3d: Hardcode local loop control ints into the code in reps.
This helps the compiler to unroll the loop and dodges a crash on OSX. It is
similar to what we do in "loop aL, iX" already.
Paul Chitescu [Wed, 29 Apr 2009 08:51:07 +0000 (11:51 +0300)]
mscoree: Stubs for StrongNameSignatureVerification(Ex).
Paul Vriens [Wed, 29 Apr 2009 08:41:40 +0000 (10:41 +0200)]
clusapi: Don't print an out parameter.
Paul Vriens [Wed, 29 Apr 2009 08:04:59 +0000 (10:04 +0200)]
rasapi32/tests: Add a FreeLibrary.
Paul Vriens [Wed, 29 Apr 2009 08:01:03 +0000 (10:01 +0200)]
services: Fix a typo.
Paul Vriens [Wed, 29 Apr 2009 08:08:01 +0000 (10:08 +0200)]
inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
Henri Verbeet [Wed, 29 Apr 2009 07:55:07 +0000 (09:55 +0200)]
wined3d: Relative addressing tokens are always source parameters.
So the "is_src" argument to shader_dump_arr_entry() is redundant (and wrong).
Henri Verbeet [Wed, 29 Apr 2009 07:55:07 +0000 (09:55 +0200)]
wined3d: The "input" parameter to shader_dump_param() should be a BOOL.
It's used to determine if the token is a source or destination parameter. A
subsequent patch will split shader_dump_param() in two different functions.
Henri Verbeet [Wed, 29 Apr 2009 07:55:07 +0000 (09:55 +0200)]
wined3d: Handle the sampler type shift in the frontend.
Henri Verbeet [Wed, 29 Apr 2009 07:55:07 +0000 (09:55 +0200)]
wined3d: Introduce shader_sm1_read_semantic().
Henri Verbeet [Wed, 29 Apr 2009 07:55:06 +0000 (09:55 +0200)]
wined3d: Store the sampler type in struct shader_reg_maps.
Instead of the usage token.
Dmitry Timoshkov [Wed, 29 Apr 2009 06:17:35 +0000 (15:17 +0900)]
explorer: Initialize the Progman DDE interface when starting explorer.
Dmitry Timoshkov [Wed, 29 Apr 2009 03:55:13 +0000 (12:55 +0900)]
user32: Add the tests for LB_DELETESTRING, make them pass under Wine.
Vincent Povirk [Tue, 28 Apr 2009 22:30:39 +0000 (17:30 -0500)]
gdiplus: Add tests for GdipGet/SetLineBlend.
Vincent Povirk [Tue, 28 Apr 2009 23:18:26 +0000 (18:18 -0500)]
gdiplus: Implement GdipGetLineBlend.
Vincent Povirk [Tue, 28 Apr 2009 23:08:54 +0000 (18:08 -0500)]
gdiplus: Implement GdipGetLineBlendCount.
Vincent Povirk [Tue, 28 Apr 2009 23:25:59 +0000 (18:25 -0500)]
gdiplus: Implement GdipSetLineBlend.
Vincent Povirk [Tue, 28 Apr 2009 23:03:41 +0000 (18:03 -0500)]
gdiplus: Add blend information to linear gradient brushes.
Vincent Povirk [Tue, 28 Apr 2009 22:28:22 +0000 (17:28 -0500)]
gdiplus: Stub GdipGetLineBlend.
Vincent Povirk [Tue, 28 Apr 2009 22:01:38 +0000 (17:01 -0500)]
gdiplus: Stub GdipGetLineBlendCount.
Christian Costa [Tue, 28 Apr 2009 21:18:29 +0000 (23:18 +0200)]
mciqtz32: Add support for MCI_SET.
Konstantin Kondratyuk [Tue, 28 Apr 2009 18:08:33 +0000 (22:08 +0400)]
fonts: Add Kazakhstan's symbols into tahomabd.
Huw Davies [Tue, 28 Apr 2009 11:38:29 +0000 (12:38 +0100)]
ole32: Don't ask for a name if it's not required.
Huw Davies [Tue, 28 Apr 2009 11:41:01 +0000 (12:41 +0100)]
oleaut32: Don't ask for a name if it's not required.
Hib Eris [Sat, 25 Apr 2009 19:38:06 +0000 (21:38 +0200)]
msi: Fix LONGCHAR column data type.
Hib Eris [Sat, 25 Apr 2009 19:37:30 +0000 (21:37 +0200)]
msi/tests: Test type for LONGCHAR columns.
Hib Eris [Sat, 25 Apr 2009 19:36:27 +0000 (21:36 +0200)]
msi: Fix SHORT column data type.
Hib Eris [Sat, 25 Apr 2009 19:35:55 +0000 (21:35 +0200)]
msi/tests: Test type for INTEGER, SHORT, LONG columns.
Hib Eris [Sat, 25 Apr 2009 19:35:10 +0000 (21:35 +0200)]
msi: Fix INT column data type.
Hib Eris [Sat, 25 Apr 2009 19:34:38 +0000 (21:34 +0200)]
msi/tests: Test type for INT column.
Alexandre Julliard [Tue, 28 Apr 2009 10:50:06 +0000 (12:50 +0200)]
include: Added definitions for HTMLWindowEvents and HTMLWindowEvents2.
Alexandre Julliard [Tue, 28 Apr 2009 10:49:15 +0000 (12:49 +0200)]
include: Added definition of the DispHTMLWindowProxy interface.
Alexandre Julliard [Tue, 28 Apr 2009 10:47:40 +0000 (12:47 +0200)]
include: Added definitions for IHTMLWindow4 and IHTMLWindow5.
Stefan Dösinger [Wed, 22 Apr 2009 17:28:53 +0000 (19:28 +0200)]
wined3d: Set the max mipmap level in the pbo test.
fglrx refuses to use PBOs on not mipmap complete textures. The texture code
already takes care of this, do the same in the test.
Stefan Dösinger [Mon, 6 Apr 2009 13:05:27 +0000 (15:05 +0200)]
wined3d: Emulate R16G16F and R32G32F if GL_ARB_texture_rg is not supported.
Nvidia doesn't offer it on geforce 7 and earlier cards, but some games need
it. This is surprising because the extension was made specifically for
compatibility purposes for older cards.
Stefan Dösinger [Wed, 22 Apr 2009 17:19:41 +0000 (19:19 +0200)]
wined3d: Fix an issue in buffer_get_sysmem.
Checking for the doublebuffer flag can cause confusion if no VBO has
been allocated for the buffer. Checking for allocatedMemory is the
more direct approach.
Stefan Dösinger [Mon, 20 Apr 2009 12:40:53 +0000 (14:40 +0200)]
wined3d: Activate a thread before mapping a buffer.
This fixes a regression in EverQuest 2.
Stefan Dösinger [Sun, 19 Apr 2009 18:42:08 +0000 (20:42 +0200)]
wined3d: Fix a few more direct buffer accesses.
Jörg Höhle [Tue, 28 Apr 2009 07:02:24 +0000 (09:02 +0200)]
msvfw32/tests: Add mixed-case FOURCC comparisons.
Henri Verbeet [Tue, 28 Apr 2009 07:53:29 +0000 (09:53 +0200)]
wined3d: Remove some redundant defines.
Henri Verbeet [Tue, 28 Apr 2009 07:53:29 +0000 (09:53 +0200)]
wined3d: Mask set bool/int constants with bool/int constants read.
Henri Verbeet [Tue, 28 Apr 2009 07:53:29 +0000 (09:53 +0200)]
wined3d: Clear reg_maps in shader_get_registers_used() instead of the callers.
Henri Verbeet [Tue, 28 Apr 2009 07:53:28 +0000 (09:53 +0200)]
wined3d: Use shader_sm1_read_dst_param() and shader_sm1_read_src_param() in shader_get_registers_used().
Henri Verbeet [Tue, 28 Apr 2009 07:53:28 +0000 (09:53 +0200)]
wined3d: Create a separate function to record register usage.
Juan Lang [Tue, 28 Apr 2009 01:10:54 +0000 (18:10 -0700)]
cryptui: If an input file name is given to CryptUIWizImport, show it in the wizard.
Austin English [Mon, 27 Apr 2009 23:39:49 +0000 (18:39 -0500)]
notepad: Don't append seconds to time format.
Vincent Povirk [Mon, 27 Apr 2009 21:24:47 +0000 (16:24 -0500)]
gdiplus: Create a static InstalledFontCollection object, currently empty.
Vincent Povirk [Wed, 28 Jan 2009 22:08:43 +0000 (16:08 -0600)]
gdiplus: Add test for GdipNewInstalledFontCollection.
Massimo Del Fedele [Mon, 27 Apr 2009 21:20:27 +0000 (23:20 +0200)]
gdiplus: Add stub for GdipBitmapSetPixel.
Eric Pouech [Mon, 27 Apr 2009 19:09:06 +0000 (21:09 +0200)]
kernel32: In editline's keys table, use constants instead of numeric constants.
André Hentschel [Mon, 27 Apr 2009 18:34:16 +0000 (20:34 +0200)]
cmdlgtst: Spelling fix.
Paul Vriens [Mon, 27 Apr 2009 18:33:12 +0000 (20:33 +0200)]
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
Paul Vriens [Mon, 27 Apr 2009 17:48:17 +0000 (19:48 +0200)]
gdi32/tests: Fix a test failure on NT4.
Paul Vriens [Mon, 27 Apr 2009 14:47:49 +0000 (16:47 +0200)]
ws2_32/tests: Run tests again on several platforms due to missing functions.
Paul Vriens [Mon, 27 Apr 2009 12:35:51 +0000 (14:35 +0200)]
gdi32/tests: Fix some test failures on Win9x/WinME.
Alexandre Julliard [Mon, 27 Apr 2009 18:04:45 +0000 (20:04 +0200)]
wininet: Fix a memory leak in the URL cache.
Alexandre Julliard [Mon, 27 Apr 2009 18:04:34 +0000 (20:04 +0200)]
wininet: Add stubs for PrivacyGet/SetZonePreferenceW.
André Hentschel [Sat, 25 Apr 2009 14:41:48 +0000 (16:41 +0200)]
winemaker: Add often used negative optimization.
André Hentschel [Sat, 25 Apr 2009 14:27:42 +0000 (16:27 +0200)]
winemaker: Fix optimizations.
André Hentschel [Sat, 25 Apr 2009 13:47:59 +0000 (15:47 +0200)]
winemaker: Fix project file path parsing.
André Hentschel [Fri, 24 Apr 2009 15:40:32 +0000 (17:40 +0200)]
winemaker: Fix path handling for Current Working Directory.
Rico Schüller [Sat, 25 Apr 2009 15:54:03 +0000 (17:54 +0200)]
notepad: Allow only one search/replace dialog to open.
Rico Schüller [Sat, 25 Apr 2009 15:53:58 +0000 (17:53 +0200)]
notepad: Implement replace.
Jeff Latimer [Fri, 24 Apr 2009 14:30:22 +0000 (00:30 +1000)]
ws2_32: Make inet_ntop conform to msdn definition.
Jeff Latimer [Fri, 24 Apr 2009 14:30:06 +0000 (00:30 +1000)]
ws2_32/tests: Add tests for Inet_Ntop and inet_ntoa.
Nikolay Sivov [Sun, 26 Apr 2009 08:39:36 +0000 (12:39 +0400)]
comctl32/listview: Fix resizing grid drawing at right from rightmost column.
Nikolay Sivov [Sun, 26 Apr 2009 08:38:51 +0000 (12:38 +0400)]
comctl32/listview: Fix horizontal grid line drawing.
Nikolay Sivov [Sun, 26 Apr 2009 08:38:01 +0000 (12:38 +0400)]
comctl32/listview: Draw rightmost vertical grid line when needed.
Nikolay Sivov [Sun, 26 Apr 2009 08:37:18 +0000 (12:37 +0400)]
comctl32/listview: Remove duplicated iterator initializer.
Nikolay Sivov [Sun, 26 Apr 2009 08:33:14 +0000 (12:33 +0400)]
comctl32/listview: Reuse existing variable instead of duplicated expression.
Austin English [Sun, 26 Apr 2009 17:55:03 +0000 (12:55 -0500)]
winetest: When extracting tests, run in console mode.
Alexandre Julliard [Mon, 27 Apr 2009 11:25:53 +0000 (13:25 +0200)]
Revert "kernel32: Report unixfs instead of ntfs for unknown filesystem type."
This reverts commit
8044c11ecfca09e2b643feccb95a4d8f645ba656.
Henri Verbeet [Mon, 27 Apr 2009 07:37:14 +0000 (09:37 +0200)]
wined3d: Add a wined3d pixel shader to struct d3d10_pixel_shader.
Henri Verbeet [Mon, 27 Apr 2009 07:37:14 +0000 (09:37 +0200)]
wined3d: Add a function to read a destination parameter from SM1-3 bytecode.
Henri Verbeet [Mon, 27 Apr 2009 07:37:14 +0000 (09:37 +0200)]
wined3d: Add a function to read a source parameter from SM1-3 bytecode.
Henri Verbeet [Mon, 27 Apr 2009 07:37:14 +0000 (09:37 +0200)]
wined3d: Use shader_sm1_read_opcode() in shader_trace_init().
Henri Verbeet [Mon, 27 Apr 2009 07:37:14 +0000 (09:37 +0200)]
wined3d: Store D3D shader opcode names in a separate table.
Christian Costa [Sun, 26 Apr 2009 21:07:02 +0000 (23:07 +0200)]
mciqtz32: Add support for MCI_WHERE.
Christian Costa [Sun, 26 Apr 2009 21:06:51 +0000 (23:06 +0200)]
mciqtz32: Add support for MCI_GETDEVCAPS.
Nikolay Sivov [Sun, 26 Apr 2009 20:29:10 +0000 (00:29 +0400)]
msi: Fix wrong calling convention.
Paul TBBle Hampson [Fri, 24 Apr 2009 16:31:06 +0000 (02:31 +1000)]
wininet: HTTP_HttpAddRequestHeadersW should ignore 0-length headers.
Paul TBBle Hampson [Fri, 24 Apr 2009 16:25:01 +0000 (02:25 +1000)]
wininet/tests: Test for handling of blank headers in HttpAddRequestHeaders.
Massimo Del Fedele [Sat, 25 Apr 2009 19:22:24 +0000 (21:22 +0200)]
richedit20: Test for fonttbl streamout.
Massimo Del Fedele [Sat, 25 Apr 2009 17:56:11 +0000 (19:56 +0200)]
riched20: Fix placement of crlf on font table streamout.
Stefan Dösinger [Wed, 22 Apr 2009 19:39:14 +0000 (21:39 +0200)]
wined3d: Support the full amount of constants in GLSL.
This patch advertises all GL reported float uniforms to the D3D app to
reach the 256 constants required by Shader Model 3.0 on dx9 cards. If
the shader does not use indirect addressing, all 256 constants are
declared. The compiler can then figure out which constants are
actually used. This makes shaders work that use high constant indices,
but don't use all 256 constants.
Stefan Dösinger [Sat, 25 Apr 2009 13:02:42 +0000 (15:02 +0200)]
d3d: Limit d3d8 and d3d9 vshader constants to 256.
DX10 cards support 512(ATI) or 1024(Nvidia) vertex shader constants in
GL. The dx9 DXCapsViewer shows that dx10 windows drivers only claim
256 constants on Windows, so we can and should do the same.
Jeff Latimer [Sat, 25 Apr 2009 12:59:30 +0000 (22:59 +1000)]
include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK.
David Adam [Sat, 25 Apr 2009 07:26:44 +0000 (09:26 +0200)]
d3d9: Fix a copy/paste error in test.
Austin English [Fri, 24 Apr 2009 21:46:47 +0000 (16:46 -0500)]
notepad: Fix date format to match windows.
Vincent Povirk [Fri, 24 Apr 2009 18:34:55 +0000 (13:34 -0500)]
gdiplus: Don't leak a device context when GdipCreateFromHWND fails.
Vincent Povirk [Fri, 24 Apr 2009 18:29:56 +0000 (13:29 -0500)]
gdiplus: Only release device contexts created internally.
Hans Leidekker [Fri, 24 Apr 2009 14:01:56 +0000 (16:01 +0200)]
ws2_32: Implement GetAddrInfoW and FreeAddrInfoW.
Dan Kegel [Thu, 23 Apr 2009 13:47:20 +0000 (06:47 -0700)]
ntdll: Add missing RtlReAllocateHeap Valgrind hook, add tests.
Alexandre Julliard [Fri, 24 Apr 2009 16:52:04 +0000 (18:52 +0200)]
Release 1.1.20.
Hans Leidekker [Fri, 24 Apr 2009 13:00:05 +0000 (15:00 +0200)]
wininet: Replace any existing cookie header.
Hans Leidekker [Fri, 24 Apr 2009 12:59:08 +0000 (14:59 +0200)]
wininet: Fix parsing of cookies with attributes.
André Hentschel [Thu, 23 Apr 2009 18:41:32 +0000 (20:41 +0200)]
winemaker: Canonicalize directory name if used as target name.
André Hentschel [Thu, 23 Apr 2009 17:07:54 +0000 (19:07 +0200)]
winemaker: Print all copyrights in banner.
André Hentschel [Thu, 23 Apr 2009 17:07:42 +0000 (19:07 +0200)]
winemaker: Print version in Makefile header.
Nikolay Sivov [Fri, 24 Apr 2009 10:59:35 +0000 (14:59 +0400)]
comctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing message to header.