summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwindow.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-07hw/xwin: In multiwindow mode, do window minimization entirely in the WMJon Turney1-38/+0
2016-04-07hw/xwin: xcbify code for converting X11 icon to Win32 iconJon Turney1-0/+2
2016-03-09hw/xwin: Remove unused FinishCreateWindowsWindow engine functionJon Turney1-4/+0
2016-03-09hw/xwin: Remove fInternalWM flagJon Turney1-12/+0
2016-02-29xwin: In multiwindow mode, look up the HWND for the parent windowJon Turney1-3/+7
2016-02-29xwin: Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
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
2005-03-07Prevent winRaiseWindow from calling ConfigureWindow if the message was sentAlexander Gottwald1-1/+7
2005-02-12win.hAlexander Gottwald1-39/+69
2005-01-31winmultiwindowwindow.cAlexander Gottwald1-1/+1
2005-01-12winmsg.cAlexander Gottwald1-4/+4
2004-12-05redone ddraw.h to be able to mix it with w32api style COM header files.Alexander Gottwald1-3/+19
2004-11-29Fixed windows.h include for cygwin.Alexander Gottwald1-1/+2
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-1/+2