summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Merge branch 'cygwin-patches-for-1.17' into cygwin-release-1.17xserver-cygwin-1.17.1-5Jon TURNEY9-136/+233
2015-06-02Fix broken Qt menusJon TURNEY1-27/+34
2015-06-02Update WM_STATE, _NET_WM_STATE when window state changesJon TURNEY1-25/+120
2015-06-02Track the window state in multiwindow mode.Jon TURNEY4-55/+81
2015-06-02Separate logfile name format and logfile nameJon TURNEY4-12/+10
2015-06-02Remove duplicate LogInit() callsJon TURNEY5-35/+6
2015-06-02Fix -silent-dup-errorJon TURNEY1-10/+10
2015-04-29Merge branch 'cygwin-patches-for-1.17' into cygwin-release-1.17xserver-cygwin-1.17.1-3Jon TURNEY8-46/+126
2015-04-29Include sys/select.h where needed to fix compilationJon TURNEY3-0/+3
2015-04-29Check for just the hostname in window titleJon TURNEY1-13/+22
2015-04-23Keyboard layout updatesJon TURNEY3-33/+96
2015-04-23Improve crashreportingJon TURNEY1-0/+5
2015-02-22Merge branch 'cygwin-patches-for-1.17' into cygwin-release-1.17xserver-cygwin-1.17.1-2Jon TURNEY3-3/+25
2015-02-22Log locale when it's not supported by XJon TURNEY1-2/+5
2015-02-22Add marketing name for Windows 10.0Jon TURNEY1-0/+8
2015-02-22Fixes for updated RANDR interface usesJon TURNEY1-1/+12
2015-02-13Merge branch 'cygwin-patches-for-1.17' into cygwin-release-1.17xserver-cygwin-1.17.1-1Jon TURNEY1-11/+70
2015-02-13Ensure that XRANDR reports an outputJon TURNEY1-11/+70
2015-02-09Merge branch 'cygwin-warning-fixes-for-1.17' into cygwin-patches-for-1.17xserver-cygwin-1.17.0-1Jon TURNEY15-43/+44
2015-02-09Merge branch 'clipboard-debug-for-1.17' into cygwin-patches-for-1.17Jon TURNEY6-15/+118
2015-02-08Add a tentative entry for the Korean keyboard to the list of known keyboardsColin Harrison1-0/+1
2015-02-08Defend against crashes in glxWinScreenProbe()Jon TURNEY1-9/+101
2015-02-08Default to -noresize when -fullscreen is usedJon TURNEY7-10/+26
2015-02-08Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-0/+32
2015-02-08Use WM_CLIPBOARDUPDATE clipboard APIJon TURNEY3-39/+86
2015-02-08Tell LogInit() to backup previous logfile as .oldJon TURNEY2-4/+4
2015-02-08Unsilence an XErrorHandlerJon TURNEY1-2/+0
2015-02-08Downgrade some uninformative, always-emitted log output to debugJon TURNEY3-8/+8
2015-02-08Use _NET_WM_NAME for window titles in multiwindow modeJon TURNEY1-18/+47
2015-02-08Add Windows-DRI extensionJon TURNEY13-200/+783
2015-02-08In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon TURNEY1-20/+24
2015-02-08Check that window position is visible on non-rectangular virtual desktopsJon TURNEY1-8/+12
2015-02-08Ignore WM_NORMAL_HINTS PPosition if it is the originJon TURNEY1-7/+19
2015-02-08Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon TURNEY1-8/+20
2015-02-08Give counts of pixel formats which couldn't be used for various reasonsJon TURNEY1-6/+26
2015-02-08Don't report pbuffer size limitsJon TURNEY1-5/+10
2015-02-08Fix sometimes missing sysmenu icon on Vista and laterJon TURNEY2-13/+23
2015-02-08Fix appearance of windows with only WM_NORMAL_HINTSJon TURNEY1-0/+4
2015-02-08Disable ShadowDD DirectDraw2 drawing engineJon TURNEY3-12/+4
2015-02-08XGetWMNormalHints() returns non-zero on successJon TURNEY1-2/+1
2015-02-08Turn on -hostintitle by defaultJon TURNEY4-3/+9
2015-02-08Improve handling of no-decoration motif hintJon TURNEY1-1/+1
2015-02-08Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windows.Jon TURNEY1-1/+6
2015-02-08hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon TURNEY1-0/+4
2015-02-08hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon TURNEY1-1/+13
2015-02-08hw/xwin: Display host architecture triplet in 'About...' dialogJon TURNEY2-2/+2
2015-02-08Undefine _XSERVER64 in multiwindow WMJon TURNEY3-62/+66
2015-02-08Work-around problems with using Xlib client macros in the server in a 64-bit ...Jon TURNEY3-10/+10
2015-02-08Add a screen PaintWindow wrapperJon TURNEY1-1/+1
2015-02-08Adjust keyboard functions so that they are useful in a libraryJon TURNEY4-19/+32