summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-09-03ephyr: Drop dead ephyrHostAtomToLocal code.Eric Anholt1-34/+0
2013-09-03Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64Julien Cristau3-38/+0
2013-09-03Xephyr: handle errors in event loopJulien Cristau1-0/+15
2013-09-03Xephyr: drop remaining Xlib dependencyJulien Cristau2-46/+20
2013-09-03Xephyr: move glx code to xcbJulien Cristau3-476/+212
2013-09-03Xephyr: remove unused DRI1 codeJulien Cristau3-780/+0
2013-09-03Xephyr: move ephyrdri over to xcbJulien Cristau1-58/+143
2013-09-03Xephyr: use xcb-xv instead of libXvJulien Cristau3-601/+381
2013-09-03Xephyr: use xcb for event handlingJulien Cristau1-129/+155
2013-09-03Xephyr: some more hostx.c xcb-ificationJulien Cristau1-5/+5
2013-09-03Xephyr: move HostX.visual to xcbJulien Cristau1-5/+5
2013-09-03Xephyr: replace XKeycodeToKeysym with xcb-keysymsJulien Cristau1-5/+8
2013-09-03Xephyr: delete unused hostx_get_extension_info functionJulien Cristau2-20/+0
2013-09-03Xephyr: delete unused proxy codeJulien Cristau4-290/+0
2013-09-03Xephyr: xcb-ify visual list constructionJulien Cristau1-26/+33
2013-09-03Xephyr: xcb-ify pointer/keyboard grabJulien Cristau1-13/+32
2013-09-03Xephyr: no need for XDisplayKeycodesJulien Cristau1-1/+2
2013-09-03Xephyr: use xcb-shape instead of XShape*Julien Cristau1-13/+27
2013-09-03Xephyr: start converting hostx.c over to xcbJulien Cristau2-266/+355
2013-09-03Xephyr: stop loading the host's keymapJulien Cristau3-36/+2
2013-08-30hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen2-5/+3
2013-08-30hw/xwin: Fix compilation of winauth.c with -Werror=implicit-function-declarationJon TURNEY1-4/+3
2013-08-30hw/xwin: Remove unused extern g_fUseUnicode from winclipboardwndproc.cJon TURNEY1-1/+0
2013-08-30hw/xwin: Remove unneeded forward declaration of winProcessXEventsTimeout()Jon TURNEY1-10/+0
2013-08-30hw/xwin: Remove prototype for non-existent winDeinitClipboard()Jon TURNEY1-3/+0
2013-08-30hw/xwin: Remove unused externs from winclipboardwrappers.cJon TURNEY1-2/+0
2013-08-30hw/xwin: Remove unused winProcQueryTreeOrig variableJon TURNEY3-3/+0
2013-08-30hw/xwin: Fix ARGB cursor conversion on x86_64Jon TURNEY1-8/+7
2013-08-30hw/xwin: Fix an issue in winSetSpansNativeGDI() identifed by -Warray-boundsJon TURNEY1-23/+29
2013-08-30hw/xwin: Fix -Warray-bounds warning in winXCursorToHCURSOR()Jon TURNEY1-12/+16
2013-08-30hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64Marc Haesen1-7/+7
2013-08-30hw/xwin: Correct winprefs.c function signatures for x64.Colin Harrison4-25/+13
2013-08-30Move pseudoramiX code where it can be shared between Xwin and XquartzJon TURNEY4-528/+3
2013-08-30hw/xwin: Fix winglobals.h for MinGW64 buildJon TURNEY1-0/+2
2013-08-30hw/xwin: Fix inclusion of shlobj.h in MinGW64 buildJon TURNEY1-0/+4
2013-08-21ephyr: Fix warning about XID vs unsigned long * by changing function argsEric Anholt3-6/+5
2013-08-21ephyr: Drop is_ok logging.Eric Anholt1-15/+4
2013-08-21kdrive: Fix const cast warnings in arguments processing.Eric Anholt5-12/+13
2013-08-21kdrive: Fix const cast warnings in driver name handling.Eric Anholt2-3/+3
2013-08-21kdrive: Fix a few easy cast warnings.Eric Anholt4-5/+5
2013-08-21kdrive: Drop dead code.Eric Anholt1-7/+0
2013-08-21ephyr: Fix dead code warning.Eric Anholt1-2/+0
2013-08-21ephyr: Fix const-cast warnings for setting window title.Eric Anholt2-2/+2
2013-08-21ephyr: Fix const cast warnings in ephyrhostvideo.Eric Anholt1-19/+19
2013-08-06xfree86: de-duplicate some AM_CPPFLAGSPeter Hutterer1-3/+3
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer31-34/+34
2013-08-06xfree86: improve check for posix saved idsJulien Cristau1-1/+2
2013-08-01xfree86/man: document AutoAddGPUDave Airlie1-0/+4
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY6-36/+36