Vincent Povirk [Wed, 11 Apr 2012 21:37:56 +0000 (16:37 -0500)]
windowscodecs: Implement JpegEncoder_Frame_WritePixels.
Vincent Povirk [Wed, 11 Apr 2012 20:57:22 +0000 (15:57 -0500)]
windowscodecs: Implement JpegEncoder_Frame_SetResolution.
Vincent Povirk [Wed, 11 Apr 2012 20:50:30 +0000 (15:50 -0500)]
windowscodecs: Implement JpegEncoder_Frame_SetPixelFormat.
Christian Costa [Thu, 12 Apr 2012 06:36:31 +0000 (08:36 +0200)]
d3drm: Pass the first requested interface when notifying the application.
Christian Costa [Thu, 12 Apr 2012 06:28:44 +0000 (08:28 +0200)]
dmband: Display flag variables in hexadecimal and rename some parameters.
Christian Costa [Thu, 12 Apr 2012 06:28:35 +0000 (08:28 +0200)]
dmband: Add tests.
Piotr Caban [Mon, 16 Apr 2012 14:32:57 +0000 (16:32 +0200)]
msvcrt: Added more length modifiers in scanf function.
Piotr Caban [Mon, 16 Apr 2012 13:21:47 +0000 (15:21 +0200)]
msvcrt: Fixed 'h' modifier handling when printing integers.
Alexander Morozov [Mon, 16 Apr 2012 11:47:07 +0000 (15:47 +0400)]
kernel32/tests: Add more tests for early closing mapping handle.
Hans Leidekker [Mon, 16 Apr 2012 10:36:00 +0000 (12:36 +0200)]
iphlpapi: Reimplement GetTcpTable on top of GetExtendedTcpTable.
Hans Leidekker [Mon, 16 Apr 2012 10:35:44 +0000 (12:35 +0200)]
iphlpapi: Add tests for GetExtendedTcpTable.
Hans Leidekker [Mon, 16 Apr 2012 10:35:32 +0000 (12:35 +0200)]
iphlpapi: Add support for TCP_TABLE_OWNER_PID_ALL in GetExtendedTcpTable.
Hans Leidekker [Mon, 16 Apr 2012 10:35:17 +0000 (12:35 +0200)]
server: Include the Unix pid in the snapshot_next_process reply.
André Hentschel [Sun, 15 Apr 2012 11:14:47 +0000 (13:14 +0200)]
winedbg: Use better register names for ARM disassembling.
André Hentschel [Sun, 15 Apr 2012 11:12:07 +0000 (13:12 +0200)]
winedbg: Solve ARM disassembling fixmes.
André Hentschel [Sun, 15 Apr 2012 11:10:26 +0000 (13:10 +0200)]
winedbg: Add long branch to Thumb disassembling.
Bruno Jesus [Sun, 15 Apr 2012 08:07:11 +0000 (05:07 -0300)]
ole32: Make sure StgIsStorageILockBytes tests real data.
Huw Davies [Mon, 16 Apr 2012 12:18:42 +0000 (13:18 +0100)]
winspool: Explicitly set CUPS options based on any job ticket lines, which otherwise get ignored by cupsPrintFile.
Huw Davies [Mon, 16 Apr 2012 12:18:41 +0000 (13:18 +0100)]
winspool: Simplify cups function loading.
Huw Davies [Mon, 16 Apr 2012 12:18:40 +0000 (13:18 +0100)]
wineps: Add a cups job ticket containing pagesize and duplex information.
Huw Davies [Mon, 16 Apr 2012 12:18:39 +0000 (13:18 +0100)]
wineps: Add a helper to find a duplex entry.
Huw Davies [Mon, 16 Apr 2012 12:18:38 +0000 (13:18 +0100)]
wineps: Add a helper to find a page size.
Huw Davies [Mon, 16 Apr 2012 12:18:37 +0000 (13:18 +0100)]
wineps: Add a helper to find an input slot.
Jacek Caban [Mon, 16 Apr 2012 11:55:00 +0000 (13:55 +0200)]
axcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added missing AM_GBF_NODDSURFACELOCK define.
Jacek Caban [Mon, 16 Apr 2012 11:49:22 +0000 (13:49 +0200)]
mshtml: Added IHTMLStyle::removeAttribute tests.
Jacek Caban [Mon, 16 Apr 2012 11:49:09 +0000 (13:49 +0200)]
mshtml: Added IHTMLStyle::removeAttribute implementation.
Jacek Caban [Mon, 16 Apr 2012 11:48:55 +0000 (13:48 +0200)]
mshtml: Moved style_tbl lookup to separated function.
Jacek Caban [Mon, 16 Apr 2012 11:48:46 +0000 (13:48 +0200)]
mshtml: Added support for IHTMLEventObj::cancelBubble property.
Jacek Caban [Mon, 16 Apr 2012 11:48:22 +0000 (13:48 +0200)]
mshtml: Added IHTMLStyle2::bottom implementation.
Piotr Caban [Mon, 16 Apr 2012 10:26:16 +0000 (12:26 +0200)]
msvcrt: Added support for %W and %U format in strftime.
Alexandre Julliard [Wed, 11 Apr 2012 12:49:30 +0000 (14:49 +0200)]
gdi32: Add bounds tracking to all the DIB engine entry points.
Alexandre Julliard [Tue, 10 Apr 2012 14:17:14 +0000 (16:17 +0200)]
gdi32: Add a GetBoundsRect driver entry point.
Alexandre Julliard [Tue, 10 Apr 2012 14:04:39 +0000 (16:04 +0200)]
gdi32: Add helper functions for manipulating bounds rectangles.
Alexandre Julliard [Mon, 16 Apr 2012 10:09:32 +0000 (12:09 +0200)]
po: Fix a msgid in the Danish translation.
Jacek Caban [Mon, 16 Apr 2012 09:25:25 +0000 (11:25 +0200)]
jscript: Make sure to jump out of switch before entering implicit default clausule.
Marcus Meissner [Mon, 16 Apr 2012 07:12:40 +0000 (09:12 +0200)]
dmusic: Remove useless NULL check (Coverity).
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.