summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwndproc.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Handle and ignore WM_ERASEBKGND since we repaint the entire invalidated regio...Jon TURNEY1-0/+8
2009-10-15In -multiwindow mode, tell Windows we wish to capture the mouse when a button...Jon TURNEY1-22/+37
2009-10-15Reduce MOUSE_POLLING_INTERVAL from 500ms to 50msJon TURNEY1-1/+0
2009-10-15Hint handling fixesJon TURNEY1-9/+33
2009-10-15Fix internal WM so it only allows WM_MOUSEWHEEL messages to act on the client...Jon TURNEY1-4/+7
2009-10-15Prevent the mouse wheel from stalling when another window is minimized.Jon TURNEY1-0/+4
2009-10-15Fix the annoying menu/tooltip 'punch-through' problem in -multiwindow mode.Jon TURNEY1-0/+1
2009-10-15Correctly parent XA_WM_TRANSIENT_FOR windows in -multiwindow mode when a wind...Jon TURNEY1-0/+8
2009-10-15Notify X when the keyboard focus is lost to a pure Windows window in -multiwi...Jon TURNEY1-0/+3
2009-10-15Apply window style hints in -multiwindow modeJon TURNEY1-65/+26
2009-10-04Update to enqueue pointer motion event on mouse movementJon TURNEY1-3/+3
2009-10-04Update for MPX device changesJon TURNEY1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-1/+1
2007-05-11Missing piece from bug 9808Colin Harrison1-2/+3
2007-05-09Fix bad use of hwnd (bug: 9808)Colin Harrison1-2/+2
2006-08-24Apply patch in bug #7919, blit improvements inAlan Hourihane1-11/+9
2006-08-18Fix bug #7280, round title corner backgroundAlan Hourihane1-0/+9
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button releaseAlan Hourihane1-0/+7
2005-07-05Fix problem with fake Control press on Alt-GrAlexander Gottwald1-4/+2
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2005-06-30Pass serverClient instead of NULL to ConfigureWindow. This should fix aAlexander Gottwald1-1/+1
2005-06-03Backout last winRaiseWindow patch which caused stacking problemsAlexander Gottwald1-2/+1
2005-05-08Only call ConfigureWindow from winRaiseWindow if the windows messageAlexander Gottwald1-1/+2
2005-04-19Prevent recursive calls to winRaiseWindow.Alexander Gottwald1-1/+5
2005-03-10Force rebuilding of window stack if a window changes it's state fromAlexander Gottwald1-1/+17
2005-03-07Prevent winRaiseWindow from calling ConfigureWindow if the message was sentAlexander Gottwald1-1/+5
2005-02-24on WM_WINDOWPOSCHANGED raise window directly and in sync without utilizingAlexander Gottwald1-48/+14
2005-02-12winmultiwindowwindow.cAlexander Gottwald1-69/+5
2005-01-31winmultiwindowwindow.cAlexander Gottwald1-1/+61
2005-01-31winmessages.hAlexander Gottwald1-13/+2
2004-09-15add support for mice with more than 3 buttons and one scroll wheel (ChrisAlexander Gottwald1-0/+10
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-187/+231
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25Initial revisionKaleb Keithley1-0/+1005