Stefan Dösinger [Sat, 5 Jul 2008 21:37:47 +0000 (16:37 -0500)]
wined3d: Remove more dead code.
The opengl extension mentioned in that code was never finished, and as
far as I know there is no way to make use of tangent data in the d3d
fixed function pipeline as well.
Stefan Dösinger [Sat, 5 Jul 2008 21:26:33 +0000 (16:26 -0500)]
wined3d: Remove GL_EXT_vertex_weighting stubs.
Stefan Dösinger [Sat, 5 Jul 2008 21:21:26 +0000 (16:21 -0500)]
wined3d: Move the vertexblend support check to the template.
Stefan Dösinger [Sat, 5 Jul 2008 21:14:00 +0000 (16:14 -0500)]
wined3d: Check for ATI_ENVMAP_BUMPMAP in the template.
Note that GL_ATI_envmap_bumpmap is not the same as
GL_ATI_fragment_shader. envmap_bumpmap is used together with the
regular opengl ffp pipeline and is not used (other than for
pixelformats) if GL_ATI_fragment_shader is used.
Stefan Dösinger [Sat, 5 Jul 2008 21:07:00 +0000 (16:07 -0500)]
wined3d: Only register the np2 texture fixup if needed.
Dylan Smith [Thu, 17 Jul 2008 15:55:19 +0000 (11:55 -0400)]
richedit: Fixed regression that caused endless loop.
Mathias Kosch [Thu, 17 Jul 2008 20:17:13 +0000 (22:17 +0200)]
winex11: Fix typo in X11DRV_SetDIBits optimization.
James Hawkins [Thu, 17 Jul 2008 17:27:14 +0000 (12:27 -0500)]
kernel32: Don't get the profile string if the buffer length is zero.
Alexandre Julliard [Fri, 18 Jul 2008 09:16:02 +0000 (11:16 +0200)]
dbghelp: Always initialize section pointer in ImageDirectoryEntryToDataEx.
James Hawkins [Thu, 17 Jul 2008 17:28:37 +0000 (12:28 -0500)]
msi: Initialize the update function pointer when creating the control.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:35 +0000 (20:25 +0300)]
quartz: Fix interface leak in FilterGraph2_Render.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:29 +0000 (20:25 +0300)]
quartz: Add missing VariantClear after GetFilterInfo calls.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:22 +0000 (20:25 +0300)]
quartz: Fix variant handling in GetFilterInfo.
Removes unnecessary and unsafe type assignment, adds a missing VariantClear.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:25:13 +0000 (20:25 +0300)]
quartz/tests: Fix interface leaks in filtergraph test.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:54 +0000 (20:24 +0300)]
quartz: Fix interface leak in FilterGraph2_RemoveFilter.
Alexander Dorofeyev [Thu, 17 Jul 2008 18:54:53 +0000 (21:54 +0300)]
quartz/tests: Fix interface leaks in aggregation test.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:41 +0000 (20:24 +0300)]
quartz/tests: Add filtermapper aggregation tests.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:33 +0000 (20:24 +0300)]
quartz/tests: Test querying IFilterMapper2 from FilterGraph.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:24 +0000 (20:24 +0300)]
quartz: Aggregate filtermapper in filtergraph.
Alexander Dorofeyev [Thu, 17 Jul 2008 17:24:15 +0000 (20:24 +0300)]
quartz: Make Filtermapper aggregatable.
Zac Brown [Thu, 17 Jul 2008 23:01:02 +0000 (16:01 -0700)]
ntdll: Remove byte reversed U+3000 (CJK space) from being checked in RtlIsTextUnicode.
Michael Stefaniuc [Thu, 17 Jul 2008 20:49:06 +0000 (22:49 +0200)]
msxml3: Remove redundant NULL check before HeapFree (Smatch).
H. Verbeet [Thu, 17 Jul 2008 20:42:00 +0000 (22:42 +0200)]
d3d9: Correct some shader comments.
H. Verbeet [Thu, 17 Jul 2008 20:41:53 +0000 (22:41 +0200)]
d3d9: Replace color_near() with color_match().
Alexandre Julliard [Fri, 18 Jul 2008 09:11:29 +0000 (11:11 +0200)]
icmp: The import library is not needed.
Juan Lang [Thu, 17 Jul 2008 16:40:22 +0000 (09:40 -0700)]
iphlpapi: Partially implement IcmpSendEcho2 using IcmpSendEcho.
Juan Lang [Thu, 17 Jul 2008 16:39:29 +0000 (09:39 -0700)]
iphlpapi: Move Icmp* functions from icmp to iphlpapi.
James Hawkins [Thu, 17 Jul 2008 17:24:58 +0000 (12:24 -0500)]
services: Assign the service manager db to the lock in LockServiceDatabase.
Alexander Nicolaysen Sørnes [Thu, 17 Jul 2008 19:23:26 +0000 (21:23 +0200)]
Updated Norwegian Bokmål Readme file.
Alexander Nicolaysen Sørnes [Thu, 17 Jul 2008 18:00:03 +0000 (20:00 +0200)]
regedit: Fixes for Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Thu, 17 Jul 2008 17:53:16 +0000 (19:53 +0200)]
winefile: Don't access uninitialized value.
Spotted by Dan Kegel.
Alexander Nicolaysen Sørnes [Thu, 17 Jul 2008 14:58:07 +0000 (16:58 +0200)]
wordpad: Show error if file open fails.
Huw Davies [Thu, 17 Jul 2008 15:45:31 +0000 (16:45 +0100)]
gdiplus: Skip some tests if certain fonts are not installed.
Huw Davies [Thu, 17 Jul 2008 14:10:28 +0000 (15:10 +0100)]
user32: Don't read past the end of a global memory block.
Lei Zhang [Mon, 14 Jul 2008 23:51:15 +0000 (16:51 -0700)]
user32: Clamp newly created windows to the minimum window size.
Lei Zhang [Mon, 14 Jul 2008 23:50:56 +0000 (16:50 -0700)]
user32: Add a test for SetWindowPos.
Dan Hipschman [Thu, 17 Jul 2008 00:42:32 +0000 (17:42 -0700)]
kernel32/tests: Add tests for timer queues.
Vladimir Pankratov [Thu, 17 Jul 2008 08:27:49 +0000 (13:27 +0500)]
winhlp32: Update Russian translation.
Gal Topper [Thu, 10 Jul 2008 17:19:27 +0000 (20:19 +0300)]
comdlg32: PrintDlgEx: Add support for RETURNDEFAULT.
Gal Topper [Thu, 10 Jul 2008 17:18:37 +0000 (20:18 +0300)]
comdlg32: PrintDlgEx: Change scope of strings for later reuse.
Piotr Caban [Wed, 16 Jul 2008 22:42:14 +0000 (00:42 +0200)]
msxml3/tests: Added more tests for ISAXXMLReader_parse and ISAXLocator.
Piotr Caban [Wed, 16 Jul 2008 22:42:07 +0000 (00:42 +0200)]
msxml3: Added ISAXLocator_getSystemId.
Piotr Caban [Wed, 16 Jul 2008 22:42:01 +0000 (00:42 +0200)]
msxml3: Added ISAXLocator_getPublicId.
Piotr Caban [Wed, 16 Jul 2008 22:41:52 +0000 (00:41 +0200)]
msxml3: Added ISAXContentHandler_putDocumentLocator event.
Piotr Caban [Wed, 16 Jul 2008 22:41:40 +0000 (00:41 +0200)]
msxml3: Added ISAXContentHandler_characters event.
Piotr Caban [Wed, 16 Jul 2008 22:41:34 +0000 (00:41 +0200)]
msxml3: Added ISAXContentHandler_endElement event.
Piotr Caban [Wed, 16 Jul 2008 22:41:27 +0000 (00:41 +0200)]
msxml3: Added ISAXContentHandler_startElement event.
Piotr Caban [Wed, 16 Jul 2008 22:41:19 +0000 (00:41 +0200)]
msxml3: Added ISAXContentHandler_endDocument event.
Piotr Caban [Wed, 16 Jul 2008 22:41:11 +0000 (00:41 +0200)]
msxml3: Added ISAXLocator_getLineNumber and ISAXLocator_getColumnNumber partial implementation.
Piotr Caban [Wed, 16 Jul 2008 22:41:01 +0000 (00:41 +0200)]
msxml3: Added ISAXContentHandler_startDocument event.
Piotr Caban [Wed, 16 Jul 2008 22:40:53 +0000 (00:40 +0200)]
msxml3: Added partial implementation of ISAXXMLReader_parse.
Piotr Caban [Wed, 16 Jul 2008 22:40:32 +0000 (00:40 +0200)]
msxml3: Added stub implementation of ISAXLocator.
Alexandre Julliard [Thu, 17 Jul 2008 11:01:40 +0000 (13:01 +0200)]
mstask: Add stubs for the duplicate stdcall entry points.
Aric Stewart [Wed, 16 Jul 2008 05:01:08 +0000 (14:01 +0900)]
mlang: Stub implementation of IMLangFontLink2.
Aric Stewart [Tue, 15 Jul 2008 07:57:46 +0000 (16:57 +0900)]
mlang: Basic implementation of fnIMultiLanguage2_GetCodePageDescription.
Mikołaj Zalewski [Wed, 16 Jul 2008 18:21:09 +0000 (20:21 +0200)]
comctl32: statusbar: WM_SETFONT should change the bar height.
Mikołaj Zalewski [Wed, 16 Jul 2008 15:47:29 +0000 (17:47 +0200)]
comctl32: statusbar: Don't issue a WM_PAINT during a WM_CREATE.
Stefan Dösinger [Sat, 5 Jul 2008 20:59:21 +0000 (15:59 -0500)]
wined3d: Test for multisampling in the template.
Stefan Dösinger [Sat, 5 Jul 2008 20:49:50 +0000 (15:49 -0500)]
wined3d: Move the point sprite support test into the template.
Stefan Dösinger [Sat, 5 Jul 2008 20:47:59 +0000 (15:47 -0500)]
wined3d: Split the psizemax state handler.
Stefan Dösinger [Sat, 5 Jul 2008 20:45:39 +0000 (15:45 -0500)]
wined3d: Split the psizemin handler.
Stefan Dösinger [Sat, 5 Jul 2008 20:38:43 +0000 (15:38 -0500)]
wined3d: Move the range fog support test to the template.
Stefan Dösinger [Sat, 5 Jul 2008 20:35:53 +0000 (15:35 -0500)]
wined3d: Move a few extension checks into the state template.
Stefan Dösinger [Sat, 5 Jul 2008 20:23:47 +0000 (15:23 -0500)]
wined3d: Move an extension check into the state template.
Stefan Dösinger [Sat, 5 Jul 2008 20:20:10 +0000 (15:20 -0500)]
wined3d: Coalesce the nvrc and nvts+nvrc state template.
Stefan Dösinger [Sat, 5 Jul 2008 20:04:16 +0000 (15:04 -0500)]
wined3d: Add extension information to the states.
This patch adds a new field to the state templates. If this extension
field is != 0, then the line is only applied to the final state table
if the extension is supported. Once a line is applied to the final
table, all further templates for this state from the same pipeline
part are ignored. This allows removing some extension checks from the
state handlers, which cleans them up and saves a few CPU cycles when
applying the states.
James Hawkins [Wed, 16 Jul 2008 21:27:17 +0000 (16:27 -0500)]
kernel32: Return the default value if lpKeyName is empty.
James Hawkins [Wed, 16 Jul 2008 21:25:54 +0000 (16:25 -0500)]
kernel32: Fix removing trailing spaces from lpDefault for GetPrivateProfileString.
James Hawkins [Wed, 16 Jul 2008 21:25:02 +0000 (16:25 -0500)]
kernel32: Add tests for GetPrivateProfileString.
James Hawkins [Wed, 16 Jul 2008 21:19:42 +0000 (16:19 -0500)]
fusion: The cases are tokens, not table indices.
H. Verbeet [Wed, 16 Jul 2008 20:45:51 +0000 (22:45 +0200)]
d3d9: Use color_match() in vshader_version_varying_test().
Also fixes the range on the test, 0x19 plus 1 equals 0x1a, and
0x003c0000 should've been 0x004c0000.
H. Verbeet [Wed, 16 Jul 2008 20:45:45 +0000 (22:45 +0200)]
wined3d: Store the texture in a local variable in sampler_texmatrix().
Slightly improves readability.
Juan Lang [Wed, 16 Jul 2008 20:34:36 +0000 (13:34 -0700)]
crypt32: Reorganize root store creation code.
Jacek Caban [Wed, 16 Jul 2008 16:47:08 +0000 (18:47 +0200)]
msi: Added Session::Message implementation.
Alexander Dorofeyev [Mon, 14 Jul 2008 21:58:17 +0000 (00:58 +0300)]
ddraw/tests: Add tests for surface caps memory flags.
Alexander Dorofeyev [Mon, 14 Jul 2008 21:58:08 +0000 (00:58 +0300)]
ddraw: Force surfaces without memory flags to video memory on creation.
Also removes now redundant setting of vidmem flag on rendertargets, prevents
adding vidmem flag when sysmem flag is present. Fixes missing textures in Forsaken.
Nikolay Sivov [Sun, 13 Jul 2008 07:52:29 +0000 (11:52 +0400)]
gdiplus: Make GdipInvertMatrix test pass on native switching to matrix with determinant 16.
Nikolay Sivov [Sun, 13 Jul 2008 07:52:23 +0000 (11:52 +0400)]
gdiplus: Fix for GdipPathIterNextMarker to handle path without markers. Fix tests.
Nikolay Sivov [Sun, 13 Jul 2008 07:52:12 +0000 (11:52 +0400)]
gdiplus: Fix GdipCreatePathIter to handle NULL as path. Fix tests.
Eric Pouech [Sat, 12 Jul 2008 08:36:21 +0000 (10:36 +0200)]
richedit: Add an assert to point out what we're expecting.
Nikolay Sivov [Fri, 11 Jul 2008 20:43:50 +0000 (00:43 +0400)]
gdiplus: Implemented GdipCreateBitmapFromResource.
Francois Gouget [Fri, 11 Jul 2008 15:47:23 +0000 (17:47 +0200)]
winejack: Fix detection of jack libraries with a bad soname.
Vincent Povirk [Thu, 10 Jul 2008 15:42:54 +0000 (10:42 -0500)]
wininet: Always respect Proxy-Connection: or Connection: if it exists.
Aric Stewart [Thu, 10 Jul 2008 02:30:15 +0000 (11:30 +0900)]
comctl32: rebar: Prevent unnecessary triggering of RBBIM_CHILDSIZE changes.
Aric Stewart [Thu, 10 Jul 2008 02:29:57 +0000 (11:29 +0900)]
comctl32: rebar: Record what changes and only redo the Layout if something of relevance changes.
Roy Shea [Tue, 15 Jul 2008 00:12:47 +0000 (17:12 -0700)]
mstask: Skeleton implementation of Task Scheduler Service.
Hwang YunSong(황윤성) [Mon, 14 Jul 2008 01:02:05 +0000 (10:02 +0900)]
winhlp32: Updated Korean resource.
Jon Griffiths [Sun, 13 Jul 2008 19:22:33 +0000 (12:22 -0700)]
mswsock: Implement 3 functions by calling through SIO_GET_EXTENSION_FUNCTION_POINTER.
Jon Griffiths [Sun, 13 Jul 2008 17:35:37 +0000 (10:35 -0700)]
msvcrt: Fix exponents in *printf family.
Gerald Pfeifer [Sun, 13 Jul 2008 11:49:22 +0000 (13:49 +0200)]
ntdll/tests: Use NTSTATUS instead of DWORD for status variables.
Gerald Pfeifer [Sun, 13 Jul 2008 11:15:36 +0000 (13:15 +0200)]
comctl32: rebar: Simplify by shedding off unused parameters.
James Hawkins [Wed, 16 Jul 2008 15:57:44 +0000 (10:57 -0500)]
fusion: Handle DWORD-sized string indices when loading the assembly name.
James Hawkins [Wed, 16 Jul 2008 15:55:21 +0000 (10:55 -0500)]
fusion: Add handling for alternate-sized table indices in the metadata.
James Hawkins [Wed, 16 Jul 2008 15:54:28 +0000 (10:54 -0500)]
fusion: Add the CorTokenType and use those constants in the assembly code.
James Hawkins [Wed, 16 Jul 2008 15:51:54 +0000 (10:51 -0500)]
fusion: The VersionLength member is not constant, so dynamically load the metadata header.
James Hawkins [Wed, 16 Jul 2008 15:51:06 +0000 (10:51 -0500)]
fusion: Load the table row numbers before calculating the table offsets.
James Hawkins [Wed, 16 Jul 2008 15:49:24 +0000 (10:49 -0500)]
fusion: Allow parsing the blob stream without a #.
Detlef Riekenberg [Wed, 16 Jul 2008 16:33:12 +0000 (18:33 +0200)]
winetest: Run tests again on Win9x.
Zhangrong Huang [Wed, 16 Jul 2008 15:41:14 +0000 (23:41 +0800)]
msxml3: Add support for accessing CDATASection node.
Zhangrong Huang [Wed, 16 Jul 2008 12:13:18 +0000 (20:13 +0800)]
msxml3: Add support for accessing document node.