summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-1/+1
2015-07-07hw/xwin: printf format fixes for Pixel typeJon TURNEY1-4/+4
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY4-10/+10
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY5-34/+36
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY10-30/+33
2015-07-07hw/xwin: printf format fixes in xevents.cJon TURNEY1-5/+5
2015-07-07hw/xwin: printf format fix in winProcessXEventsTimeout()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fix in winCreateDefColormap()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes in winAllocatePrivates()Jon TURNEY1-2/+2
2015-07-07hw/xwin: printf format fixes in winConfigKeyboard()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for XID typeJon TURNEY3-12/+15
2015-07-07hw/xwin: printf format fixes for HWND typeJon TURNEY2-4/+4
2015-07-07hw/xwin: Ensure format warnings in winclipboard/Jon TURNEY1-2/+2
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY4-25/+18
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