summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-09-03ephyr: Rename and use the proper type for what was host_screen->info.Eric Anholt2-33/+34
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt5-34/+22
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-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
2013-07-23hw/xwin: Fix possible crash in winMultiWindowGetClassHintColin Harrison1-7/+14
2013-07-23hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY2-9/+1
2013-07-23configure.ac: Check for python at configure time when building XWin with AIGLXJon TURNEY1-2/+2
2013-07-23hw/xwin: Avoid a null dereference if CreateDIBSection() fails in NetWMToWinIc...Jon TURNEY1-0/+4
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY6-18/+55
2013-07-23hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY4-13/+23
2013-07-23hw/xwin: Remove unneeded WM_XBUTTON message definesJon TURNEY1-11/+0
2013-07-23hw/xwin: Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-12/+15
2013-07-23hw/xwin: Consider left and right modifier keys independently on gaining focusOliver Schmidt1-12/+31
2013-07-23hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY2-3/+3
2013-07-23hw/xwin: _NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-14/+18
2013-07-23hw/xwin: Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY8-1/+227
2013-07-23Allow DDX to provide a main()Jon TURNEY1-1/+1