summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyr.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-2/+2
2015-01-07Synchronize capslock in Xnest and XephyrOlivier Fourdan1-1/+7
2015-01-02ephyr: Implement per-screen colormapsMichele Baldessari1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-7/+7
2014-10-22Xephyr: option to disable grabbing the hostWilliam ML Leslie1-3/+9
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-1/+1
2014-08-21ephyr: set screen size & origin from host X server output's CRTC geometryLaércio de Sousa1-1/+4
2014-08-21ephyr: enable screen window placement following kdrive -screen option extende...Laércio de Sousa1-1/+2
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt1-0/+6
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard1-0/+6
2014-06-15ephyr: Add support for XV using glamor.Eric Anholt1-1/+3
2014-03-05xephyr: Pass incoming XCB events to the Xlib event filter.Eric Anholt1-0/+3
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt1-10/+32
2014-02-07ephyr: Repaint entire screen when colormap is updatedKeith Packard1-0/+15
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+26
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2014-01-09ephyr: don't allow a shift+ctrl keygrab if mod1 was enabledPeter Hutterer1-1/+26
2013-12-10ephyr: Fix compilation when ./configure'd with --enable-debugJon TURNEY1-4/+4
2013-11-14kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer1-1/+8
2013-10-30kdrive/ephyr: Don't discard one-time driver structure at server resetKeith Packard1-2/+0
2013-10-04Merge remote-tracking branch 'anholt/ephyr-fixes'Keith Packard1-120/+319
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-3/+0
2013-09-10mipointer: Remove EnqueueEvent from miPointerScreenFuncRecAdam Jackson1-1/+0
2013-09-10mipointer: Flatten calls to mieqSwitchScreenAdam Jackson1-1/+0
2013-09-03ephyr: Do grab/ungrab for ctrl+shift, not just shift+ctrl.Eric Anholt1-3/+6
2013-09-03ephyr: Move event processing into ephyr.c.Eric Anholt1-95/+299
2013-09-03ephyr: Move the host screen info into the kdrive screen private.Eric Anholt1-23/+3
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt1-1/+13
2013-09-03Xephyr: stop loading the host's keymapJulien Cristau1-1/+1
2013-03-04ephyr: Fix crash on 24bpp host framebufferDaniel Martin1-4/+2
2013-02-18ephyr: Add -resizeable optionDaniel Martin1-0/+1
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-17/+16
2012-08-06ephyr: Resize screen automatically when parent window is resizedVic Lee1-0/+47
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone1-14/+1
2012-07-03Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer1-22/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-754/+711
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2011-05-25Xephyr: fix pointer coordinate translation when screen is rotatedTomas Frydrych1-2/+23
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-7/+1
2010-06-16Re-enabled Xnest fix for focus in + modifier bug.Xiaoyang Yu (Max)1-62/+45
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-6/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-10/+10
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov1-50/+50
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov1-13/+18
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-4/+2
2009-09-25kdrive: plug two memory leaks when freeing the KdKeyboard/Pointer.Peter Hutterer1-0/+4
2009-06-11KDrive: Warning fixes and cleanupsDaniel Stone1-13/+7
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson1-2/+2
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-3/+3
2009-01-22Xephyr: Disable state inheritance hackDaniel Stone1-0/+13