summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix formatting of address operatorsYaakov Selkowitz6-20/+20
2012-11-21Ephyr: Find the right host screen when embeddedSjoerd Simons1-1/+3
2012-10-04Merge remote-tracking branch 'daniels/master'Keith Packard3-48/+261
2012-09-25Add glXCreateNewContext support in Xephyr #54798Frederic Plourde3-17/+107
2012-09-25Xephyr: GLX: Support MakeContextCurrent and MakeCurrentReadSGIDaniel Stone3-31/+154
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
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 Lee3-8/+82
2012-08-06ephyr: Fix up some bizarre formattingAdam Jackson1-1/+4
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone2-16/+1
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-1/+0
2012-07-09ephyrGLXQueryServerString: Stop making an unused copy of server_stringAlan Coopersmith1-11/+1
2012-07-09Use C99 designated initializers in Xephyr RepliesAlan Coopersmith2-84/+99
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith2-7/+11
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith3-21/+20
2012-07-03Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer1-22/+2
2012-03-21Introduce a consistent coding styleKeith Packard25-5661/+5310
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-4/+5
2011-10-10Xephyr: Remove socket and its lock file on exitJeremy Huddleston1-0/+11
2011-10-06Man page syntax and spelling fixes.Ville Skyttä1-16/+16
2011-09-21Use internal temp variable for swap macrosMatt Turner2-15/+11
2011-08-09Xephyr/dri: register screen and window privates on initJulien Cristau1-0/+4
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-06-30Fix UTF-8 encodingMatěj Cepl7-7/+7
2011-06-03Xephyr: Mention Xserver's options are also accepted.Cyril Brulebois1-0/+2
2011-05-25Xephyr: fix pointer coordinate translation when screen is rotatedTomas Frydrych1-2/+23
2011-05-25Xephyr: added dummy ephyrDeviceCursorCleanup() to avoid crashingTomas Frydrych1-1/+6
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-9/+1
2011-01-18Xephyr: build Xephyr man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-22/+16
2010-12-01Fix screen number checks.Cyril Brulebois1-1/+1
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-76/+59
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-7/+1
2010-06-30Xephyr: fix Xv adaptor capability testsJulien Cristau1-5/+10
2010-06-30Xephyr: fix memory leak in XF86DRIOpenConnectionJulien Cristau1-1/+2
2010-06-16Re-enabled Xnest fix for focus in + modifier bug.Xiaoyang Yu (Max)1-62/+45
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner2-21/+10
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-4/+4
2010-06-05Rename region macros to eliminate screen argumentKeith Packard3-23/+23
2010-05-26Xephyr: Fix Xcalloc deprecation warnings.Jamey Sharp2-8/+8
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-12/+12
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-9/+9
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-3/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov6-41/+41
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1