summaryrefslogtreecommitdiff
path: root/hw/xwin/winmultiwindowwindow.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-06Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWMAlexander Gottwald1-0/+6
2004-11-04Add InternalWM mode.Kensuke Matsuzaki1-5/+23
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-156/+264
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-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-992/+280
2003-11-14Initial revisionKaleb Keithley1-0/+1574