Displaying 11 results from an estimated 11 matches for "wm_mousemove".
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...re() retval=00000000 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 sig...
2001 Aug 20
1
Event trail info help request
...ays 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 memo component complete with hex representation of the
hwnd from the message.
I'm running the program with
wine -managed --debugmsg +event Project1.exe
This applies to all the windows programs I have run so far. I use Calc.exe from...
2001 May 05
1
fix for oggdrop disappearing window
Hi,
I don't know if this problem has been looked at yet. The latest version of
oggdrop I found was at
http://www.vorbis.com/files/beta4/windows/oggdrop-1.0beta4.zip. If you whip
the window quickly from right to left, the client mouse coordinate in
WM_MOUSEMOVE *can* be negative and so the LOWORD and HIWORD macros will cast
the mouse coordinates to insanely high 64K-ish values. Then the
SetWindowPos moves the window into lala land never to be seen again. I
don't think windows should ever give you a neg client coordinate, but it
does (maybe it's...
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...
> Intere...
2011 Apr 15
0
Wine release 1.3.18
...: Avoid accessing the dialog info of a destroyed window.
winex11: Update the cursor on the clip window when the pointer grab starts.
winex11: Simplify the event handler lookup, and support names in debug traces for extension events.
server: Fix a memory leak.
server: Queue a WM_MOUSEMOVE message when the cursor position is explicitly changed.
server: Warp the mouse inside the clipping rectangle when it's set.
server: Don't queue a hardware WM_MOUSEMOVE if the position hasn't changed.
gdi32: Avoid reading bits outside of the glyph bitmap in GetGlyphOutl...
2012 Jun 15
0
Wine release 1.4.1
...tServices().
Morten R?nne (3):
wineconsole: Fixed a wrong word in message.
po: Updated Danish translation.
po: Updated Danish translation.
Nicolas Le Cam (1):
configure.ac: Prefer pkg-config over freetype-config.
Nikolay Sivov (8):
comctl32: Update thumb position on WM_MOUSEMOVE instead of deferring it.
comctl32: Update thumb position on autopage instead of deferring it.
shell32: Added a stub for IShellDispatch2.
shell32: Implement IShellDispatch2::IsServiceRunning().
comctl32: Properly disable redraw on tab control.
comctl32: When created wit...
2012 Mar 16
0
Wine release 1.5.0
...MXWriter.
msxml3: Check for unsafe cast in addCollection().
msxml3: Stub support for IMXAttributes.
msxml3: Add stub ISAXAttributes for MXAttributes implementation.
msxml3: Accept names in predicate expressions for XSLPattern queries.
comctl32: Update thumb position on WM_MOUSEMOVE instead of deferring it.
comctl32: Update thumb position on autopage instead of deferring it.
msxml3: Implement IMXAttributes::addAttribute().
msxml3: Implement ISAXAttributes::getLength() for MXAttributes.
msxml3: Implement ISAXAttributes_getQName() for MXAttributes....
2006 Oct 13
0
Wine release 0.9.23
...d: Update Polish translation.
clock: Update Polish translation.
winefile: Update Polish translation.
uninstaller: Fix Polish translation.
comctl32: toolbar: Move add/remove/setrect tooltip code to separate functions.
comctl32: toolbar: Create the tooltip control during WM_MOUSEMOVE so that the NM_TOOLTIPSCREATE is not sent too early.
comctl32: toolbar: Merge AddButtonsA and AddButtonsW into AddButtonsT.
comctl32: toolbar: Fix the TB_ADDSTRING from resources for a NUL delimiter.
comctl32: listview: Don't call ScrollColumn with an out of bounds index when...
2009 Oct 09
0
Wine release 1.1.31
...comctl32/monthcal: Check range limits in MCM_SETCURSEL.
comctl32/monthcal: Parameter fixes for MCM_SETSELRANGE handler: swap selection bounds, store day of week.
comctl32/monthcal: Check configured selection range max width in MCM_SETSELRANGE handler.
comctl32/monthcal: Simplify WM_MOUSEMOVE handler.
comctl32/monthcal: Remove today rectangle and focus drawing code from loops.
comctl32/monthcal: Check date limits on prev/next month buttons and year UpDown control.
comctl32/monthcal: Fix parameter validation in MCM_SETCURSEL handler.
ole32: Check source pointer in...
2009 Jan 30
0
Wine release 1.1.14
...vior to pass the tests.
user32/tests: Ignore WM_IME_SELECT message. Skip mouse hovering test if the mouse isn't where we want.
user32/tests: Don't display window info for hooks that don't contain a window.
user32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.
user32/tests: Don't try to do hook tests if we can't set hooks.
widl: We need an offset after the correlation descriptor for unencapsulated unions.
comcat/tests: Skip tests if we can't create a test category.
gdi32/tests: Fix the mapping test to handle the more...
2009 Dec 04
0
Wine release 1.1.34
...ldCardPathA/W.
Austin Lund (5):
kernel32/tests: Fixed test for GetVolumeNameForVolumeMountPoint on directory.
ddraw/tests: Fix test failure for D3DFMT_A2R10G10B10 pixel format in GetDC tests.
advapi32/tests: Skip tests for ACL file info if ACL info not stored.
winemine: Fix WM_MOUSEMOVE for left and right mouse buttons pressed.
shell32/tests: Fix ITEMIDLIST_format test when running on FAT filesystems.
Charles Davis (4):
gdi32/enhmfdrv: Don't fill in the PelsPerMeter fields in the BITMAPINFOHEADER when blitting.
gdi32/enhmfdrv: Get the source transformation f...