Paul Chitescu
1e48e160f5
mscoree: Stubs for StrongNameSignatureVerification(Ex).
2009-04-29 13:08:57 +02:00
Paul Vriens
a429ce00b1
clusapi: Don't print an out parameter.
2009-04-29 13:08:53 +02:00
Paul Vriens
3af523fdf5
rasapi32/tests: Add a FreeLibrary.
2009-04-29 13:08:49 +02:00
Paul Vriens
76c0babdcf
services: Fix a typo.
2009-04-29 13:08:45 +02:00
Paul Vriens
5a892b8c49
inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
2009-04-29 13:08:36 +02:00
Henri Verbeet
88b6d5eb0b
wined3d: Relative addressing tokens are always source parameters.
...
So the "is_src" argument to shader_dump_arr_entry() is redundant (and wrong).
2009-04-29 13:08:29 +02:00
Henri Verbeet
52644ab053
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.
2009-04-29 13:08:22 +02:00
Henri Verbeet
42a8041cb8
wined3d: Handle the sampler type shift in the frontend.
2009-04-29 13:08:14 +02:00
Henri Verbeet
65321dd1ce
wined3d: Introduce shader_sm1_read_semantic().
2009-04-29 13:08:08 +02:00
Henri Verbeet
8d4c90496f
wined3d: Store the sampler type in struct shader_reg_maps.
...
Instead of the usage token.
2009-04-29 13:08:01 +02:00
Dmitry Timoshkov
54d7c8012d
explorer: Initialize the Progman DDE interface when starting explorer.
2009-04-29 13:07:55 +02:00
Dmitry Timoshkov
d2ecb11941
user32: Add the tests for LB_DELETESTRING, make them pass under Wine.
2009-04-29 13:07:52 +02:00
Vincent Povirk
47c3993ad3
gdiplus: Add tests for GdipGet/SetLineBlend.
2009-04-29 13:07:45 +02:00
Vincent Povirk
47a81f5a0c
gdiplus: Implement GdipGetLineBlend.
2009-04-29 13:07:34 +02:00
Vincent Povirk
1e88ee5030
gdiplus: Implement GdipGetLineBlendCount.
2009-04-29 13:07:27 +02:00
Vincent Povirk
1f4940ae44
gdiplus: Implement GdipSetLineBlend.
2009-04-29 13:07:20 +02:00
Vincent Povirk
b05cf906d1
gdiplus: Add blend information to linear gradient brushes.
2009-04-29 13:07:07 +02:00
Vincent Povirk
1de792290b
gdiplus: Stub GdipGetLineBlend.
2009-04-29 13:06:48 +02:00
Vincent Povirk
3d37b0a7fa
gdiplus: Stub GdipGetLineBlendCount.
2009-04-29 13:06:40 +02:00
Christian Costa
51ad286d37
mciqtz32: Add support for MCI_SET.
2009-04-29 13:06:32 +02:00
Konstantin Kondratyuk
7521f7bee4
fonts: Add Kazakhstan's symbols into tahomabd.
2009-04-29 13:06:26 +02:00
Huw Davies
2e11733f45
ole32: Don't ask for a name if it's not required.
2009-04-28 14:47:54 +02:00
Huw Davies
08a9bf7db8
oleaut32: Don't ask for a name if it's not required.
2009-04-28 14:47:51 +02:00
Hib Eris
0a81fbfa39
msi: Fix LONGCHAR column data type.
2009-04-28 13:10:04 +02:00
Hib Eris
508028ae03
msi/tests: Test type for LONGCHAR columns.
2009-04-28 13:10:03 +02:00
Hib Eris
5e829d1323
msi: Fix SHORT column data type.
2009-04-28 13:10:03 +02:00
Hib Eris
407866186c
msi/tests: Test type for INTEGER, SHORT, LONG columns.
2009-04-28 13:10:03 +02:00
Hib Eris
15cb7290ee
msi: Fix INT column data type.
2009-04-28 13:10:03 +02:00
Hib Eris
fa8f8a3efc
msi/tests: Test type for INT column.
2009-04-28 13:10:03 +02:00
Alexandre Julliard
4857e1997e
include: Added definitions for HTMLWindowEvents and HTMLWindowEvents2.
2009-04-28 13:10:03 +02:00
Alexandre Julliard
bb3eb738a4
include: Added definition of the DispHTMLWindowProxy interface.
2009-04-28 13:10:03 +02:00
Alexandre Julliard
6d23a22f89
include: Added definitions for IHTMLWindow4 and IHTMLWindow5.
2009-04-28 13:10:03 +02:00
Stefan Dösinger
25a59fe71b
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.
2009-04-28 13:10:03 +02:00
Stefan Dösinger
8513f64a01
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.
2009-04-28 13:10:03 +02:00
Stefan Dösinger
1fbc6e560d
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.
2009-04-28 13:10:03 +02:00
Stefan Dösinger
926fe798c5
wined3d: Activate a thread before mapping a buffer.
...
This fixes a regression in EverQuest 2.
2009-04-28 13:10:02 +02:00
Stefan Dösinger
3dc55010ea
wined3d: Fix a few more direct buffer accesses.
2009-04-28 13:10:02 +02:00
Jörg Höhle
9296b1e917
msvfw32/tests: Add mixed-case FOURCC comparisons.
2009-04-28 13:10:02 +02:00
Henri Verbeet
d32d308798
wined3d: Remove some redundant defines.
2009-04-28 13:10:02 +02:00
Henri Verbeet
b8b12d2dc2
wined3d: Mask set bool/int constants with bool/int constants read.
2009-04-28 13:10:02 +02:00
Henri Verbeet
9db67a5971
wined3d: Clear reg_maps in shader_get_registers_used() instead of the callers.
2009-04-28 13:10:02 +02:00
Henri Verbeet
0df4514894
wined3d: Use shader_sm1_read_dst_param() and shader_sm1_read_src_param() in shader_get_registers_used().
2009-04-28 13:10:02 +02:00
Henri Verbeet
e001876163
wined3d: Create a separate function to record register usage.
2009-04-28 13:10:02 +02:00
Juan Lang
b6682f96f7
cryptui: If an input file name is given to CryptUIWizImport, show it in the wizard.
2009-04-28 13:10:02 +02:00
Austin English
2c3497b908
notepad: Don't append seconds to time format.
2009-04-28 13:10:02 +02:00
Vincent Povirk
73eea0d05f
gdiplus: Create a static InstalledFontCollection object, currently empty.
2009-04-28 13:10:02 +02:00
Vincent Povirk
31f2b8e1ea
gdiplus: Add test for GdipNewInstalledFontCollection.
2009-04-28 13:10:01 +02:00
Massimo Del Fedele
a3221e7f23
gdiplus: Add stub for GdipBitmapSetPixel.
2009-04-28 13:10:01 +02:00
Eric Pouech
88bdc0c110
kernel32: In editline's keys table, use constants instead of numeric constants.
2009-04-28 11:58:41 +02:00
André Hentschel
078d465fa9
cmdlgtst: Spelling fix.
2009-04-28 11:58:34 +02:00