summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-13config: move man pages into their own directoryGaetan Nadon4-16/+17
2011-01-07Remove unused variable server_client from print_lbx.cAlan Coopersmith1-1/+1
2011-01-07config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-2/+5
2010-10-30xscope 1.3Alan Coopersmith1-1/+2
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith17-17/+17
2010-09-26Makefile.am: Add glxscope.h to xscope_SOURCES so distcheck worksAlan Coopersmith1-0/+1
2010-09-26config: Remove unnecessary calls from configure.acAlan Coopersmith1-5/+0
2010-09-26config: Use AC_DEFINE instead of -D flag for setting USE_XTRANSAlan Coopersmith1-1/+1
2010-09-26config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-22/+5
2010-09-26config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-23Add basic support for GLX extensionKristian Høgsberg7-1/+959
2010-06-09Use strncpy rather than strlcpy as it is not available on LinuxGaetan Nadon1-1/+1
2010-05-14Allow quitting via EOF (^D) on the command lineJeremy Huddleston1-2/+8
2010-05-14Fallback on other transports.Jeremy Huddleston2-5/+10
2010-04-29Eliminate a few compiler warnings for style and signedness.Jeremy Huddleston3-6/+5
2010-04-05Allow a configure option to build without xtrans (--disable-xtrans)Jeremy Huddleston1-13/+24
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith18-408/+298
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-11-12INSTALL, NEWS, README and AUTHORS files are missing/incorrect #24206Gaetan Nadon2-5/+7
2009-11-12.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-9/+66
2009-10-01xscope 1.2Alan Coopersmith2-1/+44
2009-09-30Update COPYING fileAlan Coopersmith1-2/+69
2009-09-30Update notes about only testing on Sun3'sAlan Coopersmith2-3/+2
2009-09-30Fix breakpoint disablingAlan Coopersmith1-6/+9
2009-09-29Add support for setting breakpoints on extension requestsAlan Coopersmith3-6/+49
2009-09-29Fix typo in "Enabling all breakpoints" messageAlan Coopersmith1-1/+1
2009-09-29Add interactive mode description & command list to man pageAlan Coopersmith1-0/+59
2009-09-29Show request name, not just number, in breakpoint listAlan Coopersmith1-2/+5
2009-09-29Decode ServerInterpreted addresses in HOST structuresAlan Coopersmith2-6/+10
2009-09-28Replace platform #ifdefs with autoconf testsAlan Coopersmith8-37/+17
2009-09-28README updatesAlan Coopersmith1-5/+26
2009-09-28Add AC_USE_SYSTEM_EXTENSIONS to configure.acAlan Coopersmith1-0/+1
2009-09-27Add missing return statements in PrintSET & PrintENUMERATEDAlan Coopersmith1-0/+4
2009-09-27Upgrade to xorg-macros 1.3 and XORG_DEFAULT_OPTIONSAlan Coopersmith2-9/+5
2009-09-27man page: add missing options & info, fix formattingAlan Coopersmith1-13/+38
2009-09-27Correct message when SIGUSR1 receivedAlan Coopersmith1-1/+1
2009-09-27Enable raw mode option codeAlan Coopersmith2-10/+1
2009-08-18Correct labels for several MIT-SHM request fieldsAlan Coopersmith1-3/+3
2009-08-13Fix typo in MIT-SHM name that caused it not to be decodedAlan Coopersmith1-1/+1
2009-08-12Update Render extension decoding from protocol rev 0.5 to 0.11Alan Coopersmith4-115/+430
2009-08-12Add default handlers for new/unknown Render & RandR requests/repliesAlan Coopersmith2-0/+6
2009-08-12Remove RCS IdsAlan Coopersmith16-32/+0
2009-08-12Add GenericEvent supportAlan Coopersmith7-1/+80
2009-08-12Print more useful messages for unknown replies, events & errorsAlan Coopersmith4-3/+32
2009-08-12Stop creating invalid name entries for extensions that aren't presentAlan Coopersmith1-0/+5
2009-08-12Convert extension decoding to function pointer tablesAlan Coopersmith14-99/+165
2009-06-15Include sys/param.h earlierYanko Kaneti2-1/+1
2009-05-06Clear many compiler & sparse warningsAlan Coopersmith16-159/+94
2009-05-06Make big requests support work without modifying bufferAlan Coopersmith10-419/+543
2009-05-06Report names for all extensions, not just those we knowAlan Coopersmith19-150/+352