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.
Aric Stewart [Wed, 6 Apr 2011 18:36:13 +0000 (13:36 -0500)]
wineqtdecoder: Optimizations for audio extraction.
Vincent Povirk [Tue, 5 Apr 2011 19:41:45 +0000 (14:41 -0500)]
windowscodecs: Implement TiffFrameDecode_WriteSource.
Vincent Povirk [Tue, 5 Apr 2011 20:55:16 +0000 (15:55 -0500)]
windowscodecs: Implement TiffFrameEncode_WritePixels.
Vincent Povirk [Tue, 5 Apr 2011 19:37:05 +0000 (14:37 -0500)]
windowscodecs: Implement TiffFrameEncode_SetResolution.
Vincent Povirk [Tue, 5 Apr 2011 17:15:42 +0000 (12:15 -0500)]
windowscodecs: Implement TiffFrameEncode_SetSize.
Vincent Povirk [Tue, 5 Apr 2011 17:09:25 +0000 (12:09 -0500)]
windowscodecs: Implement TiffFrameEncode_SetPixelFormat.
Henri Verbeet [Wed, 6 Apr 2011 17:17:53 +0000 (19:17 +0200)]
wined3d: Rename "NumberOfSwapChains" to "swapchain_count".
Henri Verbeet [Wed, 6 Apr 2011 17:17:52 +0000 (19:17 +0200)]
wined3d: Rename "NumberOfPalettes" to "palette_count".
Henri Verbeet [Wed, 6 Apr 2011 17:17:51 +0000 (19:17 +0200)]
wined3d: Don't unregister windows with the wrong window proc on unload either.
This is the same issue as
7a354177b38c9451c938389576890a14d5c543fa, just on
wined3d unload this time.
Henri Verbeet [Wed, 6 Apr 2011 17:17:50 +0000 (19:17 +0200)]
d3d9/tests: Add a depth blit test.
Henri Verbeet [Wed, 6 Apr 2011 17:17:49 +0000 (19:17 +0200)]
wined3d: Add support for depth blits to the blitter.
Jacek Caban [Wed, 6 Apr 2011 16:37:55 +0000 (18:37 +0200)]
wininet: Check NETCON_connected in netconn_end_of_data.
Alexandre Julliard [Wed, 6 Apr 2011 19:07:04 +0000 (21:07 +0200)]
server: Don't queue a hardware WM_MOUSEMOVE if the position hasn't changed.
Alexandre Julliard [Wed, 6 Apr 2011 18:36:36 +0000 (20:36 +0200)]
server: Warp the mouse inside the clipping rectangle when it's set.
Alexandre Julliard [Wed, 6 Apr 2011 18:29:38 +0000 (20:29 +0200)]
server: Queue a WM_MOUSEMOVE message when the cursor position is explicitly changed.
Alexandre Julliard [Wed, 6 Apr 2011 18:00:40 +0000 (20:00 +0200)]
server: Fix a memory leak.
Dmitry Timoshkov [Wed, 6 Apr 2011 11:24:57 +0000 (20:24 +0900)]
user32: Add a test for activating a menu consisting from a single menu item using a hot key.
Austin English [Tue, 5 Apr 2011 19:47:46 +0000 (12:47 -0700)]
msvcp100: Add stub dll.
Alexandre Julliard [Wed, 6 Apr 2011 11:26:42 +0000 (13:26 +0200)]
winex11: Simplify the event handler lookup, and support names in debug traces for extension events.
Alexandre Julliard [Wed, 6 Apr 2011 10:35:11 +0000 (12:35 +0200)]
winex11: Update the cursor on the clip window when the pointer grab starts.
Alexandre Julliard [Wed, 6 Apr 2011 10:35:01 +0000 (12:35 +0200)]
user32: Avoid accessing the dialog info of a destroyed window.
Jacek Caban [Tue, 5 Apr 2011 18:27:20 +0000 (20:27 +0200)]
urlmon: Use dedicated data.php URL for testing regular http binding.
Aric Stewart [Tue, 5 Apr 2011 17:56:02 +0000 (12:56 -0500)]
wineqtdecoder: Add processing for audio in the movie.
Aric Stewart [Tue, 5 Apr 2011 17:56:00 +0000 (12:56 -0500)]
wineqtdecoder: Work to add a QuickTime video Splitter.
Aric Stewart [Tue, 5 Apr 2011 17:55:58 +0000 (12:55 -0500)]
wineqtdecoder: Add 64-bit functions to datahandler.
Aric Stewart [Tue, 5 Apr 2011 17:55:55 +0000 (12:55 -0500)]
wineqtdecoder: Implement a Wine specific Data Handler.
Aric Stewart [Tue, 5 Apr 2011 17:55:53 +0000 (12:55 -0500)]
wineqtdecoder: Move pixel buffer access to utility module.
Aric Stewart [Tue, 5 Apr 2011 17:55:50 +0000 (12:55 -0500)]
strmbase: Add OutputQueue_EOS implementation.
Aric Stewart [Tue, 5 Apr 2011 17:55:47 +0000 (12:55 -0500)]
strmbase: Create OutputQueue for queuing outgoing samples.
Hans Leidekker [Wed, 6 Apr 2011 07:52:16 +0000 (09:52 +0200)]
msi: More Wow64 fixes.
Vincent Povirk [Tue, 29 Mar 2011 21:30:59 +0000 (16:30 -0500)]
windowscodecs: Implement TiffFrameEncode_Initialize.
Vincent Povirk [Tue, 29 Mar 2011 21:24:19 +0000 (16:24 -0500)]
windowscodecs: Implement TiffEncoder_CreateNewFrame.
Vincent Povirk [Tue, 29 Mar 2011 20:04:26 +0000 (15:04 -0500)]
windowscodecs: Implement TiffEncoder_Initialize.
Vincent Povirk [Tue, 29 Mar 2011 19:56:30 +0000 (14:56 -0500)]
windowscodecs: Add stub TIFF encoder.
Vincent Povirk [Tue, 5 Apr 2011 21:42:44 +0000 (16:42 -0500)]
windowscodecs: Implement TiffDecoder_GetResolution.
Piotr Caban [Tue, 5 Apr 2011 21:47:22 +0000 (23:47 +0200)]
msvcrt: Added wctob implementation.
Henri Verbeet [Tue, 5 Apr 2011 17:01:32 +0000 (19:01 +0200)]
wined3d: Remove COM from the rendertarget view implementation.
Henri Verbeet [Tue, 5 Apr 2011 17:01:31 +0000 (19:01 +0200)]
wined3d: Add depth fills to the blitter interface.
Henri Verbeet [Tue, 5 Apr 2011 17:01:30 +0000 (19:01 +0200)]
wined3d: Allow depth and stencil clears on surfaces other than the current depth / stencil buffer.
Henri Verbeet [Tue, 5 Apr 2011 17:01:29 +0000 (19:01 +0200)]
wined3d: Introduce a separate function for depth fills.
Henri Verbeet [Tue, 5 Apr 2011 17:01:28 +0000 (19:01 +0200)]
wined3d: Make "blit_operation" naming a bit more consistent.
Piotr Caban [Tue, 5 Apr 2011 15:07:31 +0000 (17:07 +0200)]
msvcr90: Added _CRT_RTC_INIT and _CRT_RTC_INITW implementation.
Piotr Caban [Tue, 5 Apr 2011 15:07:17 +0000 (17:07 +0200)]
msvcrt: Added _snwscanf implementation.
Piotr Caban [Tue, 5 Apr 2011 15:06:58 +0000 (17:06 +0200)]
msvcrt: Added _snscanf implementation.
Piotr Caban [Tue, 5 Apr 2011 15:06:45 +0000 (17:06 +0200)]
msvcrt: Added _wassert implementation.
Huw Davies [Tue, 5 Apr 2011 13:23:49 +0000 (14:23 +0100)]
gdi32/tests: Start of a framework for writing dib driver tests.
Michael Stefaniuc [Tue, 5 Apr 2011 14:18:38 +0000 (16:18 +0200)]
wininet: Move "inline" right after the storage specifier.
Joris Huizer [Tue, 5 Apr 2011 14:01:04 +0000 (16:01 +0200)]
dxdiagn: Plug memory leak.
André Hentschel [Fri, 1 Apr 2011 16:51:59 +0000 (18:51 +0200)]
uxtheme/tests: Remove unneeded comment.