summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-06xscope 1.4.1HEADmasterAlan Coopersmith1-1/+1
2014-06-03autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-03-03xscope: Fix unknown GenericEvent type decodingDaniel Stone1-1/+1
2013-11-27Print correct event names for events sent via SendEvent requestsAlan Coopersmith3-1/+24
2013-11-07avoid conflicts with Solaris <sys/regset.h> #define of CSAlan Coopersmith1-0/+1
2013-06-29Bug 66388 wrong output for filter names in RandR GetCrtcTransform replyAlan Coopersmith1-9/+10
2012-11-19xscope 1.4Alan Coopersmith2-2/+24
2012-10-22Add -V option to print version and exitAlan Coopersmith2-1/+10
2012-10-19When not using xtrans, check if -lsocket & -lnsl are needed for Solaris/SVR4Alan Coopersmith1-0/+4
2012-10-19Don't include Xtrans files if xtrans is disabledAlan Coopersmith1-0/+2
2012-10-19Rename sockaddr_un variable from sun to saun to avoid conflict with #define sunAlan Coopersmith1-5/+5
2012-10-12xscope 1.3.99.901 (1.4 RC1)Alan Coopersmith1-1/+1
2012-10-02Update RANDR support from 0.x to include 1.0 - 1.4Alan Coopersmith6-29/+2074
2012-10-02Refactor error printing to use common functionsAlan Coopersmith3-146/+49
2012-10-02Add experimental support for reading a previously recorded fileAlan Coopersmith2-4/+331
2012-10-02Refactor fd closing into CloseFD helper functionAlan Coopersmith3-15/+21
2012-10-02When Verbose == 0, don't print number of data items in unknown reply typesAlan Coopersmith2-0/+5
2012-10-02Add -I command line flag to enter interactive mode at startupAlan Coopersmith2-2/+12
2012-10-02Add support for printing more types of property valueAlan Coopersmith1-2/+43
2012-10-02Print UTF8_STRING properties as text if locale uses UTF-8 charsetAlan Coopersmith4-6/+42
2012-10-02Create PrintPropertyValues function for property requestsAlan Coopersmith3-11/+26
2012-10-02Record atoms from InternAtom and GetAtomName requestsAlan Coopersmith5-28/+157
2012-10-02Convert ValueRec structures from unsigned long to uint32_t valuesAlan Coopersmith4-19/+19
2012-10-02Handle big-requests when calculating request contents from length fieldAlan Coopersmith3-35/+49
2012-10-02ILong: shift each byte individually, then OR them togetherAlan Coopersmith1-2/+2
2012-10-02Move ILong, IShort, etal to inline functions in x11.hAlan Coopersmith3-65/+58
2012-10-02Convert ILong, IShort, etal to return C99 uint*_t typesAlan Coopersmith2-8/+10
2012-10-02Convert remaining bcopy() calls to memcpy()Alan Coopersmith3-5/+5
2012-10-02Add _X_NORETURN to additional functions suggested by gcc warningsAlan Coopersmith2-4/+4
2012-10-02Convert remaining sprintf calls to snprintfAlan Coopersmith4-9/+11
2012-10-02SaveBytes: drop unnecessary casts in bcopy() callAlan Coopersmith1-3/+3
2012-10-02Move debug statement before panic() call, so it can actually runAlan Coopersmith1-1/+1
2012-07-21Define *HEADER constants as string pointers, not arraysAlan Coopersmith2-5/+5
2012-07-21Combine usage message into single string for fprintfAlan Coopersmith1-12/+13
2012-07-21Use local variable for ioctl argument instead of a staticAlan Coopersmith1-2/+1
2012-07-21Convert to X.Org standard indentation & cleanup whitespaceAlan Coopersmith43-12263/+11748
2012-07-21Convert Keith's personal license notice to X.Org standard MIT license noticeAlan Coopersmith9-157/+103
2012-07-20Convert sources from ISO 8859-1 to UTF-8Alan Coopersmith11-14/+14
2012-07-08Retry _X11TransConnect on TRANS_TRY_CONNECT_AGAINJeff Smith1-4/+7
2012-07-08Bug 46696 - Try alternate protocol on X11 connection failure.Peter Jeremy1-13/+23
2012-07-08Bug 46691 - xscope-1.3.1 deadlocks if client or server would blockPeter Jeremy1-1/+1
2012-07-08Use __XFDS_BITS macros from Xpoll.h instead of direct __fds_bits accessAlan Coopersmith1-2/+7
2012-07-08Bug 46689 - xscope fd_set debug output is undefinedPeter Jeremy1-4/+3
2012-07-08Bug 46664 - xscope prints only half the characters in 16-bit stringsPeter Jeremy1-2/+2
2012-03-11Add link to original xscope paper in READMEAlan Coopersmith1-0/+4
2012-03-04Include <arpa/inet.h> for inet_addr in !USE_XTRANS caseJeremy Huddleston1-0/+3
2012-02-21xscope 1.3.1Alan Coopersmith1-1/+1
2012-01-15Check the right return value for malloc failureAlan Coopersmith1-1/+1
2012-01-15Mark panic() as _X_NORETURNAlan Coopersmith2-3/+6