summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Improve code generator to deal with latest Khronos OpenGL registry XMLcygwin-patches-for-1.16Jon TURNEY1-49/+52
2014-12-12Typo fix in "Fix crash when a client exits without deleting GL contexts"Jon TURNEY1-1/+1
2014-11-26Add a tentative entry for the Korean keyboard to the list of known keyboardsColin Harrison1-0/+1
2014-11-26Defend against crashes in glxWinScreenProbe()Jon TURNEY1-9/+101
2014-11-11Default to -noresize when -fullscreen is usedJon TURNEY7-10/+26
2014-11-10Teach vpnprintf() how to handle "%*.*s"Jon TURNEY1-4/+24
2014-11-10Revert "Simplify format specifier in XdmcpFatal() for vpnprintf()"Jon TURNEY1-5/+2
2014-11-10Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-0/+32
2014-11-10Report window title as well as hwnd for clipboard owner when we can't open itJon TURNEY1-2/+14
2014-11-10Add some debug output to dump clipboard formats when GetClipboardData() failsJon TURNEY1-0/+20
2014-11-10Use WM_CLIPBOARDUPDATE clipboard APIJon TURNEY3-42/+89
2014-10-14Tell LogInit() to backup previous logfile as .oldJon TURNEY2-4/+4
2014-10-11Simplify format specifier in XdmcpFatal() for vpnprintf()Jon TURNEY1-2/+5
2014-10-11Separate crash reporting from backtrace loggingJon TURNEY3-0/+12
2014-10-08Add marketing name for Windows 6.4 and manifest for compatibilityJon TURNEY2-0/+5
2014-10-08Unsilence an XErrorHandlerJon TURNEY1-2/+0
2014-10-01Fix transposed %d %s in format stringJon TURNEY1-1/+1
2014-09-29Don't allocate one wchar_t too much for unicode text placed on the Windows cl...Colin Harrison1-14/+9
2014-09-29Improve handling of some error conditions associated with xkbcomp temporary fileJon TURNEY2-7/+10
2014-09-29Downgrade some uninformative, always-emitted log output to debugJon TURNEY3-8/+8
2014-09-29Use _NET_WM_NAME for window titles in multiwindow modeJon TURNEY1-18/+47
2014-09-19Improve clipboard debug outputJon TURNEY2-6/+8
2014-09-17Also turn on -nolock when /tmp is on an exFAT filesystemJon TURNEY1-1/+2
2014-09-05Add Windows-DRI extensionJon TURNEY16-201/+794
2014-09-05In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon TURNEY1-20/+24
2014-08-17-displayfd should check ports up to 65535Jon TURNEY1-1/+1
2014-08-17Make -displayfd respect -pn/-nopnJon TURNEY1-5/+6
2014-07-25Remove incorrect assertion in glxWinDrawableSwapBuffersJon TURNEY1-7/+0
2014-07-25Downgrade "forcing window to exist" message to debugJon TURNEY1-1/+1
2014-07-25Check that window position is visible on non-rectangular virtual desktopsJon TURNEY1-8/+12
2014-07-25hw/xwin/glx: Fix a couple of typo bugs in indirect.cJon TURNEY1-6/+3
2014-07-25Ignore WM_NORMAL_HINTS PPosition if it is the originJon TURNEY1-7/+19
2014-07-25Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon TURNEY1-8/+20
2014-07-25Give counts of pixel formats which couldn't be used for various reasonsJon TURNEY1-6/+26
2014-07-25Don't report pbuffer size limitsJon TURNEY1-5/+10
2014-07-25Fix hang on shutdown when we own the clipboard.Jon TURNEY1-45/+25
2014-07-25Fix sometimes missing sysmenu icon on Vista and laterJon TURNEY2-13/+23
2014-07-25Avoid "Your OS is unknown" warning when configuring Xorg for cygwinJon TURNEY1-2/+5
2014-07-25Update .gitignoreJon TURNEY2-1/+5
2014-07-25Fix appearance of windows with only WM_NORMAL_HINTSJon TURNEY1-0/+4
2014-07-25Disable PrimaryDD and ShadowDD DirectDraw2 drawing enginesJon TURNEY3-22/+5
2014-07-25Improvements to crash loggingJon TURNEY2-3/+17
2014-07-25Regnerate GLX dispatch codeJon TURNEY6-31/+309
2014-07-25Don't override the server supported GL extensions string.Jon TURNEY1-3/+0
2014-07-25XGetWMNormalHints() returns non-zero on successJon TURNEY1-2/+1
2014-07-25Turn on -hostintitle by defaultJon TURNEY4-3/+9
2014-07-25hw/xwin: Add idempotency guard to glwindows.hJon TURNEY1-0/+5
2014-07-25Improve handling of no-decoration motif hintJon TURNEY1-1/+1
2014-07-25Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windows.Jon TURNEY1-1/+6
2014-07-25Fix clipboard restartJon TURNEY3-2/+9