summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2015-04-22hw/xwin/winclipboard: Link xwinclip with -lpthreadJon TURNEY1-1/+1
2015-03-23hw/xwin: Report OS version in logJon TURNEY5-1/+95
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY8-1287/+5
2015-03-23hw/xwin: Only set native positions if XINERAMA is enabledJon TURNEY1-8/+12
2015-03-23hw/xwin: Register native screens with pseudoramiXJon TURNEY2-0/+61
2015-03-16hw/xwin: Turn on -hostintitle by defaultJon TURNEY4-3/+9
2015-03-16hw/xwin: Report Cygwin version information in logJon TURNEY1-0/+14
2015-03-16hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL regist...Jon TURNEY1-12/+25
2015-03-16hw/xwin/glx: Refactor parsing of the <proto> XML elementJon TURNEY1-39/+26
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-12-08Merge remote-tracking branch 'jturney/master'Keith Packard15-209/+345
2014-11-12Drop trailing whitespacesPeter Hutterer20-52/+52
2014-11-09hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...Colin Harrison1-14/+9
2014-11-09hw/xwin: Fix hang on shutdown when we own the clipboard.Jon TURNEY1-41/+25
2014-11-09hw/xwin: Fix clipboard thread restartJon TURNEY3-2/+9
2014-11-09hw/xwin: Improve reliability of clipboard X->Windows pastesJon TURNEY2-43/+41
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY11-3/+77
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+195
2014-11-06hw/xwin: In SelectionNotify, don't pointlessly retrieve just the size of the ...Jon TURNEY1-18/+2
2014-11-06hw/xwin: In SelectionNotify, delete the property containing returned data aft...Jon TURNEY1-2/+2
2014-11-06hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.hJon TURNEY2-15/+0
2014-10-27Merge remote-tracking branch 'jturney/master'Keith Packard14-29/+29
2014-10-09hw/xwin: Fix unused variable warning in winCreateMsgWindow()Jon TURNEY1-2/+1
2014-10-09hw/xwin: Fix redundant declaration warning in winprefslex.lJon TURNEY1-2/+0
2014-10-09hw/xwin: Fix warning in yyerror()Jon TURNEY1-2/+1
2014-10-09hw/xwin: Fix const warning in winPrefsLoadPreferences()Jon TURNEY1-1/+1
2014-10-09hw/xwin: Fix const warnings in winprefsyacc.yJon TURNEY1-4/+4
2014-10-09hw/xwin: Fix const warning in winCheckDisplayNumber()Jon TURNEY1-1/+1
2014-10-09hw/xwin: Fix warning in winXIconToHICON()Jon TURNEY1-1/+1
2014-10-09hw/xwin: Fix format warnings with debug printing of pointers on 64-bitJon TURNEY8-17/+17
2014-10-09hw/xwin: Fix warnings in glx/glshim.cJon TURNEY1-0/+3
2014-10-09hw/xwin: Fix compilation with -Werror=declaration-after-statementJon TURNEY1-1/+2
2014-10-09hw/xwin: Fix compilation with -Werror=return-typeJon TURNEY1-1/+1
2014-10-09xwin: Remove primary DirectDraw engineAdam Jackson7-667/+2
2014-10-09xwin: Remove native GDI engine (v2)Adam Jackson19-3096/+2
2014-10-02Merge remote-tracking branch 'ajax/dead-code'Keith Packard1-1/+0
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson1-1/+0
2014-09-13hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY6-2/+47
2014-09-13hw/xwin: Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-4/+9
2014-09-13hw/xwin: Add a basic manpage for xwinclipJon TURNEY2-0/+64
2014-09-13hw/xwin: In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3
2014-09-13hw/xwin: Remove XOpenDisplay() retry codeJon TURNEY1-20/+1
2014-09-13hw/xwin: Improve comment about why we can't XCloseDisplay()Jon TURNEY1-2/+5
2014-09-13hw/xwin: Remove setjmp()/longjmp() error constantsJon TURNEY2-13/+2
2014-09-13hw/xwin: Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY2-5/+3
2014-09-13hw/xwin: Use header for prototypes in textconv.cJon TURNEY1-7/+1
2014-09-13hw/xwin: Remove unused X includes from internal.h and add them where neededJon TURNEY4-11/+11
2014-09-13hw/xwin: Remove standard includes from internal.h and add them where neededJon TURNEY2-18/+9
2014-09-13hw/xwin: Add xwinclip test clientJon TURNEY3-0/+178
2014-09-13hw/xwin: Changes in error logging to make libwinclipboard more useful as a li...Jon TURNEY1-26/+25