Displaying 4 results from an estimated 4 matches for "addmonitor".
2019 Sep 13
0
Wine release 4.16
...Return error from HttpQueryInfo if number argument is invalid.
wininet: Support large downloads.
ntdll/tests: Adjust timing on RtlWaitOnAddress tests.
Dmitry Timoshkov (14):
rpcrt4: Return an exception code from NdrAsyncClientCall.
localspl: Remove useless NULL checks from AddMonitor trace.
localspl: AddMonitor should create registry entry for a monitor before initializing it.
localspl: Add support for monitors providing the MONITOR2 interface.
localspl: Unload monitor in DeleteMonitor.
localspl: Use the monitor handle returned by InitializePrintMonitor2...
2017 Feb 17
0
Wine release 2.2
...ts: Add test for SetFileTime.
Daniel Lehman (3):
kernel32/tests: Don't call function in assert().
kernel32/tests: Don't call DeleteFile from assert().
opengl32/tests: Fix leak in opengl test (valgrind).
Detlef Riekenberg (2):
localspl: Clear LastError on success in AddMonitor.
winspool/tests: Test LastError on success of AddMonitor.
Dmitry Timoshkov (3):
user32: BUTTON_CalcLabelRect should use the button font.
user32: Fix groupbox rectangle calculation in the button's WM_SETTEXT handler.
kernel32: Replace Peb->BeingDebugged check by Check...
2008 Sep 19
0
Wine release 1.1.5
...iekenberg (8):
include: Update RASCONN and error codes.
rasapi32/tests: Trace the correct variable.
oleaut32: Dump parameter and SYSKIND for LHashValOfNameSysA.
shlwapi: Add a stub for SHSetDefaultDialogFont.
advapi32: Remove outdated comment.
localspl: Implement AddMonitor.
winspool: Use the backend for AddMonitor.
dlls: Do not use __WINE_ALLOC_SIZE between void and *.
Dmitry Timoshkov (11):
gdi32: Don't use pOS2->usWeightClass, some fonts don't set it correctly.
winex11.drv: Fix the scan codes keypad keys section to match the vkey...
2016 Dec 09
0
Wine release 2.0-rc1
...api: Remove dot segments for URLs starting with /.
wininet: Canonicalize URL in HttpOpenRequest.
gdi32: Trace more in CreateEnhMetaFileW.
Detlef Riekenberg (2):
winspool: Use all Fields from DRIVER_INFO_8A when we add a Printer Driver.
localspl: Accept valid environments in AddMonitor.
Donat Enikeev (1):
crypt32/tests: Certificates update to fix chain failures on Fedora 25.
Flávio J. Saraiva (1):
cmd/tests: Add tests for chaining rules of pipe and else.
Hans Leidekker (14):
msi: Fix MSIREG_OpenUserComponentsKey and MSIREG_DeleteUpgradeCodesKey for Wow64....