Displaying 11 results from an estimated 11 matches for "motionnotify".
2001 Jul 18
3
App doesn't react
Hi all,
I've downloaded the sources of Wine-20010510 and installed them
successfully (I think).
But when running a Windows-app, the window is in screen, but doesn't
react to my input, like mouse-clicking or typing on the keyboard.
Is this a known prob?
Thanks in advance,
Bram Schoenmakers
:-( ;-) :-)
2001 Jul 11
0
unknown Window
Hy,
yesterday I compiled wine 20.05.2001
I can start windows programms, I immediately get
messages like this:
err:event:EVENT_ProcessEvent Got event MotionNotify for unknown Window 9e3222a8
err:event:EVENT_ProcessEvent Got event MotionNotify for unknown Window 9e3222b9
the number of the Window changed every time, and when I use a button, it
dosn't work: Button press, unknown Window...
What's wrong ?
Bernd
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.3'
...nformation dialog reachable via right-click menu
hide dialog on close and destroy it with player
keep the initial loader around so we know where the player comes from
Set the window title to the original filename
update NEWS
release 0.4.2
back to cvs
handle MotionNotify events
implement FlashVars
various fixes for stability's sake
small fixes
use the new SwfdecLoader API to query better information to display on the media info page.
add descriptions for xml and text
Define XP_UNIX and MOZ_X11 instead of including the (intern...
2007 Apr 27
0
swfdec-mozilla: Changes to 'refs/tags/0.4.4'
...nformation dialog reachable via right-click menu
hide dialog on close and destroy it with player
keep the initial loader around so we know where the player comes from
Set the window title to the original filename
update NEWS
release 0.4.2
back to cvs
handle MotionNotify events
implement FlashVars
various fixes for stability's sake
small fixes
use the new SwfdecLoader API to query better information to display on the media info page.
add descriptions for xml and text
Define XP_UNIX and MOZ_X11 instead of including the (intern...
2006 Dec 28
13
swfdec-mozilla: Changes to 'master'
src/plugin.c | 5 ++---
src/swfmoz_player.c | 41 ++++++++++++++++++++++++++---------------
2 files changed, 28 insertions(+), 18 deletions(-)
New commits:
commit 668da727adcabc3f468bcdd882dd0b0d42d03886
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Dec 28 19:05:20 2006 +0100
use a plugin name and description that mimics the official flash player
These values
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...did. If you have access to the spy++
>program, run it under windows and compare the messages between wine
>and windows.
Ok, I've managed to do that. I ran:
wine --debugmsg +mouse,+event,+window,+message vfp.exe
and this is the end of what I got:
trace:event:EVENT_ProcessEvent Got event MotionNotify for hwnd 1002d
trace:event:EVENT_ProcessEvent returns.
trace:message:SPY_EnterMessage (0001002d) L"{Fox_4000001}" message
[0084] WM_NCHITTEST sent from self wp=00000000 lp=025f0261
trace:message:SPY_EnterMessage (0001002d) DefWindowProc32:
WM_NCHITTEST [0084] wp=00000000 lp=025f0261...
2001 Aug 20
1
Event trail info help request
...ect hwnd is selected for the message every time.
I'm after some assistance as to the message queue structure in wine, so I can try to
locate where the problem arises. I would have suspected something in Delphi, but
of course it works in Windows, and calc.exe fails as well in the same way.
The MotionNotify events go the same way as the MOUSEDOWN/MOUSEUP events, they are delivered
to the wrong hwnd.
Watching the +event trace and my program together in real time, I can see the right message
with the right hwnd in the trace, and the right message with the wrong hwnd in my program.
Thanks in advance fo...
2011 Apr 29
0
Wine release 1.3.19
...Get rid of some redundant coordinate mappings.
dinput: Add a helper function for mouse warping.
dinput: Use a 1x1 clipping rect instead of warping the mouse in exclusive mode.
dinput: Pass mouse messages through if the request to clip the cursor is rejected.
winex11: Ignore MotionNotify events if we have pending RawMotion events.
winex11: Merge consecutive RawMotion events.
configure: Add some quoting required by autoconf 2.68.
atl: Specify the correct instance and cursor when registering a class.
winex11: Grab the mouse in the thread that owns the foregrou...
2011 May 13
0
Wine release 1.3.20
...b when something has changed.
winex11: Set the desktop window gravity to NorthWest to avoid spurious position changes.
makefiles: Tools must be built before includes now.
winex11: Don't use raw events for button events so that we get the right coordinates.
winex11: Allow MotionNotify events through occasionally while XInput is active.
winex11: Try a little harder to clip the cursor to avoid some race conditions.
Anders Jonsson (1):
winecfg: Update Swedish translation.
Andrej Znidarsic (1):
po: Update Slovenian translation.
Andrew Eikum (14):
mmdevapi:...
2008 Mar 21
0
Wine release 0.9.58
...sts: The new string functions don't have to exist.
gdi32: Properly handle SetDIBits failure in StretchDIBits.
winex11: Added an exception handler to catch bad pointers in X11DRV_SetImageBits.
winex11: Add support for merging redundant events, and use it for ConfigureNotify and MotionNotify.
uuid: Avoid some guids that shouldn't 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 functio...
2011 Nov 18
0
Wine release 1.3.33
...he bitmap of a pattern brush.
gdi32: Don't set the bitmap owner when selecting a pattern brush.
winex11: Don't allow setting the cursor across processes while clipping.
winex11: Use the motion event time to decide when to update the cursor.
winex11: Still process all MotionNotify events when using XInput2.
winex11: Remove check for DIB color table in ExtTextOut.
server: Cope with stdio file descriptors being closed on startup.
wineps: Print a fixme for unhandled composite glyph scaling.
comctl32: Add a couple of DIB helper functions for imagelists....