Marcus Meissner [Mon, 16 Apr 2012 06:53:47 +0000 (08:53 +0200)]
strmbase: Use correct *ppv (Coverity).
Michael Stefaniuc [Sun, 15 Apr 2012 20:02:17 +0000 (22:02 +0200)]
riched20/tests: Don't cast NULL to an integer.
Michael Stefaniuc [Sun, 15 Apr 2012 19:58:50 +0000 (21:58 +0200)]
ntdll/tests: Avoid casting zero.
Michael Stefaniuc [Sun, 15 Apr 2012 19:57:27 +0000 (21:57 +0200)]
gdi32/tests: Fix typo (comparison with itself).
Michael Stefaniuc [Sun, 15 Apr 2012 19:50:42 +0000 (21:50 +0200)]
oleaut32/tests: Compare the correct variants.
Henri Verbeet [Sun, 15 Apr 2012 16:57:15 +0000 (18:57 +0200)]
ddraw/tests: Add a helper function to create a material.
Henri Verbeet [Sun, 15 Apr 2012 16:57:14 +0000 (18:57 +0200)]
wined3d: device_clear_render_targets() never fails.
Henri Verbeet [Sun, 15 Apr 2012 16:57:13 +0000 (18:57 +0200)]
wined3d: Move the present() back buffer check to the common wined3d_swapchain_present() code.
Henri Verbeet [Sun, 15 Apr 2012 16:57:12 +0000 (18:57 +0200)]
d3d10: COM cleanup for the ID3D10EffectVariable interface.
Henri Verbeet [Sun, 15 Apr 2012 16:57:11 +0000 (18:57 +0200)]
d3d10core: COM cleanup for the ID3D10Buffer interface.
Nikolay Sivov [Sun, 15 Apr 2012 09:47:30 +0000 (13:47 +0400)]
msxml3: Use expected/actual sequence concept for reader tests including attributes tests.
Michael Stefaniuc [Sun, 15 Apr 2012 14:36:41 +0000 (16:36 +0200)]
strmbase: Remove break after return (Smatch).
Michael Stefaniuc [Sun, 15 Apr 2012 14:31:57 +0000 (16:31 +0200)]
mmdevapi: Remove superfluous NULL pointer check before HeapFree (Smatch).
Michael Stefaniuc [Sun, 15 Apr 2012 14:26:22 +0000 (16:26 +0200)]
d3drm: Remove leftover return statement (Smatch).
Akihiro Sagawa [Fri, 13 Apr 2012 13:45:22 +0000 (22:45 +0900)]
comctl32: Truncate the info tip text when using ANSI version messages.
Akihiro Sagawa [Fri, 13 Apr 2012 13:45:20 +0000 (22:45 +0900)]
comctl32/tests: Add tests for long info tip texts.
Christian Costa [Fri, 13 Apr 2012 17:23:31 +0000 (19:23 +0200)]
winegstreamer: Remove useless FIXME.
Alexandre Julliard [Fri, 13 Apr 2012 18:15:32 +0000 (20:15 +0200)]
Release 1.5.2.
Jacek Caban [Fri, 13 Apr 2012 15:40:40 +0000 (17:40 +0200)]
vbscript: Short if statement may have optional 'end if'.
Piotr Caban [Fri, 13 Apr 2012 15:17:39 +0000 (17:17 +0200)]
wininet: Store correct urlcache file size.
Carlo Bramini [Mon, 9 Apr 2012 21:55:53 +0000 (23:55 +0200)]
shlwapi: Don't remove nonexistent extension in PathRemoveExtension.
André Hentschel [Thu, 12 Apr 2012 21:36:56 +0000 (23:36 +0200)]
winedbg: Add partial Thumb disassembler.
Alexander Morozov [Thu, 12 Apr 2012 16:14:14 +0000 (20:14 +0400)]
kernel32/tests: Add a test for creating named mapping after closing without unmapping.
Piotr Caban [Fri, 13 Apr 2012 14:03:56 +0000 (16:03 +0200)]
msvcrt: Fix months and weekday names in C locale.
Dmitry Timoshkov [Fri, 13 Apr 2012 08:56:36 +0000 (17:56 +0900)]
gdi32: Add large fonts support for MS Sans Serif.
Dmitry Timoshkov [Fri, 13 Apr 2012 08:56:29 +0000 (17:56 +0900)]
fonts: Generate large pixel size versions of MS Sans Serif.
Huw Davies [Fri, 13 Apr 2012 11:57:48 +0000 (12:57 +0100)]
wineps: Move ppd filename retrieval to a separate function.
Huw Davies [Fri, 13 Apr 2012 11:57:47 +0000 (12:57 +0100)]
wineps: Add the duplex entry to the list.
Jacek Caban [Fri, 13 Apr 2012 10:20:25 +0000 (12:20 +0200)]
mshtml: Use return_nsstr helper in more functions.
Jacek Caban [Fri, 13 Apr 2012 10:02:31 +0000 (12:02 +0200)]
mshtml: Use return_nsstr helper in HTMLElement object implementation.
Jacek Caban [Fri, 13 Apr 2012 10:02:11 +0000 (12:02 +0200)]
mshtml: Use return_nsstr helper in IHTMLBodyElement::get_background implementation.
Jacek Caban [Fri, 13 Apr 2012 10:00:55 +0000 (12:00 +0200)]
mshtml: Improved helper for returning color as VARIANT in HTMLBodyElement implementation.
Alexandre Julliard [Fri, 13 Apr 2012 11:42:58 +0000 (13:42 +0200)]
gdi32/tests: Add test cases for wide pen bounding rectangles.
Alexandre Julliard [Fri, 13 Apr 2012 11:41:16 +0000 (13:41 +0200)]
gdi32: Avoid redundant computation of the gradient bounding rectangle.
Alexandre Julliard [Fri, 13 Apr 2012 11:39:06 +0000 (13:39 +0200)]
gdi32: Map all the points at once in PolyPolyline, similarly to what PolyPolygon does.
Alexandre Julliard [Fri, 13 Apr 2012 11:36:23 +0000 (13:36 +0200)]
gdi32: Move the pen/brush_region helpers to graphics.c and avoid redundant clipping.
Henri Verbeet [Thu, 12 Apr 2012 20:49:06 +0000 (22:49 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXBaseEffectImpl_QueryInterface().
Henri Verbeet [Thu, 12 Apr 2012 20:49:05 +0000 (22:49 +0200)]
include: Fix a couple of ID3DXSaveUserData prototypes.
Henri Verbeet [Thu, 12 Apr 2012 20:49:04 +0000 (22:49 +0200)]
wined3d: Unify the wined3d_mapped_rect and wined3d_mapped_box structures.
Henri Verbeet [Thu, 12 Apr 2012 20:49:03 +0000 (22:49 +0200)]
d3d9: COM cleanup for the IDirect3DVertexDeclaration9 interface.
Henri Verbeet [Thu, 12 Apr 2012 20:49:02 +0000 (22:49 +0200)]
d3d9: Use the wined3d declaration to retrieve the FVF in IDirect3DDevice9Impl_GetFVF().
Akihiro Sagawa [Wed, 11 Apr 2012 15:42:55 +0000 (00:42 +0900)]
comctl32: Add support for retrieving lpszText in TOOLINFO structure.
Aric Stewart [Wed, 11 Apr 2012 19:07:18 +0000 (14:07 -0500)]
wineqtdecoder: Call OutputQueue_Destroy during pin disconnect.
Piotr Caban [Thu, 12 Apr 2012 14:19:31 +0000 (16:19 +0200)]
msvcrt: Added support for _TRUNCATE flag in wcsncpy_s.
Ilya Basin [Thu, 12 Apr 2012 14:10:59 +0000 (18:10 +0400)]
regedit: Fix buffer size when exporting binary values.
Huw Davies [Thu, 12 Apr 2012 12:03:13 +0000 (13:03 +0100)]
wineps: Move the default resolution fallback to the ppd parser.
Huw Davies [Thu, 12 Apr 2012 12:03:12 +0000 (13:03 +0100)]
wineps: Simplify the failure path.
Huw Davies [Thu, 12 Apr 2012 12:03:11 +0000 (13:03 +0100)]
wineps: Pass the devmode to OpenPrinter.
Huw Davies [Thu, 12 Apr 2012 12:03:10 +0000 (13:03 +0100)]
wineps: Switch to using a Unicode devmode.
Huw Davies [Thu, 12 Apr 2012 12:03:09 +0000 (13:03 +0100)]
wineps: Return from a common point.
Vincent Povirk [Fri, 10 Jun 2011 20:46:44 +0000 (15:46 -0500)]
windowscodecs: Implement JpegEncoder_Frame_SetSize.
Vincent Povirk [Fri, 10 Jun 2011 20:33:09 +0000 (15:33 -0500)]
windowscodecs: Implement JpegEncoder_Frame_Initialize.
Vincent Povirk [Fri, 10 Jun 2011 20:29:01 +0000 (15:29 -0500)]
windowscodecs: Implement JpegEncoder_CreateNewFrame.
Vincent Povirk [Fri, 10 Jun 2011 20:10:49 +0000 (15:10 -0500)]
windowscodecs: Implement JpegEncoder_Initialize.
Vincent Povirk [Fri, 10 Jun 2011 19:17:17 +0000 (14:17 -0500)]
windowscodecs: Add stub JPEG encoder.
Henri Verbeet [Wed, 11 Apr 2012 20:52:06 +0000 (22:52 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXEffectImpl_QueryInterface().
Henri Verbeet [Wed, 11 Apr 2012 20:52:05 +0000 (22:52 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXEffectCompilerImpl_QueryInterface().
Henri Verbeet [Wed, 11 Apr 2012 20:52:04 +0000 (22:52 +0200)]
ddraw: Get rid of IDirect3DVertexBufferImpl.
Henri Verbeet [Wed, 11 Apr 2012 20:52:03 +0000 (22:52 +0200)]
d3d9: Store wined3d vertex declarations in the fvf lookup table.
This also implicitly gets rid of the convFVF hack in
IDirect3DVertexDeclaration9Impl_Release().
Henri Verbeet [Wed, 11 Apr 2012 20:52:02 +0000 (22:52 +0200)]
d3d9: Introduce a separate function for vertex declaration creation.
André Hentschel [Wed, 11 Apr 2012 18:28:30 +0000 (20:28 +0200)]
winedbg: Add partial ARM disassembler.
Bruno Jesus [Wed, 11 Apr 2012 02:25:56 +0000 (23:25 -0300)]
ws2_32/tests: Avoid crashing if getservbyname fails.
Bruno Jesus [Wed, 11 Apr 2012 02:13:31 +0000 (23:13 -0300)]
ws2_32/tests: Update hostent struct tests.
Christian Costa [Tue, 10 Apr 2012 20:30:45 +0000 (22:30 +0200)]
dmusic: Add trace to DMUSIC_CreateReferenceClockImpl and rename some variables.
Christian Costa [Tue, 10 Apr 2012 20:30:38 +0000 (22:30 +0200)]
dmusic: Check wrong params when creating a port + tests.
Christian Costa [Tue, 10 Apr 2012 20:30:29 +0000 (22:30 +0200)]
dmusic: Add dump function for DMUS_PORTPARAMS struct.
Christian Costa [Tue, 10 Apr 2012 20:30:21 +0000 (22:30 +0200)]
dmusic: Replace debugstr_DMUS_OBJECTDESC by a specific dump function to avoid debug buffer overflow.
Christian Costa [Tue, 10 Apr 2012 20:04:30 +0000 (22:04 +0200)]
kernel32: Limit dwTotalPageFile in GlobalMemoryStatus to 4Gb minus 512kb for apps that do not expect so much memory.
Piotr Caban [Wed, 11 Apr 2012 13:22:44 +0000 (15:22 +0200)]
msvcrt/tests: Added more strftime tests.
Piotr Caban [Wed, 11 Apr 2012 13:22:25 +0000 (15:22 +0200)]
msvcrt: Added _Strftime implementation.
Piotr Caban [Wed, 11 Apr 2012 13:22:12 +0000 (15:22 +0200)]
msvcrt: Added field names to MSVCRT___lc_time_data structure.
Piotr Caban [Wed, 11 Apr 2012 13:22:02 +0000 (15:22 +0200)]
msvcrt: Set correct date and time format for C locale.
Piotr Caban [Wed, 11 Apr 2012 13:21:48 +0000 (15:21 +0200)]
msvcrt: Rewrite wasctime function.
Piotr Caban [Wed, 11 Apr 2012 13:21:32 +0000 (15:21 +0200)]
msvcrt: Rewrite asctime function.
Huw Davies [Wed, 11 Apr 2012 12:50:57 +0000 (13:50 +0100)]
wordpad: Don't quit if the user cancels the save-as dialog when being prompted to save changes.
Huw Davies [Wed, 11 Apr 2012 11:36:20 +0000 (12:36 +0100)]
wineps: Set the printer's devmode using SetPrinter.
Huw Davies [Wed, 11 Apr 2012 11:36:19 +0000 (12:36 +0100)]
wineps: Retrieve the printer's devmode using GetPrinter.
Huw Davies [Wed, 11 Apr 2012 11:36:18 +0000 (12:36 +0100)]
wineps: Remove the installed options list as it's never populated.
Huw Davies [Wed, 11 Apr 2012 11:36:17 +0000 (12:36 +0100)]
wineps: Move the duplex list to a standard list.
Huw Davies [Wed, 11 Apr 2012 11:36:16 +0000 (12:36 +0100)]
wineps: Move the input slot list to a standard list.
Huw Davies [Wed, 11 Apr 2012 11:36:15 +0000 (12:36 +0100)]
wineps: Move the constraints list to a standard list.
Huw Davies [Wed, 11 Apr 2012 11:36:14 +0000 (12:36 +0100)]
wineps: Move the installed font list to a standard list.
Dmitry Timoshkov [Wed, 11 Apr 2012 10:09:53 +0000 (19:09 +0900)]
fonts: Update cyrillic bitmap glyphs in Tahoma Bold.
Jacek Caban [Wed, 11 Apr 2012 09:03:43 +0000 (11:03 +0200)]
mshtml: Return self as a parent of global top window.
Lucas Zawacki [Wed, 11 Apr 2012 00:57:58 +0000 (21:57 -0300)]
dinput: Don't trace DIEFFECT members if they don't contain valid data.
Christian Costa [Tue, 10 Apr 2012 20:09:17 +0000 (22:09 +0200)]
d3drm: Display filename when loading data from a file.
Henri Verbeet [Tue, 10 Apr 2012 20:06:23 +0000 (22:06 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXEffectPoolImpl_QueryInterface().
Henri Verbeet [Tue, 10 Apr 2012 20:06:22 +0000 (22:06 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXFontImpl_QueryInterface().
Henri Verbeet [Tue, 10 Apr 2012 20:06:21 +0000 (22:06 +0200)]
ddraw: Get rid of IDirect3DExecuteBufferImpl.
Henri Verbeet [Tue, 10 Apr 2012 20:06:20 +0000 (22:06 +0200)]
d3d9: COM cleanup for the IDirect3DSwapChain9 interface.
This is mostly based on the COM cleanup scripts by Michael Stefaniuc.
Henri Verbeet [Tue, 10 Apr 2012 20:06:19 +0000 (22:06 +0200)]
d3d9: Introduce a separate function for swapchain creation.
Dmitry Timoshkov [Tue, 10 Apr 2012 13:54:37 +0000 (22:54 +0900)]
gdi32: Add a test for bitmap fonts selected for not existing font sizes.
Jacek Caban [Tue, 10 Apr 2012 10:53:24 +0000 (12:53 +0200)]
mshtml: Added IHTMLElement2::blur implementation.
Jacek Caban [Tue, 10 Apr 2012 10:53:12 +0000 (12:53 +0200)]
mshtml: Added IHTMLDocument2::onkeypress implementation.
Jacek Caban [Tue, 10 Apr 2012 10:53:03 +0000 (12:53 +0200)]
mshtml: Added better IHTMLWindow2::get_opener stub.
Marcus Meissner [Mon, 9 Apr 2012 21:52:37 +0000 (23:52 +0200)]
winealsa.drv: Fixed buffer to RegEnumKeyExW.
Erich Hoover [Mon, 9 Apr 2012 19:06:30 +0000 (13:06 -0600)]
ws2_32: Implement IPV6_UNICAST_IF socket option.
Erich Hoover [Mon, 9 Apr 2012 19:06:08 +0000 (13:06 -0600)]
ws2_32: Implement IP_UNICAST_IF socket option.
Austin English [Mon, 9 Apr 2012 19:04:23 +0000 (14:04 -0500)]
ntdll: Give a better error message if signal context functions aren't defined.
Henri Verbeet [Mon, 9 Apr 2012 18:43:42 +0000 (20:43 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXLineImpl_QueryInterface().