Displaying 9 results from an estimated 9 matches for "vk_return".
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a
window) and save to a file.
I have this, but I have no idea where it came from, but it gives a
corrupted image
Paul
# -*- ruby -*-
# screen capture --
# This script runs with a Ruby/DL which is included in ruby-1.7.
require ''dl/import''
module ScreenCapture
extend DL::Importable
dlload
2018 Dec 14
0
Wine release 4.0-rc2
...ref_ret_z_ stub definition.
comctl32/tests: Fix a test failure under Windows 7.
comctl32/tests: Add a test to check built-in comctl32 classes.
Eberhard Beilharz (1):
comctl32/imagelist: Fix crash with large number of images.
Fabian Maurer (3):
riched20: Extract handling of VK_RETURN into a method.
riched20/tests: Refactor tests testing VK_RETURN.
riched32: Handle enter press in WM_CHAR instead of WM_KEYDOWN.
François Gouget (6):
user32/tests: Make test_LoadImage_working_directory_run() static.
rpcrt4/tests: Make create_server_process() static.
db...
2008 Apr 18
1
Wine release 0.9.60
...Fix Solaris build error.
user32: Handle IME messages more gracefully.
winex11: Update caret position.
Lei Zhang (38):
user32: Add more tests for ES_WANTRETURN.
user32: Add more tests for single line edit control inside a dialog.
user32: Add tests for edit controls and VK_RETURN.
user32: Add tests for edit controls and VK_TAB.
user32: Fix WM_CHAR return value for edit controls.
user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
gdiplus: Add a stub for GdipSetClipRectI.
u...
2010 Oct 08
0
Wine release 1.2.1
...large.
Vincent Povirk (3):
wineboot: Query windows from all desktops when --end-session --kill is used.
wineboot: Don't abort shutdown if we have to terminate a process.
winecfg: Don't allow virtual desktops smaller than 640x480.
Vladimir Panteleev (1):
user32: Fix VK_RETURN handling in IsDialogMessage for dialogs without an IDOK.
Wolfram Sang (1):
hhctrl: Add check for no filename.
Yaron Shahrabani (5):
notepad: Add Persian translation.
clock: Added Hebrew translation.
wineboot: Added Hebrew translation.
regedit: Added Hebrew translatio...
2010 Sep 18
0
Wine release 1.3.3
...windowscodecs: Implement conversion from CMYK to RGB.
windowscodecs: Override libjpeg's default error handling.
ws2_32: Add a test for selecting invalid sockets.
Vitaly Perov (1):
winspool.drv: Set the printer name in AddJobW.
Vladimir Panteleev (1):
user32: Fix VK_RETURN handling in IsDialogMessage for dialogs without an IDOK.
Wolfram Sang (1):
hhctrl: Add check for no filename.
?ukasz Wojni?owicz (3):
jscript: Update the Polish translation.
shdocvw: Update the Polish translation.
mshtml: Update the Polish translation.
--
Alexandre Jullia...
2009 Sep 02
0
Wine release 1.1.29
...gey Khodych (6):
user32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.
user32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE in a dialog mode.
user32: edit: Improve handling of WM_KEYDOWN VK_TAB in a dialog mode.
user32: edit: Improve handling of WM_KEYDOWN VK_RETURN in a dialog mode.
user32: Use IDOK as default identifier in a template.
user32/tests: Fix a typo.
Stefan D?singer (8):
wined3d: Initialize ps_arb_max_local_constants.
wined3d: Don't use WINED3DADAPTER_DEFAULT as refresh rate.
wined3d: Make it clear that glFlush an...
2008 Apr 04
0
Wine release 0.9.59
...: Add more dialog with edit control tests.
user32: Handle WM_CHAR messages better in edit controls.
user32: Add more DrawText tests.
user32: Add more edit dialog tests.
user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
user32: Use a bogus wildcard in listbox test, change wildcard string to a const.
Maarten Lankhorst (27):
quartz: Parse audio packets in mpeg splitter to obtain the duration.
quartz: Add sanity check to mediaseeking setrate.
quartz...
2009 Oct 23
0
Wine release 1.1.32
...er_picture in X11DRV_XRender_GetSrcAreaStretch.
winex11: Use get_xrender_picture in X11DRV_AlphaBlend.
Sergey Khodych (5):
riched20: Cache ES_WANTRETURN style.
riched20: Enable the dialog mode after receiving WM_GETDLGCODE message.
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
Stefan D?singer (13):
configure: Check for ms_hook_prologue attribute support.
kernel32: Make some functions ho...
2008 May 02
0
Wine release 0.9.61
...necessary #include.
winex11: Allow XIM server to be started after Wine.
Lei Zhang (13):
gdiplus: Initialize variables in the graphics test.
gdiplus: Do not access freed memory in a test.
user32: Add a test for sending WM_KEYDOWN to a child edit control.
user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.
winex11: control + enter should generate '\n' instead of '\r'.
user32: Edit controls should ignore WM_KEYDOWN on control + enter.
advapi32: Replace UuidToStringW call with a sprintfW.
winmm: Do not unload drivers whe...