summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwndproc.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Fix a crash in reloading multiwindow mode icons when not in multiwindow mode.unmap-minimized-windowsJon Turney1-1/+1
2016-02-24Unmap minimized windows in rootless modesJon Turney1-0/+29
2016-01-12Fix a problem with initially maximized windowsJon Turney1-0/+4
2016-01-12Re-order window creation processJon Turney1-12/+19
2015-11-11Don't unmap windows on SWP_HIDEWINDOWJon Turney1-8/+12
2015-11-11Push multiwindow wndproc WM_PAINT down into engineJon Turney1-36/+6
2015-11-11Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOWJon Turney1-64/+64
2015-11-11Don't alter window style in WM_SHOWWINDOWJon Turney1-12/+0
2015-11-11Rename WM_WM_MAP[23]Jon Turney1-2/+2
2015-11-11Track the window state in multiwindow mode.Jon Turney1-0/+30
2015-11-10Undefine _XSERVER64 in multiwindow WMJon Turney1-0/+54
2015-11-10Move keyboard event utility functions to wmutil libraryJon Turney1-0/+1
2015-11-10Make AIGLX work in non-toplevel windowsJon Turney1-0/+36
2015-11-10Xming: Fix the annoying menu/tooltip punch-through problem in -multiwindow mode.Colin Harrison1-0/+2
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