summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwndproc.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY1-9/+0
2009-10-14Xming: Fix various 'ISO C90 forbids mixed declarations and code' warningsColin Harrison1-8/+10
2009-07-03Xming: Apply window style hints in -multiwindow modeColin Harrison1-65/+26
2009-06-29Cygwin/X: Avoid a visual glitch on window move in rootless modesJon TURNEY1-0/+8
2009-06-29Cygwin/X: Improve mouse tracking for moving/resizing undecorated windowsJon TURNEY1-22/+37
2009-05-27Xming: Prevent the mouse wheel from stalling when another window is minimized.Colin Harrison1-0/+4
2009-05-27Cygwin/X: Correctly allow for the native window frame width in ValidateSizing()Jon TURNEY1-9/+12
2009-01-19Xming: Notify X when the keyboard focus is lost to a pure Windows window in -...Colin Harrison1-0/+3
2009-01-19Xming: Only allow WM_MOUSEWHEEL messages to act on the client area of a focus...Colin Harrison1-4/+7
2009-01-19Xming: Correctly parent XA_WM_TRANSIENT_FOR windows in -multiwindow mode when...Colin Harrison1-0/+8
2009-01-15Xming: Reduce MOUSE_POLLING_INTERVALColin Harrison1-1/+0
2008-12-17Cygwin/X: enqueue a pointer motion event on mouse movementJon TURNEY1-3/+3
2008-12-17Cygwin/X: update 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