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
Paul Vriens
6ba4b314f3
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
2009-04-28 11:58:31 +02:00
Paul Vriens
f043f3db27
gdi32/tests: Fix a test failure on NT4.
2009-04-28 11:58:27 +02:00
Paul Vriens
ffd855d214
ws2_32/tests: Run tests again on several platforms due to missing functions.
2009-04-28 11:58:24 +02:00
Paul Vriens
75f6b1d636
gdi32/tests: Fix some test failures on Win9x/WinME.
2009-04-28 11:58:14 +02:00
Alexandre Julliard
7e11ecdd8d
wininet: Fix a memory leak in the URL cache.
2009-04-27 20:04:45 +02:00
Alexandre Julliard
e12ade9fb3
wininet: Add stubs for PrivacyGet/SetZonePreferenceW.
2009-04-27 20:04:34 +02:00
André Hentschel
dc31d87082
winemaker: Add often used negative optimization.
2009-04-27 14:58:01 +02:00
André Hentschel
e1cdd9778f
winemaker: Fix optimizations.
2009-04-27 14:57:54 +02:00
André Hentschel
1199d05d59
winemaker: Fix project file path parsing.
2009-04-27 14:57:50 +02:00
André Hentschel
70fbe9770a
winemaker: Fix path handling for Current Working Directory.
2009-04-27 14:57:42 +02:00
Rico Schüller
ac6a18f1f6
notepad: Allow only one search/replace dialog to open.
2009-04-27 14:32:40 +02:00
Rico Schüller
3137600651
notepad: Implement replace.
2009-04-27 14:32:34 +02:00
Jeff Latimer
4d4819d8c4
ws2_32: Make inet_ntop conform to msdn definition.
2009-04-27 14:29:28 +02:00
Jeff Latimer
0cdd0d80ee
ws2_32/tests: Add tests for Inet_Ntop and inet_ntoa.
2009-04-27 14:29:08 +02:00
Nikolay Sivov
82744c93e0
comctl32/listview: Fix resizing grid drawing at right from rightmost column.
2009-04-27 13:47:48 +02:00
Nikolay Sivov
d1d7dfab64
comctl32/listview: Fix horizontal grid line drawing.
2009-04-27 13:47:41 +02:00