summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwindow.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Fix custom sysmenu not used initiallyJon Turney1-6/+0
2016-03-02Fix format warnings on x86Jon Turney1-4/+4
2016-03-02Avoid potential re-entrancy of xserver code in winPositionWindowMultiwindowJon Turney1-21/+31
2016-01-12Re-order window creation processJon Turney1-10/+0
2016-01-12Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()Jon Turney1-5/+0
2015-11-11Remove unused FinishCreateWindowsWindow engine functionJon Turney1-4/+0
2015-11-11In multiwindow mode, look up the HWND for the parent windowJon Turney1-3/+7
2015-11-11Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
2015-11-11Ignore WM_NORMAL_HINTS PPosition if it is the originJon Turney1-7/+19
2015-11-10Merge branch 'xcbification'Jon Turney1-50/+0
2015-11-10Make AIGLX work in non-toplevel windowsJon Turney1-35/+244
2015-11-10In multiwindow mode, do window minimization entirely in the WMJon Turney1-50/+0
2015-11-10xcbify code for converting X11 icon to Win32 iconJon Turney1-0/+2
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY1-12/+12
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for XID typeJon TURNEY1-7/+9
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY1-8/+8
2014-11-12Drop trailing whitespacesPeter Hutterer1-3/+3
2014-10-09hw/xwin: Fix format warnings with debug printing of pointers on 64-bitJon TURNEY1-7/+7
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-06-10hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an integer ...Jon TURNEY1-2/+2
2013-06-10hw/xwin: winMultiWindowGetTransientFor() returns an XID not a WindowPtrJon TURNEY1-4/+4
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winMinimizeWindow() when buil...Jon TURNEY1-4/+1
2012-08-03hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY1-11/+7
2012-03-21Introduce a consistent coding styleKeith Packard1-656/+633
2012-01-26hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destructionJon TURNEY1-2/+0
2011-07-07hw/xwin: Report Window XIDs in Window debug messagesJon TURNEY1-12/+5
2011-07-07hw/xwin: Add a flag to track which windows have been drawn to using WGL.Jon TURNEY1-1/+9
2011-06-29Cygwin/X: Preserve client area size and position on Windows window style changeJon TURNEY1-5/+32
2011-04-27Cygwin/X: Don't make InputOnly windows visibleJon TURNEY1-6/+11
2011-04-27Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY1-1/+12
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY1-9/+0
2010-10-19Cygwin/X: Drop several unneeded includes of winprefs.hJon TURNEY1-1/+0
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY1-1/+2
2010-02-05Cygwin/X: Window placement refinement for multiwindow modeJon TURNEY1-0/+7
2009-11-09Xming: Tidy up code for initial native window positioningColin Harrison1-12/+13
2009-11-09Cygwin/X: Fix typo in g_fAnotherWMRunning and tidy up WM detection codeJon TURNEY1-12/+0
2009-11-09Xming: Replace all the uses of deprecated functions in hw/xwin with current onesColin Harrison1-1/+1
2009-07-26Cygwin/X: Update Get/SetWindowLong() to Get/SetWindowLongPtr() everywhereColin Harrison1-1/+1
2009-07-21Cygwin/X: winInitMultiWindowClass() should be staticJon TURNEY1-0/+1
2009-07-03Cygwin/X: Change to a single native window class for all X windowsJoe Krahn1-90/+42
2009-02-12Cygwin/X: Place prototype for winSelectIcons() in a header fileJon TURNEY1-2/+0
2009-01-19Xming: Correctly parent XA_WM_TRANSIENT_FOR windows in -multiwindow mode when...Colin Harrison1-1/+14
2009-01-15Xming: Reduce MOUSE_POLLING_INTERVALColin Harrison1-7/+0
2008-12-18Xming, Cygwin/X: Tidy up warnings, headers and unused variables (#11132)Colin Harrison1-7/+3
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-2/+0
2006-12-11Fix Tooltip from minimized clientsAlan Hourihane1-4/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2005-06-08Fix crash reported by Øyvind HarboeAlexander Gottwald1-0/+5