index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-03
ephyr: Rename and use the proper type for what was host_screen->info.
Eric Anholt
2
-33
/
+34
2013-09-03
ephyr: Expose a single function for detecting extensions.
Eric Anholt
5
-34
/
+22
2013-09-03
ephyr: Drop dead ephyrHostAtomToLocal code.
Eric Anholt
1
-34
/
+0
2013-09-03
Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64
Julien Cristau
3
-38
/
+0
2013-09-03
Xephyr: handle errors in event loop
Julien Cristau
1
-0
/
+15
2013-09-03
Xephyr: drop remaining Xlib dependency
Julien Cristau
2
-46
/
+20
2013-09-03
Xephyr: move glx code to xcb
Julien Cristau
3
-476
/
+212
2013-09-03
Xephyr: remove unused DRI1 code
Julien Cristau
3
-780
/
+0
2013-09-03
Xephyr: move ephyrdri over to xcb
Julien Cristau
1
-58
/
+143
2013-09-03
Xephyr: use xcb-xv instead of libXv
Julien Cristau
3
-601
/
+381
2013-09-03
Xephyr: use xcb for event handling
Julien Cristau
1
-129
/
+155
2013-09-03
Xephyr: some more hostx.c xcb-ification
Julien Cristau
1
-5
/
+5
2013-09-03
Xephyr: move HostX.visual to xcb
Julien Cristau
1
-5
/
+5
2013-09-03
Xephyr: replace XKeycodeToKeysym with xcb-keysyms
Julien Cristau
1
-5
/
+8
2013-09-03
Xephyr: delete unused hostx_get_extension_info function
Julien Cristau
2
-20
/
+0
2013-09-03
Xephyr: delete unused proxy code
Julien Cristau
4
-290
/
+0
2013-09-03
Xephyr: xcb-ify visual list construction
Julien Cristau
1
-26
/
+33
2013-09-03
Xephyr: xcb-ify pointer/keyboard grab
Julien Cristau
1
-13
/
+32
2013-09-03
Xephyr: no need for XDisplayKeycodes
Julien Cristau
1
-1
/
+2
2013-09-03
Xephyr: use xcb-shape instead of XShape*
Julien Cristau
1
-13
/
+27
2013-09-03
Xephyr: start converting hostx.c over to xcb
Julien Cristau
2
-266
/
+355
2013-09-03
Xephyr: stop loading the host's keymap
Julien Cristau
3
-36
/
+2
2013-08-21
ephyr: Fix warning about XID vs unsigned long * by changing function args
Eric Anholt
3
-6
/
+5
2013-08-21
ephyr: Drop is_ok logging.
Eric Anholt
1
-15
/
+4
2013-08-21
kdrive: Fix const cast warnings in arguments processing.
Eric Anholt
5
-12
/
+13
2013-08-21
kdrive: Fix const cast warnings in driver name handling.
Eric Anholt
2
-3
/
+3
2013-08-21
kdrive: Fix a few easy cast warnings.
Eric Anholt
4
-5
/
+5
2013-08-21
kdrive: Drop dead code.
Eric Anholt
1
-7
/
+0
2013-08-21
ephyr: Fix dead code warning.
Eric Anholt
1
-2
/
+0
2013-08-21
ephyr: Fix const-cast warnings for setting window title.
Eric Anholt
2
-2
/
+2
2013-08-21
ephyr: Fix const cast warnings in ephyrhostvideo.
Eric Anholt
1
-19
/
+19
2013-08-06
xfree86: de-duplicate some AM_CPPFLAGS
Peter Hutterer
1
-3
/
+3
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
31
-34
/
+34
2013-08-06
xfree86: improve check for posix saved ids
Julien Cristau
1
-1
/
+2
2013-08-01
xfree86/man: document AutoAddGPU
Dave Airlie
1
-0
/
+4
2013-07-25
xfree86: detach scanout pixmaps when detaching output GPUs
Aaron Plattner
1
-3
/
+16
2013-07-23
hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...
Jon TURNEY
6
-36
/
+36
2013-07-23
hw/xwin: Fix possible crash in winMultiWindowGetClassHint
Colin Harrison
1
-7
/
+14
2013-07-23
hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWN
Jon TURNEY
2
-9
/
+1
2013-07-23
configure.ac: Check for python at configure time when building XWin with AIGLX
Jon TURNEY
1
-2
/
+2
2013-07-23
hw/xwin: Avoid a null dereference if CreateDIBSection() fails in NetWMToWinIc...
Jon TURNEY
1
-0
/
+4
2013-07-23
hw/xwin: Handle WM_MOUSEHWHEEL
Jon TURNEY
6
-18
/
+55
2013-07-23
hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9
Jon TURNEY
4
-13
/
+23
2013-07-23
hw/xwin: Remove unneeded WM_XBUTTON message defines
Jon TURNEY
1
-11
/
+0
2013-07-23
hw/xwin: Change winTranslateKey() to return it's result as it's return value
Jon TURNEY
3
-12
/
+15
2013-07-23
hw/xwin: Consider left and right modifier keys independently on gaining focus
Oliver Schmidt
1
-12
/
+31
2013-07-23
hw/xwin: Remove an extra '\n' from some log messages
Jon TURNEY
2
-3
/
+3
2013-07-23
hw/xwin: _NET_WM_STATE is ATOM[] not ATOM
Jon TURNEY
1
-14
/
+18
2013-07-23
hw/xwin: Improve WM_ENDSESSION handling using separate messaging window thread
Jon TURNEY
8
-1
/
+227
2013-07-23
Allow DDX to provide a main()
Jon TURNEY
1
-1
/
+1
[next]