summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwndproc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY1-15/+15
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-2/+2
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY1-3/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-03-22hw/xwin: Minimize redraw events after resizing/moving windows in multiwindow ...Oliver Schmidt1-3/+19
2014-03-22hw/xwin: Fix typo in commentColin Harrison1-1/+1
2013-08-30hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen1-1/+1
2013-08-30hw/xwin: Correct winprefs.c function signatures for x64.Colin Harrison1-3/+3
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY1-0/+12
2013-07-23hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY1-2/+2
2013-06-10hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an integer ...Jon TURNEY1-3/+3
2013-01-16hw/xwin: Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOWJon TURNEY1-32/+27
2013-01-16hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...Jon TURNEY1-2/+2
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-27hw/xwin: Add correct taskbar grouping of X windows on Windows 7Tobias Häußler1-0/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-874/+872
2012-01-26hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destructionJon TURNEY1-3/+5
2012-01-26hw/xwin: In multiwindow mode, don't grab native input focus for new windows w...Jon TURNEY1-1/+16
2011-11-02hw/xwin: Link directly to TrackMouseEvent()Jon TURNEY1-2/+2
2011-07-07hw/xwin: Add a flag to track which windows have been drawn to using WGL.Jon TURNEY1-0/+14
2011-06-29Cygwin/X: Preserve client area size and position on Windows window style changeJon TURNEY1-0/+58
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