Jacek Caban
ccc5a575d2
mshtml: Fixed script tests on IE8.
2009-08-31 12:19:13 +02:00
Austin English
13b6a43d73
winscard: Add a stub for SCardListCardsA.
2009-08-31 12:19:10 +02:00
Austin English
e88e2239aa
ntdll/tests: Fix a compiler warning on PowerPC.
2009-08-31 12:19:04 +02:00
Stefan Dösinger
9281bdb478
wined3d: SetLOD is ignored on D3DPOOL_DEFAULT textures.
...
I am not testing SYSTEMMEM and SCRATCH textures. SCRATCH textures
cannot be created, SYSTEMMEM ones cannot be used for texturing on
Windows.
2009-08-31 12:18:56 +02:00
Stefan Dösinger
edf1c50b54
wined3d: Handle per-texture max LOD level.
...
GL_TEXTURE_BASE_LEVEL matches the basetexture::SetLOD functionality.
D3DSAMP_MAXMIPLEVEL essentially does the same as SetLOD. The test included in
this patch shows that the smallest mipmap level is used.
2009-08-31 12:18:41 +02:00
Stefan Dösinger
eafc00e173
wined3d: Add a comment about D3DSAMP_MAXMIPLEVEL.
2009-08-31 12:18:10 +02:00
Stefan Dösinger
531ec2267b
wined3d: Allow filtering on RECT textures.
...
There is no reason to disable linear filtering, we just cannot use mipmapping.
2009-08-31 12:18:01 +02:00
Stefan Dösinger
52d2865521
wined3d: Remove redundant TRACEs.
...
These made sense before we had the quirk table. Nowadys the quirk
table contains quirk description strings that print out whether or not
any apple specific quirks are applied. The traces in match_apple just
spam the log because this code is run multiple times for many quirks.
2009-08-31 12:17:41 +02:00
Francois Gouget
85c5d3e28b
jscript: Add a trailing '\n' to a FIXME().
2009-08-31 12:17:30 +02:00
Francois Gouget
870f1a274f
jscript: Make Arguments_value() static.
2009-08-31 12:17:24 +02:00
Jacek Caban
d24690c8cf
shdocvw: Added IWebBrowser2::get_ReadyState implementation.
2009-08-31 12:17:18 +02:00
Jacek Caban
8c7ec916a7
shdocvw: Use IPropertyNotifySink to track ready state and complete notification.
2009-08-31 12:17:12 +02:00
Jacek Caban
9e30813595
mshtml: Always call OnStartRequest before OnStopRequest.
2009-08-31 12:17:05 +02:00
Jacek Caban
7b15652480
shdocvw: Move OnObjectAvailable implementation to dochost.c.
2009-08-31 12:17:01 +02:00
Jacek Caban
c8e34cf22f
shdocvw: Added IPropertyNotifySink stub implementation.
2009-08-31 12:16:47 +02:00
Riccardo Loti
4a6bbd039a
clock: Fix typo in the Italian translation.
2009-08-31 12:16:42 +02:00
Alexandre Julliard
1fba2ee22d
winex11: Bytes per line is signed so make it an int instead of a DWORD.
2009-08-29 21:43:51 +02:00
Alexandre Julliard
fcd561b99a
configure: Fix remaining instances of mpg123_init check.
...
Spotted by Eric Pouech.
2009-08-29 21:11:41 +02:00
Alexandre Julliard
1f220db93e
tools: Copy 16-bit font definitions to avoid including 16-bit headers.
2009-08-29 21:10:54 +02:00
Jacek Caban
c4a9d1cfa2
msxml3: Added more IDispatchEx tests.
2009-08-29 17:13:04 +02:00
Jacek Caban
cdc8e02f5b
msxml3: Use IXMLDOMSelection as a main queryresult interface.
2009-08-29 17:13:00 +02:00
Jacek Caban
7b30c79cfd
msxml3: Moved IDispatchEx implementation from domdoc to xmlnode.
2009-08-29 17:12:57 +02:00
Eric Pouech
881bea26a4
shell32: In shell view, use the expected value for the effect in Drag & Drop operation.
2009-08-29 17:12:45 +02:00
Eric Pouech
e0319b82c9
kernel32: Handle the case where wineconsole isn't properly started.
2009-08-29 17:11:39 +02:00
Eric Pouech
09adcee263
ole32: Fix various missing Release calls on monikers.
2009-08-29 17:11:31 +02:00
Eric Pouech
35d6217def
Remove a couple of superfluous casts.
2009-08-29 17:11:26 +02:00
Eric Pouech
7cdf3389dd
services: Correctly store the service's PID upon startup.
2009-08-29 17:11:19 +02:00
Eric Pouech
0ba570141d
winmm: Correctly check for the installed default ioProcs.
2009-08-29 17:11:10 +02:00
Alexandre Julliard
5a0deb25e1
comctl32/tests: Fix status test failures on older Windows versions.
2009-08-29 16:48:56 +02:00
Alexandre Julliard
a561c5d49f
comctl32/tests: Fix some toolbar test failures on older Windows versions.
2009-08-29 16:48:56 +02:00
Vincent Povirk
cb3ee716a2
gdiplus: Reimplement GdipCreateBitmapFromHICON based on RGBA bitmaps.
2009-08-29 16:48:56 +02:00
Vincent Povirk
895c6d8e1e
gdiplus: Use AlphaBlend for 32-bit images with alpha channels.
2009-08-29 16:48:56 +02:00
Vincent Povirk
7fdc0208e8
gdiplus: Return the real image bits from LockBits when possible.
2009-08-29 16:48:55 +02:00
Vincent Povirk
436b3be651
gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.
2009-08-29 16:48:55 +02:00
Vincent Povirk
d87adf2a60
gdiplus: Don't use IPicture to manage the HDC associated with a GpBitmap.
2009-08-29 16:48:55 +02:00
Vincent Povirk
e48524ceb6
gdiplus: Add and use an HBITMAP field in GpBitmap objects.
2009-08-29 16:48:55 +02:00
Vincent Povirk
b99abe2e91
gdiplus: Use the decoder list to decide how to load image files.
2009-08-29 16:48:55 +02:00
Vincent Povirk
2f0b4bf36b
gdiplus: Add PNG to the decoders list.
2009-08-29 16:48:54 +02:00
Alexandre Julliard
cb0607ced2
kernel32: Fix the GetThreadPriorityBoost return value.
2009-08-29 16:48:54 +02:00
Alexandre Julliard
7bf8d057d3
configure: Check for mpg123_feed function since we require it.
2009-08-29 16:48:54 +02:00
Jacek Caban
06064d2213
jscript: Make Array.push generic.
2009-08-29 16:48:54 +02:00
Jacek Caban
5c819cb21b
jscript: Added Function.apply implementation.
2009-08-29 16:48:54 +02:00
Jacek Caban
8761462b82
jscript: Added Function.call implementation.
2009-08-29 16:48:53 +02:00
Jacek Caban
662efe835b
jscript: Create arguments object as a seaprated class inheriting from Object.
2009-08-29 16:48:53 +02:00
Jacek Caban
2a457fb701
jscript: Added 'instanceof' keyword implementation.
2009-08-29 16:48:53 +02:00
Jacek Caban
b71aaadbd2
jscript: Get script_ctx_t as to_object arguments.
2009-08-29 16:48:53 +02:00
Jacek Caban
90af81f405
jscript: Create Array objects from proper constructor.
2009-08-29 16:48:53 +02:00
Jacek Caban
73e192a6b3
jscript: Use proper VARIANT_BOOL values in bool literals.
2009-08-29 16:48:53 +02:00
André Hentschel
765d9a1411
wcmd: Ignore start and end quotes.
2009-08-29 16:48:52 +02:00
Benjamin Kramer
2f3ac0640b
ntdll: Fix build on MacOSX.
2009-08-29 16:48:52 +02:00