Alexandre Julliard
|
b1f59bc679
|
makefiles: Add support for multiple PE architectures.
|
2022-11-01 10:29:49 +01:00 |
|
Alexandre Julliard
|
e43cb42250
|
Release 7.20.
|
2022-10-31 22:47:59 +01:00 |
|
Nikolay Sivov
|
9706a70bda
|
mf/samplegrabber: Send MEStreamSinkScrubSampleComplete event.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 21:25:05 +01:00 |
|
Nikolay Sivov
|
ec7d032b16
|
mf/samplegrabber: Send MEStreamSinkRateChanged event.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 21:25:04 +01:00 |
|
Piotr Caban
|
223ac67044
|
winemac.drv: Fix registry path size in create_original_display_mode_descriptor.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53081
|
2022-10-31 21:24:45 +01:00 |
|
Gabriel Ivăncescu
|
a3d08482ad
|
mshtml: Implement document.referrer.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
|
2022-10-31 21:23:47 +01:00 |
|
Gabriel Ivăncescu
|
c25dfb7965
|
mshtml: Implement document.mimeType.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
|
2022-10-31 21:23:47 +01:00 |
|
Gabriel Ivăncescu
|
8dd8664a51
|
mshtml: Get rid of a EVENTID_LAST special case.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
|
2022-10-31 21:23:42 +01:00 |
|
Gabriel Ivăncescu
|
de2192bbec
|
mshtml: Allow null or undefined func in addEventListener.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
|
2022-10-31 21:23:42 +01:00 |
|
Gabriel Ivăncescu
|
a3dbd5067b
|
mshtml: Allow null or undefined listeners in attachEvent/detachEvent.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
|
2022-10-31 21:23:42 +01:00 |
|
Gabriel Ivăncescu
|
d984fb14a5
|
jscript: Implement VariantChangeType for VT_DISPATCH and VT_UNKNOWN.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
|
2022-10-31 21:23:42 +01:00 |
|
Jacek Caban
|
4920d08e5f
|
makedep: Always use -mno-cygwin for extra test modules.
|
2022-10-31 21:22:38 +01:00 |
|
Paul Gofman
|
f307d47270
|
ws2_32/tests: Also test bind to any together with loopback in a different order.
|
2022-10-31 20:41:45 +01:00 |
|
Paul Gofman
|
ef7de1fc1f
|
server: Set Unix SO_REUSEADDR on all the TCP sockets.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50955
|
2022-10-31 20:41:45 +01:00 |
|
Paul Gofman
|
382ec78db3
|
server: Track SO_REUSEADDR value.
|
2022-10-31 20:41:45 +01:00 |
|
Paul Gofman
|
039f8b16f6
|
ntdll: Move SO_REUSEADDR handling to server.
|
2022-10-31 20:41:45 +01:00 |
|
Paul Gofman
|
c6da691926
|
ws2_32/tests: Also test TCP6 in test_so_reuseaddr().
|
2022-10-31 20:41:45 +01:00 |
|
Paul Gofman
|
bb04c95380
|
ws2_32/tests: Add tests for reusing address without SO_REUSEADDR.
|
2022-10-31 20:41:45 +01:00 |
|
Paul Gofman
|
3be1b83921
|
ws2_32/tests: Make test_so_reuseaddr() more conclusive.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
dbb01a74e0
|
msvcrt: Add _mbctokata_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
6f9695c459
|
msvcrt: Add _mbctohira_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
5d71a61253
|
msvcrt: Add _mbctombb_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
7984319248
|
msvcrt: Add _mbcjmstojis_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
70db739c3d
|
msvcrt: Add _mbcjistojms_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
35ae78c52d
|
ucrtbase: Export more _o_* functions.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
64cfe7068f
|
msvcrt: Add _mbbtombc_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
837da12929
|
msvcrt: Add _ismbckata_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Bartosz Kosiorek
|
2f1e545387
|
msvcrt: Add _ismbchira_l implementation.
|
2022-10-31 20:41:45 +01:00 |
|
Nikolay Sivov
|
9da3b23643
|
win32u: Move NtUserDragDetect() to window.c.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 20:41:45 +01:00 |
|
Nikolay Sivov
|
645326214f
|
user32: Add DragObject() stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53768
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 20:41:45 +01:00 |
|
Alexandre Julliard
|
abee72f32d
|
makedep: Remove arch directories on distclean.
|
2022-10-31 20:41:45 +01:00 |
|
Alexandre Julliard
|
37910bebfd
|
configure: Remove no longer needed check for dlltool.
|
2022-10-31 20:41:44 +01:00 |
|
Akihiro Sagawa
|
f88fecf80f
|
shell32: Returns a number of copied bytes in DropQueryFileA.
|
2022-10-31 20:41:44 +01:00 |
|
Akihiro Sagawa
|
205f952db1
|
shell32: Returns a number of copied characters in DropQueryFileW.
|
2022-10-31 20:41:44 +01:00 |
|
Akihiro Sagawa
|
9f61e1e593
|
shell32: Reimplement DragQueryFileA to rely on its Unicode version.
Now, it returns a correct buffer size especially for a DBCS file name.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53738
|
2022-10-31 20:41:44 +01:00 |
|
Akihiro Sagawa
|
3389ba479b
|
shell32: Merge ANSI part of DROPFILES handler into DragQueryFileW.
|
2022-10-31 20:41:44 +01:00 |
|
Akihiro Sagawa
|
2176e83060
|
shell32/tests: Add more DragQueryFile tests.
|
2022-10-31 20:41:44 +01:00 |
|
Akihiro Sagawa
|
3ef081593c
|
shell32/tests: Add DBCS file name tests for DragQueryFile.
|
2022-10-31 20:41:44 +01:00 |
|
Nikolay Sivov
|
9cd5bc0d86
|
kernelbase: Add QueryVirtualMemoryInformation().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 20:41:44 +01:00 |
|
Nikolay Sivov
|
fc5cb9b577
|
ntdll: Partially implement MemoryRegionInformation query.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 20:41:44 +01:00 |
|
Brendan Shanks
|
0d21e1cbcf
|
server: Only require THREAD_SET_LIMITED_INFORMATION access to set thread description.
|
2022-10-31 12:13:32 +01:00 |
|
Paul Gofman
|
21c373560f
|
win32u: Implement NtUserDisplayConfigGetDeviceInfo(DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME).
|
2022-10-31 12:12:16 +01:00 |
|
Paul Gofman
|
b2787fb15c
|
win32u: Store output id in monitors cache.
|
2022-10-31 12:12:16 +01:00 |
|
Paul Gofman
|
162101bcb3
|
win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32.
|
2022-10-31 12:12:15 +01:00 |
|
Paul Gofman
|
62f66c3da5
|
win32u: Store GPU luid in adapters cache.
|
2022-10-31 12:12:15 +01:00 |
|
Piotr Caban
|
93ba92def7
|
maintainers: Update Microsoft C Runtime files list.
|
2022-10-31 12:11:55 +01:00 |
|
Piotr Caban
|
d115861031
|
compstui: Test that callbacks are executed.
|
2022-10-31 12:11:55 +01:00 |
|
Piotr Caban
|
f590f72eed
|
compstui: Add CPSFUNC_ADD_PROPSHEETPAGE support.
|
2022-10-31 12:11:55 +01:00 |
|
Piotr Caban
|
70bf3d521d
|
compstui: Add CPSFUNC_ADD_PFNPROPSHEETUI support.
|
2022-10-31 12:11:55 +01:00 |
|
Nikolay Sivov
|
69cff16d69
|
kernelbase: Forward some more classes in GetFileInformationByHandleEx().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2022-10-31 12:11:55 +01:00 |
|