Ken Thomases
3748c39308
winemac: Implement MOUSE_SCROLL events.
2013-02-11 11:46:10 +01:00
Ken Thomases
c5858c16a6
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.
2013-02-11 11:46:10 +01:00
Ken Thomases
858acfbb0d
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.
2013-02-11 11:46:10 +01:00
Ken Thomases
930e84dfd2
comctl32: Eliminate redundant local variable (gcWheelDelta == -wheelDelta).
2013-02-11 11:46:09 +01:00
Ken Thomases
f42cfc04eb
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.
2013-02-11 11:46:09 +01:00
Ken Thomases
1642d312fd
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.
2013-02-11 11:46:09 +01:00
Detlef Riekenberg
8f1a3604ac
kernel32/tests: Skip tests on non-English systems.
2013-02-11 11:46:08 +01:00
Detlef Riekenberg
245dbaac5d
advapi32/tests: Skip tests on non-English systems.
2013-02-11 11:46:08 +01:00
Nikolay Sivov
461c09e5d6
oledb32: Add a table of init properties, support Persist Security Info switch in init string.
2013-02-11 11:46:07 +01:00
Andrew Talbot
6b5a18f619
jscript: Avoid signed-unsigned integer comparisons.
2013-02-11 11:46:05 +01:00
Stefan Dösinger
3221e7fdd0
wined3d: Reserve one vs constant on r200.
2013-02-11 11:24:35 +01:00
Stefan Dösinger
425eab4cf9
wined3d: Use the ARBfp ffp pipeline only if ARBfp is supported.
2013-02-11 11:24:20 +01:00
Juan Lang
0ca4ad0d2f
iphlpapi: Fix HRESULT/win32 error code confusion.
2013-02-11 11:24:13 +01:00
Daniel Jelinski
59e0d7af68
user32: Fix CopyImage implementation when changing cursor to icon.
2013-02-11 11:24:07 +01:00
Aric Stewart
237ed21737
usp10: Fix memory leak when a font has 0 languages, scripts or features.
...
Based on original fix proposded by Wojciech Pyczak.
2013-02-08 19:31:31 +01:00
Aric Stewart
c8b5a16f0c
usp10: Free default_language items when freeing script cache.
2013-02-08 19:31:22 +01:00
Henri Verbeet
c37594d3a9
wined3d: Add WINED3DFMT_INST to the format table.
...
We need the format to exist in apply_format_fixups() in particular.
2013-02-08 19:31:18 +01:00
Huw Davies
9e8a9f4f65
riched20: Move the split point calculation to wrap.c.
2013-02-08 19:31:09 +01:00
Jacek Caban
68a4c30e8b
atl100: Added AtlComModuleRegisterClassObjects implementation (based on AtlModuleRegisterClassObjects).
2013-02-08 12:07:49 +01:00
Austin English
ac15301b7f
windowscodecsext: Add a stub dll.
2013-02-08 12:07:49 +01:00
Alexander Morozov
5857895684
ole32: Avoid a deadlock when a being loaded DLL calls CoRegisterClassObject from its DLL_PROCESS_ATTACH handler.
2013-02-08 12:07:48 +01:00
Michael Stefaniuc
5351700223
dmime: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-08 12:07:47 +01:00
Michael Stefaniuc
536bdfde27
d3dcompiler_43: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-08 10:44:36 +01:00
Michael Stefaniuc
76b910514e
amstream: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-08 10:44:34 +01:00
Michael Stefaniuc
5ef8a8b2f2
d3drm: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-08 10:44:31 +01:00
André Hentschel
b288f7be18
ntdll: Set TPIDRURW to TEB on thread init for ARM.
2013-02-07 18:10:43 +01:00
Ken Thomases
7494f5bc5e
secur32: On Mac, add support for cipher suites defined in 10.8 SDK.
2013-02-07 16:37:49 +01:00
Jörg Höhle
4f6db78ca0
ntdll: Use the monotonic time counter also for timer queues.
2013-02-07 15:54:34 +01:00
Akihiro Sagawa
9aa8300f99
gdi32: Ensure a fixed-pitch full-width character has double advance of a half-width character.
2013-02-07 15:53:48 +01:00
Huw Davies
68d72f4792
riched20: Move SplitRun to wrap.c and make it static.
2013-02-07 15:51:11 +01:00
Michael Stefaniuc
20f1016bc8
d3dx9_36: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-07 15:48:26 +01:00
Michael Stefaniuc
d86ecd4bb4
d3d9: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-07 15:48:20 +01:00
Michael Stefaniuc
14c3895573
d3d8: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-07 15:48:18 +01:00
Michael Stefaniuc
1eff4669ff
d3d10core: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
2013-02-07 15:48:14 +01:00
Ken Thomases
033fe9a7c2
winemac: Process clicks in an inactive window in addition to activating it.
2013-02-07 12:04:51 +01:00
Ken Thomases
572324bae3
winemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
2013-02-07 12:04:49 +01:00
Ken Thomases
6289a612ae
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.
2013-02-07 12:04:46 +01:00
Ken Thomases
5f06bf80db
winemac: Implement SysCommand() to prevent Alt keypresses from activating system menu.
2013-02-07 12:04:42 +01:00
Michael Stefaniuc
9f6f8bfc00
usp10: Let C look like C.
2013-02-07 12:04:05 +01:00
Michael Stefaniuc
6c1b292f0b
riched20: Let C look like C.
2013-02-07 12:04:01 +01:00
Michael Stefaniuc
9affa153fd
d3drm: Let C look like C.
2013-02-07 12:03:58 +01:00
Michael Stefaniuc
2f67eb99ef
qedit: Let C look like C.
2013-02-07 12:03:54 +01:00
Michael Stefaniuc
1cc6710aee
iphlpapi: Let C look like C.
2013-02-07 12:03:50 +01:00
Michael Stefaniuc
f59d0ac743
gphoto2.ds: Let C look like C.
2013-02-07 12:03:46 +01:00
Michael Stefaniuc
68c447d87e
krnl386.exe16: Let C look like C.
2013-02-07 12:03:42 +01:00
Daniel Jelinski
f9c3a612af
comctl32/listview: Do not touch icon spacing if set explicitly.
2013-02-07 12:02:27 +01:00
Hans Leidekker
0fb3458728
wbemprox: Trace the qualifier value in IWbemClassObject::GetNames.
2013-02-06 20:28:29 +01:00
Hans Leidekker
ba02cb25d3
windowscodecs: Implement IWICComponentFactory::CreateDecoderFromFileHandle.
2013-02-06 20:28:29 +01:00
Hans Leidekker
d855ed4153
windowscodecs: Convert the source bitmap to the requested pixel format in IWICColorTransform::Initialize.
2013-02-06 20:28:29 +01:00
Hans Leidekker
d9bfbd61d8
windowscodecs: Add a stub IWICColorTransform implementation.
2013-02-06 20:28:29 +01:00