summaryrefslogtreecommitdiff
path: root/hw/kdrive/fake
AgeCommit message (Expand)AuthorFilesLines
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-5/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
2010-03-22kdrive: Use $(MAKE) in relink rulesYaakov Selkowitz1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+5
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov2-43/+42
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov1-3/+0
2010-01-06kdrive: Remove unused KdCardAttr from KdCardInfoMikhail Gusarov1-3/+1
2010-01-01Remove unused pShadow field from drivers' private structuresMikhail Gusarov1-1/+0
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-3/+2
2009-12-15Xfake: Nuke -Wl,-undefined=InitExtensions from LDFLAGSJeremy Huddleston1-1/+1
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+2
2009-10-18kdrive: fix Xfake build by removing the old keysym stuffPeter Hutterer1-135/+2
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz1-0/+7
2009-10-15Remove duplicates from Xfake_LDADDYaakov Selkowitz1-2/+1
2009-01-27Convert kdrive libraries to libtool convenience libraries.Paulo Cesar Pereira de Andrade1-5/+5
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone1-2/+0
2008-07-02Fix GLX in Xvfb and kdrive.Adam Jackson1-0/+2
2008-05-23kdrive: need not export symbols for glx anymoreGeorge Sapountzis1-4/+0
2008-04-23glcore: prepare for dynamic loadingGeorge Sapountzis1-0/+4
2007-07-05For each kdrive server put a dependencie on its own libraries.Tiago Vignatti1-0/+4
2007-06-29Death to RCS tags.Adam Jackson6-13/+0
2007-04-26Fix the 'relink' target for kdrive servers.Adam Jackson1-0/+3
2006-09-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-6/+0
2006-08-29kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIESDaniel Stone1-3/+1
2006-08-09kdrive: remove ddx_DEPENDENCIESDaniel Stone1-5/+0
2006-07-21new KDrive input world orderDaniel Stone5-27/+74
2005-12-28Enough build fixes to get {sdl,ephyr,fake} to link.Adam Jackson1-1/+2
2005-12-27s/XSERVER/KDRIVE/Adam Jackson1-1/+1
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson6-6/+6
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt1-9/+0
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt1-1/+0
2005-02-11Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+6
2004-05-04Attached is a patch to fix a build error whe ncompiling with tslib support,Keith Packard1-0/+4
2004-04-28Add completely fake X server -- draws to allocated buffer, has no keyboardKeith Packard7-0/+1070