summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-03xditview 1.0.7HEADxditview-1.0.7masterAlan Coopersmith1-1/+1
2023-02-09Add -help and -version optionsAlan Coopersmith2-4/+26
2023-02-09Print which argument was unknown before giving usage messageAlan Coopersmith1-1/+9
2023-01-17Add .git-blame-ignore-revs to hide whitespace commits from git blameAlan Coopersmith1-0/+16
2023-01-15GetLine: resolve -Wmaybe-uninitialized warningAlan Coopersmith1-1/+1
2023-01-15Add CWARNFLAGS to AM_CFLAGSAlan Coopersmith1-1/+1
2023-01-15Mark more char * as constAlan Coopersmith3-13/+13
2023-01-15configure: Add --with-xft and --without-xft flags to control USE_XFTAlan Coopersmith11-7/+61
2023-01-15Initialize more variables in their declarationsAlan Coopersmith6-69/+44
2023-01-15More variable scope reductions as recommended by cppcheckAlan Coopersmith3-36/+54
2023-01-14Add bounds check to getstr()Alan Coopersmith1-5/+10
2023-01-14Replace strcpy() calls with strncpy() or memcpy()Alan Coopersmith4-14/+22
2023-01-14lex.c: increment length counters when adding to bufferAlan Coopersmith1-2/+2
2023-01-14Convert to X.Org standard code styleAlan Coopersmith12-2343/+2333
2023-01-14Dvi.c: remove unused XtStrlen macroAlan Coopersmith1-2/+0
2022-12-20gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-12-20configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith1-0/+3
2022-10-15xditview 1.0.6xditview-1.0.6Alan Coopersmith1-2/+2
2022-09-17Declare guesses constAlan Coopersmith1-1/+1
2022-09-17Avoid leak of new_file if we decide not to use itAlan Coopersmith1-0/+2
2022-09-17Use standard strrchr() instead of ancient rindex()Alan Coopersmith1-2/+2
2022-09-17Inline *Move & *Goto functionsAlan Coopersmith2-28/+25
2022-09-17Delete HorizontalMove macro that shadows/duplicates HorizontalMove functionAlan Coopersmith1-2/+0
2022-09-17Fix -Wsign-compare warningsAlan Coopersmith1-2/+2
2022-09-17Clear -Wmissing-field-initializers warningsAlan Coopersmith1-2/+4
2022-09-17Use _CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith1-0/+1
2022-09-17Variable scope reductions as recommended by cppcheckAlan Coopersmith6-69/+63
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith1-4/+0
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-04gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-11-28Fix spelling/wording issuesAlan Coopersmith4-5/+5
2019-03-03xditview 1.0.5xditview-1.0.5Alan Coopersmith1-1/+1
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-26/+18
2018-05-05make sure filename is a regular file.Pat Kane1-0/+18
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
2015-04-16xditview 1.0.4xditview-1.0.4Alan Coopersmith1-1/+1
2014-11-08Use SEEK_* names instead of raw numbers for fseek whence argumentAlan Coopersmith2-3/+3
2014-10-25Remove CVS/RCS $Id tagsAlan Coopersmith15-38/+0
2014-10-25Combine usage message stringsAlan Coopersmith1-6/+6
2014-10-25Remove #if 0 codeAlan Coopersmith4-95/+0
2014-10-25unifdef -UNOTDEF -UNOTUSEDAlan Coopersmith3-85/+0
2014-10-25Const cleanupAlan Coopersmith10-38/+40
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-06-02config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-3/+6
2014-02-18Convert sprintf calls to snprintfAlan Coopersmith1-4/+4
2013-04-21Close file leak when fdopen() fails in OpenFile()Alan Coopersmith1-9/+9