summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-30Add a few missing includesPeter Hutterer1-0/+1
2020-11-30Unconditionally require evemuPeter Hutterer1-3/+0
2020-11-27Ensure that classes with overridden functions have virtual destructorPovilas Kanapickas2-2/+2
2020-11-27Add missing #includes that currently just happen to workPovilas Kanapickas1-0/+1
2020-11-27Fix zero as null pointer constant warningsPovilas Kanapickas2-2/+3
2020-11-20Replace deprecated std::auto_ptr with std::unique_ptrPovilas Kanapickas5-5/+7
2013-02-25device: add HasEvent() and GetAbsData()Peter Hutterer1-0/+25
2012-12-14xserver: increase default Terminate/Kill timeout to 2 secondsPeter Hutterer1-2/+2
2012-12-14xserver: default to -1/-1 for extension/opcodePeter Hutterer1-1/+1
2012-11-09xserver: install default X error handlerPeter Hutterer1-0/+13
2012-11-07xserver: add RemoveOptionPeter Hutterer1-0/+10
2012-11-07xserver: make second arg to SetOption() default to ""Peter Hutterer1-1/+1
2012-11-07xserver: change Start() to be virtualPeter Hutterer1-1/+1
2012-10-29process: split Fork() and Start() into (optionally) two callsPeter Hutterer1-0/+27
2012-10-17xserver: add default X IO error handlerPeter Hutterer1-0/+34
2012-10-16include: add inclusion guards to xorg-gtest.hPeter Hutterer1-0/+5
2012-10-16include: add XORG_TESTCASE() macro for standardised printing of descriptionsPeter Hutterer1-0/+6
2012-10-10xserver: use a default timout for 1s for Terminate() and Kill()Peter Hutterer1-2/+2
2012-10-10process: on termination, check if the process exited and set the error codePeter Hutterer1-1/+4
2012-10-04Deprecate WaitForConnections()Daniel Martin1-1/+1
2012-10-03include: fix doxygen warningPeter Hutterer1-1/+1
2012-10-03Drop compat headersPeter Hutterer6-19/+1
2012-08-17xserver: add RemoveLogFile()Peter Hutterer1-0/+12
2012-08-17process: add state enum and GetState()Peter Hutterer1-0/+23
2012-08-17process: require NULL as last argument to Start()Peter Hutterer1-3/+4
2012-08-16Add Red Hat copyright noticesPeter Hutterer4-0/+4
2012-08-14process: document that va_args for Start() must end with zero-length stringPeter Hutterer1-2/+4
2012-08-13Drop mentioning of uTouch-Evemu in comments, rename to evemuPeter Hutterer1-4/+4
2012-08-13xserver: add destructor to tear down the serverPeter Hutterer1-0/+1
2012-08-13xserver: add getters and setters for config and log filePeter Hutterer1-0/+16
2012-08-08xserver: add GetVersion() to retrieve server versionPeter Hutterer1-0/+10
2012-07-20device: add PlayOne() for single event replayingPeter Hutterer1-0/+14
2012-07-20xserver: update documentationPeter Hutterer1-1/+15
2012-07-20xserver: move Terminate and Kill handling herePeter Hutterer2-2/+27
2012-07-12xserver: move testing startup to the XServer objectPeter Hutterer1-0/+2
2012-07-12xserver: move starting the process into the XServer objectPeter Hutterer1-0/+8
2012-07-12xserver: add WaitForConnections()Peter Hutterer1-0/+5
2012-07-12xserver: store config, logfile, binary paths in the XServer objectPeter Hutterer1-0/+19
2012-07-12Add a new class representing the X serverPeter Hutterer3-0/+128
2012-07-12process: add a timeout wait to Kill and TerminatePeter Hutterer1-7/+20
2012-07-12process: Terminate/Kill can use a common helper functionPeter Hutterer1-0/+1
2012-07-12process: add Start(program, vector<char*>)Peter Hutterer1-0/+16
2012-07-12Add Device::GetDeviceNode() to return device node path from an evemu devicePeter Hutterer1-0/+14
2012-07-12test: add SetDisplayString()Peter Hutterer1-0/+10
2012-07-12environment: provide Get/SetFoobar wrappers for all set/get_foobarPeter Hutterer1-9/+58
2012-07-03Rename headers to use dashes onlyPeter Hutterer11-552/+570
2012-07-03include: fix typo doxygen complains aboutPeter Hutterer1-1/+1
2012-07-03Fix up a couple of doxygen linksPeter Hutterer4-4/+4
2012-05-18Namespace xorg-gtest header filenamesChase Douglas6-8/+8
2012-04-23Add Environment::Kill() to forcefully terminate the dummy Xorg serverChase Douglas1-0/+5