Displaying 9 results from an estimated 9 matches for "setcapture".
2002 Feb 21
1
Help tracing WINE funcion..
...a 'edit' window (like when you bring your program up, to
edit it) the screen freezes.
when I ran wine --debugmsg +win vfp.exe, my last line of trace is:
trace:win:EVENT_Capture (0x20021)
So I saw that SetCapure() called EventCapture(), and I'm trying to see
what all (yikes!) calles SetCapture()
I started with
[rick@pc99 wine]$ grep -nri --include *.c setcapture *
to get all the c files with set capture.
So now that I've added more traces, that command outputs (basically):
controls/button.c:234: TRACE_(win)("Calling SetCapture in
button.c\n");
controls/button.c:2...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
I'm trying to help with http://bugs.codeweavers.com/show_bug.cgi?id=434
and came across my thread from Feb, that I must have missed.
>> -----------------------------------
>> Non-Working (wine-2002-02-20 cvs)
>> trace:win:SetCapture Calling Event_Capture
>> trace:win:EVENT_Capture (0x20021) Window #!! -Maybe?
>> trace:win:EVENT_Capture About to Return from Event Capture!!!
>> Prev(0) Wnd(131105)
>>
>> 0806d550:Ret user32.SetCapture() retval=00000000 ret=0065fe45
>
>From...
2016 Apr 12
0
Wine release 1.8.2
...to changes in WM_CAPTURECHANGED handler.
comctl32: Ensure that trackbar respond only to changes in WM_CAPTURECHANGED handler.
comctl32: Ensure that toolbar respond only to changes in WM_CAPTURECHANGED handler.
user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice.
Dmitry Timoshkov (1):
kernel32: CompareStringW should abort on the first nonmatching character to avoid an invalid memory access.
Frédéric Delanoy (1):
winemaker: Markup fixes in French translation.
Hans Leidekker (3):
msiexec: Fix manpage markup for repair a...
2013 May 10
0
Wine release 1.5.30
...g to events that were in Cocoa's queue when clipping started.
winemac: Prefer absolute mouse moves unless cursor is pinned by clipping or desktop edges.
winemac: Mouse drags don't imply anything about z-order of target window because of implicit capture.
winemac: Implement SetCapture().
winemac: Unminimize a window on activation if there are only minimized windows.
Marcus Meissner (8):
d3dx9_36: Use correct loop index (Coverity).
mshtml: Specify correct variable in TRACE (Coverity).
wbemprox: Free server on exit (Coverity).
wbemprox: Initialize de...
2016 Mar 18
0
Wine release 1.9.6
...if any poly{line|gon} has fewer than two points.
gdi32/tests: Add tests for EMF PolyPolyline record creation.
riched20: \pard resets the reading direction.
riched20: Set the base embedding level for RTL paragraphs.
Jacek Caban (6):
winex11.drv: Use grabbed window display in SetCapture.
kernel32: Don't set unconditionally SECTION_QUERY flag in OpenFileMapping.
msxml3: Store xmlnode reference in xmlnodemap object.
msxml6: Added support for CLSID_XMLSchemaCache60 in XMLSchemaCache60::QueryInterface.
mshtml: Fixed cloning comment nodes.
mshtml: Fixe...
2015 Jul 28
0
Wine release 1.7.48
...shell32: Handle executable with space in path in SHELL_execute.
shell32: Fix SHELL_execute code that removes quote arround file name.
msvcrt: Don't call DeleteCriticalSection on static critical section.
winemac.drv: Release mouse capture when destroying window specified in SetCapture call.
mshtml: Test body.offsetHeight value in quirks mode.
Qian Hong (1):
kernel32: Fix GetComputerName buffer overflow.
Sebastian Lackner (30):
ntdll: Fix incorrect assignment in assert statement (Coverity).
dwrite: Avoid dereferencing NULL pointer for fonts without VDMX....
2016 Feb 05
0
Wine release 1.9.3
...y to changes in WM_CAPTURECHANGED handler.
comctl32: Ensure that trackbar respond only to changes in WM_CAPTURECHANGED handler.
user32: Ensure that button responds only to changes in WM_CAPTURECHANGED handler.
user32: A window may be notified with WM_CAPTURECHANGED about itself if SetCapture() is called twice.
Fran?ois Gouget (18):
bcrypt/tests: Add a trailing '\n' to some ok() calls.
mshtml/tests: Add a trailing '\n' to an ok() call.
bcrypt: Add a trailing '\n' to a WARN() call.
shell32/tests: Trace the last ShellExecute command wheneve...
2017 Jun 09
0
Wine release 2.10
...ement ShowWindow to put icons off-screen.
wineandroid: Implement SetParent and forward it to Java.
explorer: Allow the driver to override the desktop winproc at creation time.
wineandroid: Properly clean up windows that aren't destroyed explicitly.
wineandroid: Implement SetCapture and store the capture window in the desktop process for global captures.
wineandroid: Add support for mouse events.
wineandroid: Add support for keyboard events.
wineandroid: Implement ToUnicodeEx.
Alistair Leslie-Hughes (6):
include/mfapi.h: Add standard GUID defines....
2008 Mar 21
0
Wine release 0.9.58
...be defined in libuuid.
msvcrt: Implemented __CppXcptFilter.
advapi32: Implemented RegOverridePredefKey.
winex11: Discard ConfigureNotify events even if the intervening events are for other windows.
user32: Add a helper function to set the capture window.
user32: Add a SetCapture function to the driver interface.
winex11: Moved support for window moving/resizing back to user32.
winex11: Check if _NET_WM_MOVERESIZE is supported before using it.
comctl32/tests: Avoid size_t printf format warnings.
makefiles: Consider all .res files as object files....