summaryrefslogtreecommitdiff
path: root/hw/kdrive/fake
Commit message (Expand)AuthorAgeFilesLines
* xfake: RemoveAdam Jackson2017-03-018-928/+0
* kdrive: switch from select(2) to poll(2)Keith Packard2016-07-181-1/+0
* kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp2015-10-061-6/+0
* Xephyr: Don't crash when no command line argument is specifiedEgbert Eich2015-05-121-0/+1
* Convert hw/kdrive to new *allocarray functionsAlan Coopersmith2015-04-211-1/+1
* Replace INCLUDES with AM_CPPFLAGSPeter Hutterer2013-08-061-1/+1
* Introduce a consistent coding styleKeith Packard2012-03-216-340/+311
* input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer2011-07-011-0/+1
* Fix UTF-8 encodingMatěj Cepl2011-06-301-1/+1
* Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois2010-11-111-5/+2
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-2/+1
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-5/+5
* Fix relink targets for silent rulesYaakov Selkowitz2010-03-221-1/+1
* kdrive: Use $(MAKE) in relink rulesYaakov Selkowitz2010-03-221-1/+1
* dix: move config_init into the DDX.Peter Hutterer2010-02-151-0/+5
* kdrive: Remove unused overlay fb supportMikhail Gusarov2010-01-062-43/+42
* kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov2010-01-061-3/+0
* kdrive: Remove unused KdCardAttr from KdCardInfoMikhail Gusarov2010-01-061-3/+1
* Remove unused pShadow field from drivers' private structuresMikhail Gusarov2010-01-011-1/+0
* Do not check xfree argument for NULLMikhail Gusarov2010-01-011-3/+2
* Xfake: Nuke -Wl,-undefined=InitExtensions from LDFLAGSJeremy Huddleston2009-12-151-1/+1
* .gitignore: use common defaults with custom section #24239Gaetan Nadon2009-11-111-0/+2
* kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer2009-10-181-135/+2
* Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz2009-10-151-0/+7
* Remove duplicates from Xfake_LDADDYaakov Selkowitz2009-10-151-2/+1
* Convert kdrive libraries to libtool convenience libraries.Paulo Cesar Pereira de Andrade2009-01-271-5/+5
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-1/+0
* xalloc+memset(0) -> xcallocAdam Jackson2008-10-061-2/+1
* KDrive: Delete rafts of unused codeDaniel Stone2008-07-171-2/+0
* Fix GLX in Xvfb and kdrive.Adam Jackson2008-07-021-0/+2
* kdrive: need not export symbols for glx anymoreGeorge Sapountzis2008-05-231-4/+0
* glcore: prepare for dynamic loadingGeorge Sapountzis2008-04-231-0/+4
* For each kdrive server put a dependencie on its own libraries.Tiago Vignatti2007-07-051-0/+4
* Death to RCS tags.Adam Jackson2007-06-296-13/+0
* Fix the 'relink' target for kdrive servers.Adam Jackson2007-04-261-0/+3
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone2006-09-071-6/+0
|\
| * kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIESDaniel Stone2006-08-291-3/+1
* | kdrive: remove ddx_DEPENDENCIESDaniel Stone2006-08-091-5/+0
* | new KDrive input world orderDaniel Stone2006-07-215-27/+74
|/
* Enough build fixes to get {sdl,ephyr,fake} to link.Adam Jackson2005-12-281-1/+2
* s/XSERVER/KDRIVE/Adam Jackson2005-12-271-1/+1
* Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson2005-12-276-6/+6
* Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt2005-06-091-9/+0
* - Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt2005-06-091-1/+0
* Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2005-02-111-5/+6
* Attached is a patch to fix a build error whe ncompiling with tslib support,Keith Packard2004-05-041-0/+4
* Add completely fake X server -- draws to allocated buffer, has no keyboardKeith Packard2004-04-287-0/+1070