summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-13xlsclients 1.1.5HEADxlsclients-1.1.5masterAlan Coopersmith1-2/+3
2022-10-24Resolve implicit conversion warnings from clangAlan Coopersmith1-7/+7
2022-10-24usage: add cold & noreturn attributes to functionAlan Coopersmith1-1/+11
2022-10-24Handle -Wsign-compare warningsAlan Coopersmith1-1/+1
2022-10-24Quiet -Wmaybe-uninitialized warnings from gccAlan Coopersmith1-3/+3
2022-10-24gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-06gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-30/+22
2018-03-09xlsclients 1.1.4xlsclients-1.1.4Alan Coopersmith1-1/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2014-05-31Print which option was in error along with usage messageAlan Coopersmith1-5/+12
2014-05-31autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-05-31configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-09-08xlsclients 1.1.3xlsclients-1.1.3Alan Coopersmith1-1/+1
2013-07-19Fix deconstification warnings from gccAlan Coopersmith1-5/+5
2013-07-19Add -version flag to print version from PACKAGE_STRINGAlan Coopersmith2-2/+9
2013-01-22Give unique names to the two reply variables in child_infoAlan Coopersmith1-19/+19
2012-01-25configure.ac: regroup statements and commentGaetan Nadon1-9/+10
2012-01-20Revert "make: remove $(LIBOBJS) dead code"Gaetan Nadon1-1/+1
2012-01-20make: remove $(LIBOBJS) dead codeGaetan Nadon1-1/+1
2011-05-02xlsclients 1.1.2xlsclients-1.1.2Alan Coopersmith1-1/+1
2011-05-02Depend on xcb >= 1.6 for XCB_ATOM_*.Arnaud Fontaine1-1/+1
2011-03-13Drop dependency on xcb-atom/xcb-utilDan Nicholson2-2/+1
2011-03-07Use XCB_ATOM_* atom names rather than deprecated atom namesJon TURNEY1-6/+6
2011-01-19config: move man pages into their own directoryGaetan Nadon4-20/+18
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-1/+1
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-7/+7
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-10-06Purge cvs tags.Jesse Adkins1-3/+0
2010-09-24xlsclients 1.1.1xlsclients-1.1.1Alan Coopersmith1-2/+2
2010-09-24config: Remove unnecessary calls from configure.acAlan Coopersmith1-5/+0
2010-09-24config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-22/+4
2010-09-24config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-06-23strnlen.h should be added to EXTRA_DIST, not overwrite itAlan Coopersmith1-1/+1
2010-06-04Add strnlen.h to EXTRA_DISTJeremy Huddleston1-0/+2
2010-06-03xlsclients 1.1.0xlsclients-1.1.0Alan Coopersmith2-1/+6
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon4-2/+5
2009-10-28Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
2009-10-28.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-11/+66
2009-10-27Add Copyright/License notice for xcb & strnlen changes to COPYINGAlan Coopersmith1-0/+21
2009-10-21Fix check for xcb_connect failureAlan Coopersmith1-1/+1
2009-10-21xlsclients is not a GNU project, so declare it foreign.Gaetan Nadon1-1/+1
2009-10-21Use inttypes.h for correct printf formatsYaakov Selkowitz1-2/+10
2009-10-20Add implementation of strnlen for systems without this functionJeremy Huddleston5-1/+76
2009-10-19Rewrite xlsclients to use XCB, avoiding many (many) round tripsPeter Harris2-100/+430