Andrew Eikum
b8753ada42
winealsa.drv: Default to Stereo instead of 5.1 Surround.
...
Some popular ALSA plugins claim support for a large number of channels
because they have the capability to mix that down to the actual hardware
configuration.
Instead of defaulting to 5.1 Surround sound for these plugins, let's
fall back on the much more common Stereo configuration. Users with
actual 5.1 Surround setups can tell us about it in winecfg.
2015-05-19 19:24:20 +09:00
Nikolay Sivov
ed318c91f2
po: Update Russian translation.
2015-05-19 19:24:20 +09:00
Aurimas Fišeras
97bfece7cc
po: Update Lithuanian translation.
2015-05-19 15:46:16 +09:00
Sebastian Lackner
0d91274def
dinput: Reset device state in SysKeyboard*Impl_Acquire.
2015-05-18 19:59:28 +09:00
Sebastian Lackner
4439cd433d
server: attach_thread_input shouldn't create queues for foreign threads.
2015-05-18 19:59:28 +09:00
Nikolay Sivov
6be21eeb3f
comctl32: Remove LoadString() fallback when loading from same module.
2015-05-18 19:59:28 +09:00
Alex Henrie
ad49634bbe
comctl32: Send WM_NOTIFY when expanding ancestors of the new selection.
2015-05-18 19:59:27 +09:00
Alex Henrie
36297f2cb0
comctl32: Do not send WM_NOTIFY if selecting an already-selected item.
2015-05-18 19:59:27 +09:00
Alex Henrie
a0ebe244c4
comctl32: Close previously selected treeview item at common ancestor.
...
Also, send WM_NOTIFY mesages when collapsing the previous selection and
expanding the new one.
2015-05-18 19:59:27 +09:00
Alex Henrie
9f93080754
comctl32/tests: Extend TVS_SINGLEEXPAND tests.
2015-05-18 19:59:27 +09:00
Alex Henrie
4dc69d0c45
winmm: Improve grammar by changing "or" to "and" in an error message.
2015-05-18 18:00:44 +09:00
Nikolay Sivov
66bcad51c0
oledlg: Make object name menu item localized.
2015-05-18 17:58:31 +09:00
Frédéric Delanoy
eebd24dd8f
po: Update French translation.
2015-05-18 17:57:51 +09:00
Alexandre Julliard
6260aa6cd2
server: Add an intermediate file object for file handles opened on devices.
2015-05-18 17:50:22 +09:00
Alexandre Julliard
47eec1364a
server: Ignore FILE_DIRECTORY_FILE on special files.
2015-05-18 17:50:22 +09:00
Alexandre Julliard
871ab51233
ntdll/tests: Use the correct flags for NtOpenFile.
2015-05-18 17:50:22 +09:00
Sebastian Lackner
b3913c4f77
ntdll/tests: Add tests for accessing \\Device\\Null.
2015-05-18 17:42:46 +09:00
Nikolay Sivov
c8362ec3b8
riched20: Added tom typelib.
...
I had to duplicate idl unfortunately, because typelib in riched20 is not
compatible with interfaces from tom.idl - method names are different,
while vtables are identical.
2015-05-18 15:26:04 +09:00
Nikolay Sivov
f0959dc175
riched20: Implement SetEnd().
2015-05-18 15:26:03 +09:00
Nikolay Sivov
3a0670ed7e
riched20: Implement SetStart().
2015-05-18 15:26:03 +09:00
Nikolay Sivov
6d19ac5cb3
riched20: Added stub ITextPara.
2015-05-18 15:26:02 +09:00
Nikolay Sivov
aba1e680f2
riched20: Added ITextFont stub.
2015-05-18 15:26:02 +09:00
Christian Faure
9cffed782f
kernel32: Fix a crash in GetStringTypeW() on NULL input string.
2015-05-18 14:07:48 +09:00
Grazvydas Ignotas
2e21381177
kernel32: Don't leak an event handle on errors.
2015-05-18 14:07:21 +09:00
Piotr Caban
70bff7377d
msvcrt: Fix functions table reallocation in _onexit.
2015-05-18 14:06:40 +09:00
Nikolay Sivov
5120fa9090
quartz: Implement a trivial case of ConvertTimeFormat().
2015-05-18 14:06:34 +09:00
Jacek Caban
4686f3d761
mshtml: Removed unneeded argument from ensure_nsevent_handler.
2015-05-18 14:06:29 +09:00
Michael Müller
81b136fe1c
wininet: Fix memory leak by not calling get_cookie_header twice.
2015-05-18 14:06:12 +09:00
Alexandre Julliard
566077a2cd
Release 1.7.43.
2015-05-15 22:36:39 +09:00
Nikolay Sivov
298929c840
oleaut32: Added IEnumConnectionPoints::Next proxy/stub.
2015-05-15 21:58:07 +09:00
Nikolay Sivov
aa3a234803
ole32: Implement SNB marshalling.
2015-05-15 21:58:06 +09:00
Nikolay Sivov
04ed24fb79
oledlg: Partially implement OleUIAddVerbMenuW(), with basic tests.
2015-05-15 21:58:06 +09:00
Bruno Jesus
ec8e1df8a9
iphlpapi/tests: Improve IcmpSendEcho trace.
2015-05-15 21:58:06 +09:00
Huw Davies
d6d703b592
ntdll/tests: Fix incorrect prototype.
2015-05-15 21:58:06 +09:00
Jacek Caban
25dee9f5be
mshtml: Initialize output value before passing it to VariantCopy.
2015-05-15 21:58:06 +09:00
Jacek Caban
6919c86601
mshtml: Get rid of get_node_event_target.
2015-05-15 18:06:09 +09:00
Jacek Caban
760f9de851
mshtml: Pass EventTarget to update_cp_events.
2015-05-15 18:06:05 +09:00
Jacek Caban
21151f3ec6
mshtml: Pass EventTarget to detach_event.
2015-05-15 18:06:01 +09:00
Jacek Caban
513c77d9e4
mshtml: Pass EventTarget to attach_event.
2015-05-15 18:05:57 +09:00
Jacek Caban
f2fa7e662e
mshtml: Pass EventTarget to get_event_handler.
2015-05-15 18:05:52 +09:00
Jacek Caban
f26597753a
mshtml: Pass EventTarget to set_event_handler.
2015-05-15 18:05:46 +09:00
Jacek Caban
2f4e85abb8
mshtml: Make HTMLInnerWindow inherit from EventTarget.
2015-05-15 18:05:37 +09:00
Jacek Caban
a1d837c341
mshtml: Moved getting event target data pointer to DispatchEx vtbl.
2015-05-15 18:05:34 +09:00
Jacek Caban
f908f03cd9
mshtml: Added new EventTarget struct representing event targets.
2015-05-15 18:05:27 +09:00
Huw Davies
14c53a5863
ntdll/tests: Wait for pending file operations to complete.
2015-05-14 20:06:06 +09:00
Sebastian Lackner
cd5f11e941
dmime: Properly set primary dsound buffer in IDirectMusicPerformance8Impl_CreateStandardAudioPath.
...
Fixes a regression introduced by b3d1b1f239
.
2015-05-14 19:27:00 +09:00
Alex Henrie
5c48752784
user32: Fall back to downscaling the big icon for ICON_SMALL2.
2015-05-14 18:57:26 +09:00
Alex Henrie
0768a62f2c
user32: Simplify GCLP_HICON and GCLP_HICONSM boolean logic.
2015-05-14 18:55:28 +09:00
Alex Henrie
2a94355c91
user32: Free internal icon when freeing the rest of the window class.
2015-05-14 18:54:40 +09:00
Alexandre Julliard
f324ae7f09
jscript: Avoid UINT32_MAX.
2015-05-14 17:15:14 +09:00