summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-07Handle -Wdiscarded-qualifiers warnings for XawTextBlock ptrHEADmasterAlan Coopersmith1-2/+4
2024-04-06Fix -Wbad-function-cast warnings from casting Atom to void *Alan Coopersmith1-5/+7
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-07-10xclipboard 1.1.4xclipboard-1.1.4Alan Coopersmith1-1/+1
2022-04-03NewClip: use calloc instead of manually setting values to 0 after mallocAlan Coopersmith1-5/+1
2022-04-03NewCurrentClipContents: fix a -Wnull-dereference warningAlan Coopersmith1-1/+1
2022-04-03Fix a -Wformat-truncation warningAlan Coopersmith1-1/+1
2022-04-03Fix another -Wdiscarded-qualifiers warningAlan Coopersmith1-1/+1
2022-04-03Use _CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith1-0/+1
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-04gitlab 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-28/+22
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-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-09-05xclipboard 1.1.3xclipboard-1.1.3Alan Coopersmith1-1/+1
2013-07-18Fix some size/sign conversion warnings from clangAlan Coopersmith1-3/+3
2013-05-17delete trailing whitespace from source filesAlan Coopersmith2-37/+37
2013-05-17Replace malloc(strlen)+strcpy with strdupAlan Coopersmith1-3/+1
2013-05-17Convert last sprintf to snprintfAlan Coopersmith1-1/+1
2013-05-17Rename state argument to SetButton to not shadow global state variableAlan Coopersmith1-5/+5
2013-05-17Mark Quit functions as _X_NORETURN, as suggested by -Wmissing-noreturnAlan Coopersmith3-3/+3
2012-08-23Don't rely on being able to set tab stops.Eric S. Raymond1-26/+26
2012-02-10xclipboard 1.1.2xclipboard-1.1.2Alan Coopersmith1-1/+1
2011-07-19xclipboard: avoid overflow crash when building labelsKees Cook3-6/+9
2011-04-10Change resource to better position Accept/Cancel. #17364Stanislav Maslovski1-0/+17
2011-01-19config: move man pages into their own directoryGaetan Nadon5-21/+17
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon2-2/+2
2011-01-13man: remove trailing spaces and tabsGaetan Nadon2-12/+12
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-1/+1
2010-11-08xclipboard 1.1.1xclipboard-1.1.1Alan Coopersmith1-1/+1
2010-11-07include "config.h" in *.c files for autoconf definitionsAlan Coopersmith2-0/+8
2010-11-07Purge CVS version tagsAlan Coopersmith5-13/+2
2010-11-07config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-3/+6
2010-11-07config: Remove unnecessary calls from configure.acAlan Coopersmith1-6/+0
2010-11-07config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-22/+4
2010-11-07config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-08-06Fill in COPYING file with copyright notices from source codeAlan Coopersmith1-8/+17
2009-12-19configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
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 Nadon5-3/+6
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-6/+3
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-13/+66
2009-10-14xclipboard 1.1.0xclipboard-1.1.0Alan Coopersmith1-1/+1
2009-10-13Enable #ifdef XKB code to call XkbStdBell() if libxkbfile is foundAlan Coopersmith1-1/+5
2009-10-13Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-8/+8