summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-18Remove incorrect assertion in glxWinDrawableSwapBufferscygwin-patches-for-1.15Jon TURNEY1-7/+0
2014-07-18Warning fixes compiling winOS()Jon TURNEY1-3/+3
2014-07-16Downgrade "forcing window to exist" message to debugJon TURNEY1-1/+1
2014-07-16Check that window position is visible on non-rectangular virtual desktopsJon TURNEY1-8/+12
2014-07-16hw/xwin/glx: Fix a couple of typo bugs in indirect.cJon TURNEY1-6/+3
2014-07-09Give "View logfile" window a better titleJon TURNEY1-1/+1
2014-06-19When generating shims, limit the considered features to GL version <=1.2Jon TURNEY1-5/+8
2014-06-11Ignore WM_NORMAL_HINTS PPosition if it is the originJon TURNEY1-7/+19
2014-06-11Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon TURNEY1-8/+20
2014-06-11Give counts of pixel formats which couldn't be used for various reasonsJon TURNEY1-6/+26
2014-06-11Don't report pbuffer size limitsJon TURNEY1-5/+10
2014-06-11Cosmetic fix to version reporting on x86_64Jon TURNEY1-1/+1
2014-05-05Fix hang on shutdown when we own the clipboard.Jon TURNEY2-46/+27
2014-05-05Fix sometimes missing sysmenu icon on Vista and laterJon TURNEY2-13/+23
2014-05-05Avoid "Your OS is unknown" warning when configuring Xorg for cygwinJon TURNEY1-2/+5
2014-05-05Update .gitignoreJon TURNEY2-1/+5
2014-04-16Fix appearance of windows with only WM_NORMAL_HINTSJon TURNEY1-0/+4
2014-04-16Fix a crash using OpenGL on the root window in multiwindow modeJon TURNEY1-0/+2
2014-04-15Disable PrimaryDD and ShadowDD DirectDraw2 drawing enginesJon TURNEY3-22/+5
2014-04-15Improvements to crash loggingJon TURNEY2-3/+17
2014-04-06Regnerate GLX dispatch codeJon TURNEY6-31/+309
2014-04-06hw/xwin: link dynamically and export symbolsYaakov Selkowitz1-1/+1
2014-04-06Use raise() rather than kill()Jon TURNEY1-1/+1
2014-04-02Don't override the server supported GL extensions string.Jon TURNEY1-3/+0
2014-03-28XGetWMNormalHints() returns non-zero on successJon TURNEY1-2/+1
2014-03-27Enhance -hostintitleJon TURNEY5-9/+16
2014-03-27Fix Xephyr initial window sizing when run without a window managerJon TURNEY1-0/+6
2014-03-27hw/xwin: Add idempotency guard to glwindows.hJon TURNEY1-0/+5
2014-03-27Improve handling of no-decoration motif hintJon TURNEY1-1/+1
2014-03-27Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windows.Jon TURNEY1-1/+6
2014-02-24Fix clipboard restartJon TURNEY3-2/+9
2014-01-11hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon TURNEY1-0/+4
2014-01-11Fix crash when a client exits without deleting GL contextsJon TURNEY2-3/+3
2014-01-06glx: Flush context which is being made non-current due to drawable going awayJon TURNEY3-0/+10
2014-01-06Revert "glx: Simplify glXDestroyContext"Jon TURNEY1-1/+3
2014-01-04Improve reliability of clipboard X->Windows pastesJon TURNEY2-48/+31
2014-01-04Fix a potential crash in winRedrawScreenShadowDDNL()Jon TURNEY1-0/+4
2014-01-04Add controls for monitoring PRIMARY selectionJon TURNEY10-3/+70
2014-01-04Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+194
2014-01-04In SelectionNotify, don't pointlessly retrieve just the size of the propertyJon TURNEY1-18/+2
2014-01-04In SelectionNotify, delete the property containing returned data after we hav...Jon TURNEY1-2/+2
2014-01-04Improve clipboard debug outputJon TURNEY1-8/+13
2014-01-04hw/xwin: Fix WM_ENDSESSION crash on x86_64Jon TURNEY2-0/+8
2014-01-04hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon TURNEY1-1/+13
2014-01-04hw/xwin: Display host architecture triplet in 'About...' dialogJon TURNEY2-2/+2
2014-01-04More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-01-04Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY6-2/+47
2014-01-04Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-3/+9
2014-01-04Add a basic manpage for xwinclipJon TURNEY2-0/+64
2014-01-04In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3