index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
ephyr
/
ephyr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
1
-2
/
+2
2016-06-20
ephyr: Process only the last expose or configure available from the server
Keith Packard
1
-5
/
+22
2016-06-20
ephyr: Process queued X events before blocking [v2]
Keith Packard
1
-19
/
+33
2016-06-20
ephyr: Handle window resize when using glamor
Keith Packard
1
-2
/
+14
2016-06-20
ephyr: Don't configure window while responding to configure events
Keith Packard
1
-0
/
+2
2016-06-20
dix: Call screen block/wakeup handlers closest to blocking [v3]
Keith Packard
1
-16
/
+27
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-2
/
+2
2016-03-01
kdrive/ephyr: map host X server's keymap into Xephyr, if supported
Laércio de Sousa
1
-8
/
+20
2016-01-28
xephyr: Remove DRI1
Adam Jackson
1
-76
/
+0
2015-12-01
kdrive/ephyr: Use NotifyFd for XCB connection input [v2]
Keith Packard
1
-2
/
+4
2015-10-06
kdrive: Delete unused TOUCHSCREEN define.
Jamey Sharp
1
-1
/
+0
2015-09-21
ephyr: move host_has_extension() implementation to hostx.c
Laércio de Sousa
1
-11
/
+1
2015-08-28
debug output format fix in ephyrProcessMouseMotion()
Jon TURNEY
1
-2
/
+2
2015-01-07
Synchronize capslock in Xnest and Xephyr
Olivier Fourdan
1
-1
/
+7
2015-01-02
ephyr: Implement per-screen colormaps
Michele Baldessari
1
-1
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-7
/
+7
2014-10-22
Xephyr: option to disable grabbing the host
William ML Leslie
1
-3
/
+9
2014-10-09
dix: Drop the third argument from WindowExposuresProcPtr
Adam Jackson
1
-1
/
+1
2014-08-21
ephyr: set screen size & origin from host X server output's CRTC geometry
Laércio de Sousa
1
-1
/
+4
2014-08-21
ephyr: enable screen window placement following kdrive -screen option extende...
Laércio de Sousa
1
-1
/
+2
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
1
-0
/
+6
2014-07-17
ephyr: Free damage structure at server reset time
Keith Packard
1
-0
/
+6
2014-06-15
ephyr: Add support for XV using glamor.
Eric Anholt
1
-1
/
+3
2014-03-05
xephyr: Pass incoming XCB events to the Xlib event filter.
Eric Anholt
1
-0
/
+3
2014-03-05
xephyr: Build support for rendering with glamor using a -glamor option.
Eric Anholt
1
-10
/
+32
2014-02-07
ephyr: Repaint entire screen when colormap is updated
Keith Packard
1
-0
/
+15
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+26
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-4
/
+4
2014-01-09
ephyr: don't allow a shift+ctrl keygrab if mod1 was enabled
Peter Hutterer
1
-1
/
+26
2013-12-10
ephyr: Fix compilation when ./configure'd with --enable-debug
Jon TURNEY
1
-4
/
+4
2013-11-14
kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to that
Peter Hutterer
1
-1
/
+8
2013-10-30
kdrive/ephyr: Don't discard one-time driver structure at server reset
Keith Packard
1
-2
/
+0
2013-10-04
Merge remote-tracking branch 'anholt/ephyr-fixes'
Keith Packard
1
-120
/
+319
2013-09-10
damage: Implicitly unregister on destroy
Adam Jackson
1
-3
/
+0
2013-09-10
mipointer: Remove EnqueueEvent from miPointerScreenFuncRec
Adam Jackson
1
-1
/
+0
2013-09-10
mipointer: Flatten calls to mieqSwitchScreen
Adam Jackson
1
-1
/
+0
2013-09-03
ephyr: Do grab/ungrab for ctrl+shift, not just shift+ctrl.
Eric Anholt
1
-3
/
+6
2013-09-03
ephyr: Move event processing into ephyr.c.
Eric Anholt
1
-95
/
+299
2013-09-03
ephyr: Move the host screen info into the kdrive screen private.
Eric Anholt
1
-23
/
+3
2013-09-03
ephyr: Expose a single function for detecting extensions.
Eric Anholt
1
-1
/
+13
2013-09-03
Xephyr: stop loading the host's keymap
Julien Cristau
1
-1
/
+1
2013-03-04
ephyr: Fix crash on 24bpp host framebuffer
Daniel Martin
1
-4
/
+2
2013-02-18
ephyr: Add -resizeable option
Daniel Martin
1
-0
/
+1
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-17
/
+16
2012-08-06
ephyr: Resize screen automatically when parent window is resized
Vic Lee
1
-0
/
+47
2012-07-10
GLX: Remove unused noGlxVisualInit
Daniel Stone
1
-14
/
+1
2012-07-03
Drop custom sigio block/unblock functions from kdrive, ephyr and dmx
Peter Hutterer
1
-22
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-754
/
+711
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-1
/
+1
2011-05-25
Xephyr: fix pointer coordinate translation when screen is rotated
Tomas Frydrych
1
-2
/
+23
[next]