summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-09-05Add Windows-DRI extensionJon TURNEY13-200/+781
2014-09-05In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon TURNEY1-20/+24
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-25Update .gitignoreJon TURNEY1-1/+4
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-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
2014-07-25hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon TURNEY1-0/+4
2014-07-25Improve reliability of clipboard X->Windows pastesJon TURNEY2-48/+31
2014-07-25Fix a potential crash in winRedrawScreenShadowDDNL()Jon TURNEY1-0/+4
2014-07-25Add controls for monitoring PRIMARY selectionJon TURNEY10-3/+70
2014-07-25Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+194
2014-07-25In SelectionNotify, don't pointlessly retrieve just the size of the propertyJon TURNEY1-18/+2
2014-07-25In SelectionNotify, delete the property containing returned data after we hav...Jon TURNEY1-2/+2
2014-07-25Improve clipboard debug outputJon TURNEY1-8/+13
2014-07-25hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon TURNEY1-1/+13
2014-07-25hw/xwin: Display host architecture triplet in 'About...' dialogJon TURNEY2-2/+2
2014-07-25Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY6-2/+47
2014-07-25Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-3/+9
2014-07-25Add a basic manpage for xwinclipJon TURNEY2-0/+64
2014-07-25In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3
2014-07-25Remove XOpenDisplay() retry codeJon TURNEY1-19/+1
2014-07-25Improve comment about why we can't XCloseDisplay()Jon TURNEY1-2/+5
2014-07-25Remove setjmp()/longjmp() error constantsJon TURNEY2-14/+2
2014-07-25Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY2-5/+3
2014-07-25Use header for prototypes in textconv.cJon TURNEY1-7/+1
2014-07-25Remove unused X includes from internal.h and add them where neededJon TURNEY4-12/+11
2014-07-25Remove standard includes from internal.h and add them where neededJon TURNEY2-17/+9
2014-07-25Add xwinclip test clientJon TURNEY3-0/+178
2014-07-25Changes in error logging to make libwinclipboard useful as a libraryJon TURNEY1-31/+25
2014-07-25Look up atoms in winClipboardProc()Jon TURNEY4-51/+51
2014-07-25Add fUseUnicode as parameter to winClipboardProc()Jon TURNEY3-18/+3
2014-07-25Separate libwinclipboard interface and internal header filesJon TURNEY8-147/+166
2014-07-25Return a shutdown flag from winClipboardProc() if we should stop tryingJon TURNEY3-8/+15
2014-07-25Move clipboard integration code down to a subdirectoryJon TURNEY8-12/+26