search for: wm_lbuttondown

Displaying 11 results from an estimated 11 matches for "wm_lbuttondown".

2001 Aug 20
1
Event trail info help request
G'day all, I'm always running the latest wine built locally, daily from CVS. I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a mouse event bug. I write my software in Borland Delphi 4. For testing, I have written a program that simply intercepts the application message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events, and prints them to a
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...0000 ret=0065fe45 > >From the return adress (0065fe45) you can see that the SetCapture() >is called from your application, not from wine code. >In 9 out of 10 cases this would be done within the handling of some >message, in this case for instance a WM_MOUSEMOVE or WM_LBUTTONDOWN >message. Here that seems not to be the case. That would make a >backtrace from within this call interesting. [...] > >> Maybe someone can get something out of that.. I've been comparing >them >> for the past 30 minutes and I can't see anything significant... >&g...
2002 Feb 21
1
Help tracing WINE funcion..
...way) So now if I run notepad I get: wine --debugmsg +win,+shell,+edit,+header,+accel notepad.exe trace:win:WINPOS_WindowFromPoint found child 10022 trace:edit:EditWndProc_common 32 bit W : WM_MOUSEACTIVATE: hwnd=00010022, wParam=00010021, lParam=02010001 trace:edit:EditWndProc_common 32 bit W : WM_LBUTTONDOWN: hwnd=00010022, wParam=00000001, lParam=002f0041 trace:edit:EDIT_WM_LButtonDown About to SetCapture - edit.c trace:win:SetCapture Calling Event_Capture trace:win:EVENT_Capture (0x10022) Window #!! -Maybe? trace:win:EVENT_Capture About to Return from Event Capture!!! Prev(0) Wnd(65570) What I...
2005 Aug 30
0
No subject
is called from your application, not from wine code. In 9 out of 10 cases this would be done within the handling of some message, in this case for instance a WM_MOUSEMOVE or WM_LBUTTONDOWN message. Here that seems not to be the case. That would make a backtrace from within this call interesting. [...] > Maybe someone can get something out of that.. I've been comparing them > for the past 30 minutes and I can't see anything significant... > Interesting x11drv retur...
2015 Dec 04
0
Wine release 1.8-rc3
...sts for CoGetMalloc(). browseui: Use defined context kind constant with CoGetMalloc(). Olivier F. R. Dierick (2): shlwapi: SHFreeShared returns TRUE when passed NULL handle. shlwapi/tests: Test SHFreeShared with NULL handle. Piotr Caban (2): comctl32: Set listview focus in WM_LBUTTONDOWN. msiexec: Avoid broken pipe error caused by setting SERVICE_STOPPED state twice. Qian Hong (3): ntdll/tests: Add SIMD exception test for floating point invalid operation fault. ntdll: Silence useless fixme message when handling SIMD floating point invalid operation exception....
2019 Nov 15
0
Wine release 4.20
...() functions to kernelbase. shell32: Process all messages in control panel. d3d: Revert test hacks that shouldn't have been committed. kernel32: Get rid of LOCALE_IDEFAULTUNIXCODEPAGE. Alistair Leslie-Hughes (14): user32: WM_MOUSEACTIVATE should return MA_NOACTIVATE for WM_LBUTTONDOWN/HTCAPTION message. dmstyle: IDirectMusicTrack GetParam add pointer check. dsdmo: Added dll. dsound/tests: Add media object query tests. dmime: Trace dwGroupBits parameter consistently. dmband: Handle the DirectX 7 version of DMUS_IO_INSTRUMENT structure. dmscript...
2020 Feb 16
0
Wine release 5.2
...1): krnl386.exe: Make CallProcEx32W16 clear CPEX_DEST_CDECL flag before looping over arguments. Dmitry Timoshkov (18): comctl32/tests: Add a test for notification messages order in the monthcal control. comctl32: For multiselect monthcal control send MCN_SELCHANGE notification on WM_LBUTTONDOWN event. ntdll: Split logic for MemoryBasicInformation into a separate function. user32/tests: Add some tests for Static/SS_BITMAP control. comctl32/tests: Add some tests for Static/SS_BITMAP control. gdiplus: Make GdipGetNearestColor print FIXME only if indexed bitmap is asso...
2011 Nov 04
0
Wine release 1.3.32
...8644" - Mandelbulb in 1K intro crashes 25826 msctf:inputprocessor tests fail on clang 25929 VGA Planets 3.5.025 fails to run 25983 Double Sound (Alsa and Pulse) 26150 ElektroManager broken due to mlang.GetGlobalFontLinkObject 26354 Quicken Deluxe 2009 crashes 26355 Webbrowser WM_LBUTTONDOWN message don't work 26427 AutoCAD 2008: AdMigrator.exe crashes 26474 Wineconsole does not always exit when its child exits 26643 Undefined symbols _SSLCopyPeerCertificates on Mac OS X 10.4.11 27173 ACDSee Pro 4 crashes during installation 27194 The Witcher 2: White/coloured screen...
2007 Oct 26
0
Wine release 0.9.48
...NULL because NULL isn't defined. Konstantin Kondratyuk (1): mpr: Delete a stub trace. Lei Zhang (6): comctl32: Simplify monthcal test. comctl32: Monthcal today link test. comctl32: Select today's date when the today link is clicked. comctl32: Correct monthcal WM_LBUTTONDOWN return values. comctl32: Monthcal should send notifications when today link gets clicked. user32: Do not send button click to dialog with disabled default button. Lionel Debroux (11): comctl32: Remove redundant NULL check before free (found by Smatch). comctl32: Remove redu...
2009 Mar 13
0
Wine release 1.1.17
...winhlp32: Use EM_SCROLL to scroll richedit control. richedit: Respect manually added links when autourldetect is disabled. richedit: Count graphics towards line width. winhlp32: Prevent cursor flicker on mouse moves over richedit control. winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP. Eric Pouech (1): winex11: Correctly pad 1 bpp DDB's lines with 0 values. Francois Gouget (14): uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'. sane.ds: Fix compilation with older SANE headers. libwine: Reenable...
2008 Aug 22
0
Wine release 1.1.3
...les. winhlp32: Use TopicOffset mapping and get rid of unused function. Lei Zhang (4): cmd: Check the return value from HeapAlloc. comctl32: Add a test for TTM_GETTEXT. shell32: Handle directories in ShellExecute. comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN. Luis C. Busquets P?rez (3): d3dx9: Implementation of D3DXGetPixelShaderProfile. d3dx9: Implementation of D3DXGetVertexShaderProfile. d3dx9: Avoid assignment in D3DXGetVertexShaderProfile. Maarten Lankhorst (14): qcap: Make the server directly register a filter instead of...