Francois Gouget [Tue, 12 Apr 2011 08:57:30 +0000 (10:57 +0200)]
programs: Standardize the About menus.
Michael Stefaniuc [Tue, 12 Apr 2011 02:17:09 +0000 (04:17 +0200)]
d3d9: COM cleanup for the IDirect3DCubeTexture9 iface.
Michael Stefaniuc [Tue, 12 Apr 2011 02:10:34 +0000 (04:10 +0200)]
d3d9: COM cleanup for the IDirect3DStateBlock9 iface.
Michael Stefaniuc [Tue, 12 Apr 2011 02:04:02 +0000 (04:04 +0200)]
d3d9: COM cleanup for the IDirect3DQuery9 iface.
Rico Schüller [Mon, 11 Apr 2011 19:20:39 +0000 (21:20 +0200)]
d3dx9: Parse value data.
Rico Schüller [Mon, 11 Apr 2011 19:20:37 +0000 (21:20 +0200)]
d3dx9: Parse name and semantics.
Rico Schüller [Mon, 11 Apr 2011 19:20:34 +0000 (21:20 +0200)]
d3dx9: Parse effect type D3DXPC_STRUCT.
Rico Schüller [Mon, 11 Apr 2011 19:20:26 +0000 (21:20 +0200)]
d3dx9: Parse effect parameter type definition.
Eric Pouech [Mon, 11 Apr 2011 18:47:19 +0000 (20:47 +0200)]
dbghelp: Extended CPU structure by adding a default register number for frame.
Eric Pouech [Mon, 11 Apr 2011 18:47:05 +0000 (20:47 +0200)]
dbghelp: Force void type in const declaration, when subtype cannot be found.
Eric Pouech [Mon, 11 Apr 2011 18:47:13 +0000 (20:47 +0200)]
dbghelp: For codeview/bprel symbols force the register to be EBP, other CPUs should use regrel symbol instead of bprel.
Aurimas Fišeras [Mon, 11 Apr 2011 18:43:41 +0000 (21:43 +0300)]
po: Update Lithuanian translation.
Henri Verbeet [Mon, 11 Apr 2011 18:55:17 +0000 (20:55 +0200)]
d3d9: Get rid of the implicit swapchain refcounting hacks.
Henri Verbeet [Mon, 11 Apr 2011 18:55:16 +0000 (20:55 +0200)]
d3d8: Get rid of the implicit swapchain refcounting hacks.
Henri Verbeet [Mon, 11 Apr 2011 18:55:15 +0000 (20:55 +0200)]
wined3d: Flush after accessing the front buffer in flush_to_framebuffer_drawpixels().
Henri Verbeet [Mon, 11 Apr 2011 18:55:14 +0000 (20:55 +0200)]
wined3d: Flush after accessing the front buffer in surface_blt_fbo().
Henri Verbeet [Mon, 11 Apr 2011 18:55:13 +0000 (20:55 +0200)]
wined3d: Depth-only clears are done offscreen.
This fixes a regression introduced by commit
99bfd817141ca32f9c50e539aa4d0dcbfded24b7.
Vincent Povirk [Tue, 29 Mar 2011 20:55:36 +0000 (15:55 -0500)]
windowscodecs: Add test for multi-frame TIFF encoding.
Vincent Povirk [Tue, 29 Mar 2011 19:56:21 +0000 (14:56 -0500)]
windowscodecs: Add test for TIFF encoder.
Vincent Povirk [Tue, 5 Apr 2011 21:48:55 +0000 (16:48 -0500)]
gdiplus: Add support for encoding TIFF images.
Vincent Povirk [Tue, 5 Apr 2011 21:27:28 +0000 (16:27 -0500)]
windowscodecs: Implement TiffEncoder_Commit.
Vincent Povirk [Tue, 5 Apr 2011 21:06:54 +0000 (16:06 -0500)]
windowscodecs: Implement TiffFrameEncode_Commit.
Christian Inci [Sat, 9 Apr 2011 19:34:47 +0000 (21:34 +0200)]
crypt32: Fix a string test.
Michael Curran [Sun, 10 Apr 2011 20:31:45 +0000 (16:31 -0400)]
d3dxof: Changed is_string function to accept spaces.
Michael Curran [Sun, 10 Apr 2011 20:30:40 +0000 (16:30 -0400)]
d3dxof: Adjusted to allow for parsing of optional template elements.
Thomas Mullaly [Sat, 9 Apr 2011 15:59:35 +0000 (11:59 -0400)]
urlmon: Added basic implementation for CoInternet{Is/Set}FeatureEnabled.
Thomas Mullaly [Thu, 7 Apr 2011 16:35:28 +0000 (12:35 -0400)]
urlmon/tests: Added FeatureControl registry key tests.
Thomas Mullaly [Fri, 8 Apr 2011 21:03:38 +0000 (17:03 -0400)]
urlmon: Added FeatureControl registry keys.
Thomas Mullaly [Wed, 6 Apr 2011 23:37:19 +0000 (19:37 -0400)]
urlmon/tests: Added tests for CoInternetSetFeatureEnabled.
Thomas Mullaly [Wed, 6 Apr 2011 03:30:53 +0000 (23:30 -0400)]
urlmon/tests: Added tests for CoInternetIsFeatureEnabled.
Thomas Mullaly [Wed, 6 Apr 2011 03:09:18 +0000 (23:09 -0400)]
include: Updated INTERNETFEATURELIST enum and flags.
Jörg Höhle [Tue, 8 Mar 2011 08:28:58 +0000 (09:28 +0100)]
winmm: Audio drivers unconditionally invoke DriverCallback.
Jörg Höhle [Mon, 11 Apr 2011 12:57:30 +0000 (14:57 +0200)]
winmm: DriverCallback returns TRUE iff there is notification.
Jörg Höhle [Tue, 29 Mar 2011 18:51:15 +0000 (20:51 +0200)]
winmm: Trace DriverCallback once upon entry.
Alexandre Julliard [Mon, 11 Apr 2011 11:45:23 +0000 (13:45 +0200)]
gdi32: Fix a compiler warning on 64-bit.
Huw Davies [Mon, 11 Apr 2011 09:11:10 +0000 (10:11 +0100)]
gdi32/tests: Add PatBlt tests.
Huw Davies [Mon, 11 Apr 2011 09:07:12 +0000 (10:07 +0100)]
gdi32: Implement PatBlt.
Huw Davies [Mon, 11 Apr 2011 09:00:28 +0000 (10:00 +0100)]
gdi32: Implement SelectBrush for solid brushes.
Austin English [Sun, 10 Apr 2011 20:41:04 +0000 (15:41 -0500)]
windowscodecs: Only declare jpeg debug channel if jpeg is supported.
Igor Paliychuk [Sat, 9 Apr 2011 12:45:00 +0000 (15:45 +0300)]
po: Update Ukrainian translation.
Hwang YunSong [Sat, 9 Apr 2011 02:45:54 +0000 (11:45 +0900)]
po: Update Korean translation.
Austin English [Fri, 8 Apr 2011 18:03:47 +0000 (18:03 +0000)]
vcomp: Add stub dll.
Gerald Pfeifer [Sun, 10 Apr 2011 18:38:52 +0000 (20:38 +0200)]
configure: Add compiler warning -Wunused-but-set-parameter.
Michael Stefaniuc [Sun, 10 Apr 2011 20:20:18 +0000 (22:20 +0200)]
d3d9: COM cleanup for the IDirect3D9Ex iface.
Michael Stefaniuc [Sun, 10 Apr 2011 19:44:44 +0000 (21:44 +0200)]
riched20: COM cleanup for the ITextServices iface.
Michael Stefaniuc [Sun, 10 Apr 2011 19:42:53 +0000 (21:42 +0200)]
riched20: COM cleanup for the ITextHost iface.
Dmitry Timoshkov [Mon, 11 Apr 2011 04:44:53 +0000 (13:44 +0900)]
user32: Use symbolic names for values returned by WM_MENUCHAR handler.
Francois Gouget [Sun, 10 Apr 2011 16:46:13 +0000 (18:46 +0200)]
mmdevapi: Reorder a couple of functions to avoid forward declarations and make MMDevice_SetPropValue() static.
Francois Gouget [Sun, 10 Apr 2011 16:46:08 +0000 (18:46 +0200)]
mshtml: Make HTMLFiltersCollection_Create() static.
Francois Gouget [Sun, 10 Apr 2011 16:45:11 +0000 (18:45 +0200)]
d3dx9_36: Make get_parameter_{handle,struct}() static.
Francois Gouget [Sun, 10 Apr 2011 16:45:06 +0000 (18:45 +0200)]
progman: Fix the Alt+Enter accelerator so it shows the selected element attributes.
Nikolay Sivov [Sat, 9 Apr 2011 15:46:59 +0000 (19:46 +0400)]
comctl32/tab: Use dpa to store item data.
Nikolay Sivov [Sat, 9 Apr 2011 15:39:45 +0000 (19:39 +0400)]
comctl32/tab: Fix invalid read of item data.
André Hentschel [Sat, 9 Apr 2011 18:46:55 +0000 (20:46 +0200)]
winedbg: Implement get_addr on sparc.
Henri Verbeet [Fri, 8 Apr 2011 18:22:52 +0000 (20:22 +0200)]
wined3d: Check FBO completeness after the read / draw buffers are specified.
Unless the driver implements ARB_ES2_compatibility / GL4.1, FBO completeness
depends on what read / draw buffers are set.
Henri Verbeet [Fri, 8 Apr 2011 18:22:51 +0000 (20:22 +0200)]
wined3d: Set the read buffer to GL_NONE for draws and clears on an FBO.
For the benefit of depth-only draws and clears, that would otherwise fail FBO
completeness, unless the driver supports ARB_ES2_compatibility.
Henri Verbeet [Fri, 8 Apr 2011 18:22:50 +0000 (20:22 +0200)]
wined3d: Only set draw buffers that are explicitly specified in context_apply_draw_buffers().
Anything that isn't explicitly specified is set to GL_NONE by
glDrawBuffersARB().
Henri Verbeet [Fri, 8 Apr 2011 18:22:49 +0000 (20:22 +0200)]
wined3d: Explicitly handle 0 rt_count right at the start of context_apply_draw_buffers().
It's trivial, and allows the rest of the code to assume at least 1 render
target is present.
Dmitry Timoshkov [Tue, 5 Apr 2011 09:31:27 +0000 (18:31 +0900)]
winex11: Move the SendMessage(WM_SYSCOMMAND, SC_MAXIMIZE/SC_RESTORE) call after the window extents check.
Jacek Caban [Fri, 8 Apr 2011 12:17:45 +0000 (14:17 +0200)]
kernel32: Moved GetProcessImageFileName implementation from psapi to kernel32.
Maarten Lankhorst [Fri, 8 Apr 2011 12:11:34 +0000 (14:11 +0200)]
dsound: COM cleanup property sets.
Henri Verbeet [Thu, 7 Apr 2011 16:46:01 +0000 (18:46 +0200)]
wined3d: Don't free D3D swapchains until the wined3d swapchain is destroyed.
This will allow us the get rid of the swapchain refcounting hacks in d3d9 in
particular. This is similar to the way we handle resources that are still in
use by a stateblock, but aren't referenced anywhere by the application.
Henri Verbeet [Thu, 7 Apr 2011 16:46:00 +0000 (18:46 +0200)]
wined3d: Merge the IWineD3DSwapChain::Destroy() implementations.
They're mostly the same, except for the GL version also destroying its
contexts, and being a bit more careful about the order in which backbuffers
are destroyed.
Henri Verbeet [Fri, 8 Apr 2011 12:30:59 +0000 (14:30 +0200)]
wined3d: Only create a swapchain context array for GL swapchains.
Lying about the number of contexts a swapchain has isn't very useful.
Jacek Caban [Fri, 8 Apr 2011 11:04:14 +0000 (13:04 +0200)]
mshtml: Reimplement nsIURI::SetHost on top of IUriBuilder.
Dmitry Timoshkov [Fri, 8 Apr 2011 11:49:15 +0000 (20:49 +0900)]
user32: Use symbolic names for values returned by WM_MENUCHAR handler.
Alexandre Julliard [Fri, 8 Apr 2011 10:38:32 +0000 (12:38 +0200)]
gdi32: Avoid reading bits outside of the glyph bitmap in GetGlyphOutline.
Jacek Caban [Fri, 8 Apr 2011 09:59:43 +0000 (11:59 +0200)]
shdocvw: Make tests stricter and fix GetUrl problem found by the change.
Jacek Caban [Fri, 8 Apr 2011 09:58:32 +0000 (11:58 +0200)]
shdocvw: Clean tests skipping.
Jacek Caban [Fri, 8 Apr 2011 09:58:00 +0000 (11:58 +0200)]
shdocvw: intshcut.c COM clean up.
Jacek Caban [Fri, 8 Apr 2011 09:57:40 +0000 (11:57 +0200)]
shdocvw: Register .url extension.
Jacek Caban [Fri, 8 Apr 2011 09:57:24 +0000 (11:57 +0200)]
shdocvw: Moved more registration to .rgs file.
Francois Gouget [Fri, 8 Apr 2011 10:03:25 +0000 (12:03 +0200)]
winhlp32: Add support for accelerators in general and F1 in particular.
Francois Gouget [Fri, 8 Apr 2011 10:03:39 +0000 (12:03 +0200)]
shell32: Fix the *CPLINFO* lData field type.
Francois Gouget [Fri, 8 Apr 2011 10:01:43 +0000 (12:01 +0200)]
taskmgr: Implement the Help menu.
Francois Gouget [Fri, 8 Apr 2011 10:00:44 +0000 (12:00 +0200)]
progman: Fix accelerator support.
Francois Gouget [Fri, 8 Apr 2011 09:59:58 +0000 (11:59 +0200)]
cmdlgtst: Use the human readable application name in the window title.
Francois Gouget [Fri, 8 Apr 2011 09:59:09 +0000 (11:59 +0200)]
programs: NOINVERT is an obsolete flag so remove it.
Francois Gouget [Fri, 8 Apr 2011 09:57:19 +0000 (11:57 +0200)]
msxml3/tests: Fix variable initializations to conform to C89.
Maarten Lankhorst [Thu, 7 Apr 2011 20:58:31 +0000 (22:58 +0200)]
include: Add missing defines to mddk.h.
Nikolay Sivov [Fri, 8 Apr 2011 09:31:33 +0000 (13:31 +0400)]
ole32: Handle null argument in OleIsRunning().
Henri Verbeet [Thu, 7 Apr 2011 16:45:59 +0000 (18:45 +0200)]
wined3d: Merge swapchain_base.c into swapchain.c.
Henri Verbeet [Thu, 7 Apr 2011 16:45:58 +0000 (18:45 +0200)]
wined3d: Merge swapchain_gdi.c into swapchain.c.
Henri Verbeet [Thu, 7 Apr 2011 16:45:57 +0000 (18:45 +0200)]
wined3d: Don't use IWineD3DDeviceImpl_GetSwapChain() in IWineD3DDeviceImpl_Present().
It adds COM overhead and validation of the swapchain index, but we already
know the index is valid.
Juan Lang [Thu, 7 Apr 2011 15:05:36 +0000 (08:05 -0700)]
wininet: Honor security flags specified when opening a connection.
Jacek Caban [Thu, 7 Apr 2011 13:46:01 +0000 (15:46 +0200)]
urlmon: Use winetest data.php URLs for regular http binding tests.
Huw Davies [Thu, 7 Apr 2011 12:50:01 +0000 (13:50 +0100)]
gdi32/tests: Add horizontal and vertical solid line tests.
Huw Davies [Thu, 7 Apr 2011 12:49:33 +0000 (13:49 +0100)]
gdi32: Draw single pixel wide, horizontal or vertical lines with the dib driver.
Huw Davies [Thu, 7 Apr 2011 12:48:39 +0000 (13:48 +0100)]
gdi32: Calculate AND and XOR masks corresponding to the current pen colour and rop2.
Huw Davies [Thu, 7 Apr 2011 12:47:59 +0000 (13:47 +0100)]
gdi32: Add support for DC pens.
Huw Davies [Thu, 7 Apr 2011 12:47:18 +0000 (13:47 +0100)]
gdi32: Add the ability to track whether we should defer to the graphics driver.
Huw Davies [Thu, 7 Apr 2011 12:46:33 +0000 (13:46 +0100)]
gdi32: Initial SelectPen support.
Huw Davies [Thu, 7 Apr 2011 12:46:11 +0000 (13:46 +0100)]
gdi32: Add a solid_rects primitive.
Rico Schüller [Thu, 7 Apr 2011 09:06:56 +0000 (11:06 +0200)]
d3dx9: Start effect parameter parsing.
Rico Schüller [Thu, 7 Apr 2011 09:06:48 +0000 (11:06 +0200)]
d3dx9: Fix return values.
Vincent Povirk [Wed, 6 Apr 2011 21:54:53 +0000 (16:54 -0500)]
gdiplus: Validate MatrixOrder in matrix functions.
Dmitry Timoshkov [Thu, 7 Apr 2011 06:01:40 +0000 (15:01 +0900)]
kernel32: Constify some data.
Piotr Caban [Wed, 6 Apr 2011 21:06:58 +0000 (23:06 +0200)]
msvcp100: Fix spec file.
Philipp Middendorf [Wed, 6 Apr 2011 16:06:57 +0000 (18:06 +0200)]
dsound: Handle 8 channel audio input.
Aric Stewart [Wed, 6 Apr 2011 18:36:24 +0000 (13:36 -0500)]
wineqtdecoder: Tweak required for processing MPEG streams.