summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-03xwd 1.0.9HEADxwd-1.0.9masterAlan Coopersmith1-1/+1
2023-02-11Make -help & -version work without requiring an open displayAlan Coopersmith3-14/+26
2022-11-13list.c: Stop building functions that are never calledAlan Coopersmith1-0/+4
2022-11-13Delete commented-out local copy of list function prototypesAlan Coopersmith1-12/+0
2022-11-13Variable scope reduction as recommended by cppcheckAlan Coopersmith4-75/+63
2022-11-13Remove unnecessary casts from malloc() and free() callsAlan Coopersmith3-11/+10
2022-11-13Handle -Wcomma warnings from clangAlan Coopersmith1-4/+8
2022-11-13Remove unused macrosAlan Coopersmith1-6/+0
2022-11-13gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2021-12-08Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-08gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-11-28Fix spelling/wording issuesAlan Coopersmith6-14/+14
2021-08-01xwd 1.0.8xwd-1.0.8Alan Coopersmith1-1/+1
2020-06-22Zero out uninitialized memory so as not to write stack garbage to dump fileJim Rees2-8/+11
2019-09-23Elide empty elseAlan Coopersmith1-4/+0
2019-09-23Adopt standard X.Org coding styleAlan Coopersmith8-1226/+1221
2019-09-23QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3)Alan Coopersmith1-1/+1
2019-03-09Combine options info into a single string in usage()Alan Coopersmith1-16/+17
2019-02-18Ensure consistency between the manpage and the output of the -help optionStéphane Aulery2-10/+28
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-25/+20
2018-03-09xwd 1.0.7xwd-1.0.7Alan 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-11-23Fix a vs an typo in the man page.James Cloos1-1/+1
2014-06-03Add -version option to print program versionAlan Coopersmith2-2/+12
2014-06-03Print which option was in error along with usage messageAlan Coopersmith4-12/+17
2014-06-03autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-08-08xwd 1.0.6xwd-1.0.6Alan Coopersmith1-1/+1
2013-07-20Strip trailing whitespaceAlan Coopersmith8-113/+113
2013-07-20Fix some clang warnings about integer size/sign conversionsAlan Coopersmith4-17/+15
2013-07-20Quiet gcc warnings about potentially uninitialized variablesAlan Coopersmith1-1/+1
2013-07-19Remove unused bitmap_unit variable from ReadRegionsInList()Alan Coopersmith1-3/+0
2013-07-19Rename new_list variable to not shadow new_list functionAlan Coopersmith1-5/+5
2013-07-19Add printf attributes as suggested by gcc -Wmissing-format-attributeAlan Coopersmith2-5/+4
2013-07-19Fix gcc warnings about discarding const qualifiersAlan Coopersmith3-7/+8
2012-03-22Optionally enable existing code to call XkbStdBell from libxkbfileAlan Coopersmith2-1/+15
2012-03-22Move Pixel typedef from xwd.c to wsutils.hAlan Coopersmith3-2/+2
2012-02-22xwd 1.0.5xwd-1.0.5Alan Coopersmith1-1/+1
2011-12-13Silence -Wshadow warningsJeremy Huddleston1-12/+12
2011-12-13Mark usage as _X_NORETURNJeremy Huddleston1-1/+1
2011-12-13Dead code removalJeremy Huddleston1-14/+0
2011-10-03Fix LP64 bugPär Lidberg2-5/+6
2011-06-09Replace local checks for gcc with _X_NORETURN from xproto 7.0.17Alan Coopersmith2-6/+2
2011-05-08Rewrite parse_long to not fail -Wformat-nonliteralJeremy Huddleston1-5/+16
2011-05-08Dead code removalJeremy Huddleston1-5/+2
2011-01-19config: move man pages into their own directoryGaetan Nadon4-18/+17
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-1/+1