Hans Leidekker [Tue, 12 Feb 2013 13:32:45 +0000 (14:32 +0100)]
msiexec: Add /unregserver support.
Alexandre Julliard [Tue, 12 Feb 2013 12:56:41 +0000 (13:56 +0100)]
user32: Prefer loading color cursors in LoadImage.
Alexandre Julliard [Tue, 12 Feb 2013 09:19:26 +0000 (10:19 +0100)]
wininet: Don't reset the available size after the async has been queued.
Dmitry Timoshkov [Tue, 12 Feb 2013 07:21:26 +0000 (15:21 +0800)]
winspool.drv: There is no need to speculate about wineps.drv default DEVMODE.
Andrew Talbot [Mon, 11 Feb 2013 22:44:12 +0000 (22:44 +0000)]
kernel32: Avoid signed-unsigned integer comparisons.
Andrew Talbot [Mon, 11 Feb 2013 22:44:56 +0000 (22:44 +0000)]
mapi32: Avoid signed-unsigned integer comparisons.
Juan Lang [Mon, 11 Feb 2013 20:51:04 +0000 (12:51 -0800)]
cryptui: Use add_usage_to_oid correctly.
Spotted by Marcus Meissner and Coverity.
Austin English [Mon, 11 Feb 2013 19:52:27 +0000 (11:52 -0800)]
shlwapi: Add a stub for IsInternetESCEnabled.
Francois Gouget [Mon, 11 Feb 2013 14:36:36 +0000 (15:36 +0100)]
rpcrt4/tests: Trace the GUID when it is wrong.
Francois Gouget [Mon, 11 Feb 2013 14:36:15 +0000 (15:36 +0100)]
kernel32/tests: Reduce the size of the console buffer to speed up the tests.
Hans Leidekker [Mon, 11 Feb 2013 13:30:35 +0000 (14:30 +0100)]
windowscodecs: Implement IWICBitmapFrameDecode::GetColorContexts for TIFF images.
Hans Leidekker [Mon, 11 Feb 2013 13:30:10 +0000 (14:30 +0100)]
windowscodecsext: Implement WICCreateColorTransform_Proxy and IWICColorTransform_Initialize_Proxy.
Alexandre Julliard [Mon, 11 Feb 2013 16:49:22 +0000 (17:49 +0100)]
user32: Don't paint to the surface if the window has a pixel format, regardless of the state of the top parent.
Alexandre Julliard [Mon, 11 Feb 2013 16:14:17 +0000 (17:14 +0100)]
server: Return the window paint flags in the get_visible_region request.
Alexandre Julliard [Mon, 11 Feb 2013 14:41:20 +0000 (15:41 +0100)]
server: Also exclude the top-level client rectangle for windows that have a pixel format.
Daniel Jelinski [Mon, 4 Feb 2013 19:57:58 +0000 (20:57 +0100)]
comctl32/listview: Fix LVM_SETICONSPACING on 64bit machines.
Daniel Jelinski [Sat, 9 Feb 2013 22:52:51 +0000 (23:52 +0100)]
comctl32/listview: Better handling of custom colors in report view.
Dmitry Timoshkov [Mon, 11 Feb 2013 06:03:50 +0000 (14:03 +0800)]
wineps.drv: Add DEVMODE dumping to make debugging device state easier.
Dmitry Timoshkov [Mon, 11 Feb 2013 08:47:35 +0000 (16:47 +0800)]
winspool.drv: Turn macros into helper functions.
Alexandre Julliard [Mon, 11 Feb 2013 10:45:43 +0000 (11:45 +0100)]
user32: Avoid releasing a potentially null pointer.
Alexandre Julliard [Mon, 11 Feb 2013 10:42:12 +0000 (11:42 +0100)]
winex11: Ignore color key and exposures when using the null surface.
Alexandre Julliard [Mon, 11 Feb 2013 10:39:23 +0000 (11:39 +0100)]
imm32: Retrieve the graphics driver module from gdi32.
Nikolay Sivov [Mon, 11 Feb 2013 05:22:23 +0000 (09:22 +0400)]
xmllite: Basic test for chunk value read vs full value read.
Nikolay Sivov [Mon, 11 Feb 2013 04:38:42 +0000 (08:38 +0400)]
xmllite: Store start data pointer for comments.
Ken Thomases [Mon, 11 Feb 2013 01:09:18 +0000 (19:09 -0600)]
winemac: Prevent Cocoa from consuming certain key-down events.
Ken Thomases [Mon, 11 Feb 2013 01:09:12 +0000 (19:09 -0600)]
winemac: Implement MOUSE_SCROLL events.
Ken Thomases [Mon, 11 Feb 2013 01:09:08 +0000 (19:09 -0600)]
comctl32: Improve mouse wheel scrolling in treeview control.
Allow fractions of WHEEL_DELTA to scroll fractions of SPI_GETWHEELSCROLLLINES,
although still only whole lines. Keep the remainder and apply it to next
event if in same direction.
Ken Thomases [Mon, 11 Feb 2013 01:09:03 +0000 (19:09 -0600)]
comctl32: Improve mouse wheel scrolling in listview control.
Allow fractions of WHEEL_DELTA to scroll fractions of SPI_GETWHEELSCROLLLINES,
although still only whole lines. Keep the remainder and apply it to next
event if in same direction.
Ken Thomases [Mon, 11 Feb 2013 01:08:59 +0000 (19:08 -0600)]
comctl32: Eliminate redundant local variable (gcWheelDelta == -wheelDelta).
Ken Thomases [Mon, 11 Feb 2013 01:08:54 +0000 (19:08 -0600)]
user32: Improve mouse wheel scrolling in listbox control.
Allow fractions of WHEEL_DELTA to scroll fractions of SPI_GETWHEELSCROLLLINES,
although still only whole lines. Keep the remainder and apply it to next
event if in same direction.
Ken Thomases [Mon, 11 Feb 2013 01:08:50 +0000 (19:08 -0600)]
user32: Improve mouse wheel scrolling in edit control.
Allow fractions of WHEEL_DELTA to scroll fractions of SPI_GETWHEELSCROLLLINES,
although still only whole lines. Keep the remainder and apply it to next
event if in same direction.
Detlef Riekenberg [Sun, 10 Feb 2013 23:03:30 +0000 (00:03 +0100)]
kernel32/tests: Skip tests on non-English systems.
Detlef Riekenberg [Sun, 10 Feb 2013 22:19:47 +0000 (23:19 +0100)]
advapi32/tests: Skip tests on non-English systems.
Nikolay Sivov [Sun, 10 Feb 2013 16:01:23 +0000 (20:01 +0400)]
oledb32: Add a table of init properties, support Persist Security Info switch in init string.
Andrew Talbot [Sat, 9 Feb 2013 22:32:02 +0000 (22:32 +0000)]
jscript: Avoid signed-unsigned integer comparisons.
Stefan Dösinger [Fri, 8 Feb 2013 22:19:47 +0000 (23:19 +0100)]
wined3d: Reserve one vs constant on r200.
Stefan Dösinger [Fri, 8 Feb 2013 22:19:46 +0000 (23:19 +0100)]
wined3d: Use the ARBfp ffp pipeline only if ARBfp is supported.
Juan Lang [Fri, 8 Feb 2013 20:33:28 +0000 (12:33 -0800)]
iphlpapi: Fix HRESULT/win32 error code confusion.
Daniel Jelinski [Fri, 8 Feb 2013 19:19:47 +0000 (20:19 +0100)]
user32: Fix CopyImage implementation when changing cursor to icon.
Aric Stewart [Fri, 8 Feb 2013 15:46:08 +0000 (09:46 -0600)]
usp10: Fix memory leak when a font has 0 languages, scripts or features.
Based on original fix proposded by Wojciech Pyczak.
Aric Stewart [Fri, 8 Feb 2013 15:45:55 +0000 (09:45 -0600)]
usp10: Free default_language items when freeing script cache.
Henri Verbeet [Fri, 8 Feb 2013 12:21:14 +0000 (13:21 +0100)]
wined3d: Add WINED3DFMT_INST to the format table.
We need the format to exist in apply_format_fixups() in particular.
Huw Davies [Fri, 8 Feb 2013 11:45:03 +0000 (11:45 +0000)]
riched20: Move the split point calculation to wrap.c.
Jacek Caban [Fri, 8 Feb 2013 09:59:19 +0000 (10:59 +0100)]
atl100: Added AtlComModuleRegisterClassObjects implementation (based on AtlModuleRegisterClassObjects).
Austin English [Sat, 2 Feb 2013 04:15:03 +0000 (05:15 +0100)]
windowscodecsext: Add a stub dll.
Alexander Morozov [Tue, 2 Aug 2011 11:52:48 +0000 (15:52 +0400)]
ole32: Avoid a deadlock when a being loaded DLL calls CoRegisterClassObject from its DLL_PROCESS_ATTACH handler.
Michael Stefaniuc [Fri, 8 Feb 2013 09:51:54 +0000 (10:51 +0100)]
dmime: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Michael Stefaniuc [Fri, 8 Feb 2013 09:34:39 +0000 (10:34 +0100)]
d3dcompiler_43: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Michael Stefaniuc [Fri, 8 Feb 2013 09:29:36 +0000 (10:29 +0100)]
amstream: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Michael Stefaniuc [Fri, 8 Feb 2013 09:27:49 +0000 (10:27 +0100)]
d3drm: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
André Hentschel [Wed, 6 Feb 2013 21:00:59 +0000 (22:00 +0100)]
ntdll: Set TPIDRURW to TEB on thread init for ARM.
Ken Thomases [Thu, 7 Feb 2013 15:11:24 +0000 (09:11 -0600)]
secur32: On Mac, add support for cipher suites defined in 10.8 SDK.
Jörg Höhle [Tue, 5 Feb 2013 17:01:04 +0000 (18:01 +0100)]
ntdll: Use the monotonic time counter also for timer queues.
Akihiro Sagawa [Thu, 7 Feb 2013 13:13:04 +0000 (22:13 +0900)]
gdi32: Ensure a fixed-pitch full-width character has double advance of a half-width character.
Huw Davies [Thu, 7 Feb 2013 14:30:47 +0000 (14:30 +0000)]
riched20: Move SplitRun to wrap.c and make it static.
Michael Stefaniuc [Thu, 7 Feb 2013 11:56:27 +0000 (12:56 +0100)]
d3dx9_36: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Michael Stefaniuc [Thu, 7 Feb 2013 11:55:34 +0000 (12:55 +0100)]
d3d9: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Michael Stefaniuc [Thu, 7 Feb 2013 11:52:40 +0000 (12:52 +0100)]
d3d8: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Michael Stefaniuc [Thu, 7 Feb 2013 11:50:28 +0000 (12:50 +0100)]
d3d10core: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Ken Thomases [Thu, 7 Feb 2013 01:32:30 +0000 (19:32 -0600)]
winemac: Process clicks in an inactive window in addition to activating it.
Ken Thomases [Thu, 7 Feb 2013 01:32:26 +0000 (19:32 -0600)]
winemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
Ken Thomases [Thu, 7 Feb 2013 01:32:22 +0000 (19:32 -0600)]
winemac: Add WineApplication methods to convert from Cocoa to Win32 coordinate space.
Cocoa coordinate space has its origin in the lower left of the primary screen
and y increases up.
Ken Thomases [Thu, 7 Feb 2013 01:32:18 +0000 (19:32 -0600)]
winemac: Implement SysCommand() to prevent Alt keypresses from activating system menu.
Michael Stefaniuc [Wed, 6 Feb 2013 22:15:38 +0000 (23:15 +0100)]
usp10: Let C look like C.
Michael Stefaniuc [Wed, 6 Feb 2013 22:14:05 +0000 (23:14 +0100)]
riched20: Let C look like C.
Michael Stefaniuc [Wed, 6 Feb 2013 22:10:01 +0000 (23:10 +0100)]
d3drm: Let C look like C.
Michael Stefaniuc [Wed, 6 Feb 2013 22:13:12 +0000 (23:13 +0100)]
qedit: Let C look like C.
Michael Stefaniuc [Wed, 6 Feb 2013 22:13:02 +0000 (23:13 +0100)]
iphlpapi: Let C look like C.
Michael Stefaniuc [Wed, 6 Feb 2013 22:11:23 +0000 (23:11 +0100)]
gphoto2.ds: Let C look like C.
Michael Stefaniuc [Wed, 6 Feb 2013 22:08:42 +0000 (23:08 +0100)]
krnl386.exe16: Let C look like C.
Daniel Jelinski [Mon, 4 Feb 2013 19:49:55 +0000 (20:49 +0100)]
comctl32/listview: Do not touch icon spacing if set explicitly.
Hans Leidekker [Wed, 6 Feb 2013 12:54:06 +0000 (13:54 +0100)]
wbemprox: Trace the qualifier value in IWbemClassObject::GetNames.
Hans Leidekker [Wed, 6 Feb 2013 12:53:21 +0000 (13:53 +0100)]
windowscodecs: Implement IWICComponentFactory::CreateDecoderFromFileHandle.
Hans Leidekker [Wed, 6 Feb 2013 12:52:48 +0000 (13:52 +0100)]
windowscodecs: Convert the source bitmap to the requested pixel format in IWICColorTransform::Initialize.
Hans Leidekker [Wed, 6 Feb 2013 12:52:09 +0000 (13:52 +0100)]
windowscodecs: Add a stub IWICColorTransform implementation.
Hans Leidekker [Wed, 6 Feb 2013 12:51:32 +0000 (13:51 +0100)]
windowscodecs: Implement IWICColorContext::InitializeFromFilename.
Ken Thomases [Wed, 6 Feb 2013 10:37:04 +0000 (04:37 -0600)]
winemac: Implement fake support for the active Windows keyboard layout.
Ken Thomases [Wed, 6 Feb 2013 10:37:00 +0000 (04:37 -0600)]
winemac: Implement GetKeyNameText().
Ken Thomases [Wed, 6 Feb 2013 10:36:57 +0000 (04:36 -0600)]
winemac: Implement VkKeyScanEx().
Ken Thomases [Wed, 6 Feb 2013 10:36:52 +0000 (04:36 -0600)]
winemac: Implement MapVirtualKeyEx().
Ken Thomases [Wed, 6 Feb 2013 10:36:49 +0000 (04:36 -0600)]
winemac: Implement Beep().
Michael Stefaniuc [Wed, 6 Feb 2013 09:59:50 +0000 (10:59 +0100)]
ieframe: Let C look like C.
Alexandre Julliard [Wed, 6 Feb 2013 12:19:43 +0000 (13:19 +0100)]
wintab32: Retrieve the graphics driver module from gdi32.
Alexandre Julliard [Wed, 6 Feb 2013 11:49:41 +0000 (12:49 +0100)]
explorer: Return a simple boolean instead of a window in the wine_create_desktop entry point.
Alexandre Julliard [Wed, 6 Feb 2013 11:46:14 +0000 (12:46 +0100)]
explorer: Retrieve the graphics driver module from gdi32.
Alexandre Julliard [Wed, 6 Feb 2013 11:21:33 +0000 (12:21 +0100)]
gdi32: Return the correct module handle for the initial display driver load.
Daniel Jelinski [Mon, 4 Feb 2013 19:46:30 +0000 (20:46 +0100)]
comctl32/listview: Always use large icon size when calculating icon spacing.
Daniel Jelinski [Mon, 4 Feb 2013 19:42:44 +0000 (20:42 +0100)]
comctl32/listview: Correct icon spacing calculation when set to 0 or -1.
Frédéric Delanoy [Sat, 2 Feb 2013 08:56:53 +0000 (09:56 +0100)]
msi: Fix memory leak (coverity).
Marcus Meissner [Thu, 31 Jan 2013 17:26:47 +0000 (18:26 +0100)]
comdlg32: Free files on errorpath (Coverity).
Ludger Sprenker [Mon, 4 Feb 2013 19:39:23 +0000 (20:39 +0100)]
windowscodecs: Add enum type WICTiffCompressionOption.
Alistair Leslie-Hughes [Thu, 31 Jan 2013 05:08:38 +0000 (16:08 +1100)]
fusion: Return correct error for null public token.
Michael Stefaniuc [Tue, 5 Feb 2013 14:49:14 +0000 (15:49 +0100)]
wined3d: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
Aric Stewart [Tue, 5 Feb 2013 14:57:44 +0000 (08:57 -0600)]
usp10: Update diacritical script handling for non OpenType Itemization.
Aric Stewart [Tue, 5 Feb 2013 14:57:38 +0000 (08:57 -0600)]
usp10: Split the core Itemize function out to be able to support differences between the normal and OpenType versions.
Aric Stewart [Tue, 5 Feb 2013 14:56:47 +0000 (08:56 -0600)]
usp10: Fix typo with Script_Khmer_Numeric.
Huw Davies [Tue, 5 Feb 2013 13:19:41 +0000 (13:19 +0000)]
riched20: Move the text to the paragraph level.
Huw Davies [Tue, 5 Feb 2013 13:19:40 +0000 (13:19 +0000)]
riched20: Pass character ptrs to the whitespace finding functions.
Huw Davies [Tue, 5 Feb 2013 13:19:39 +0000 (13:19 +0000)]
riched20: Pass a character ptr and length to SplitParagraph.
Michael Stefaniuc [Tue, 5 Feb 2013 12:22:27 +0000 (13:22 +0100)]
crypt32: Use assignment instead of memcpy to copy structs.