summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-02configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or laterAlan Coopersmith1-2/+2
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-04-02twm 1.0.12twm-1.0.12Alan Coopersmith1-1/+1
2021-12-04gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-11-28Fix spelling/wording issuesAlan Coopersmith11-18/+18
2020-06-21quiet a misleading warning in grammarThomas E. Dickey1-1/+2
2020-06-21issue #8: twm displays all windows as "Untitled"Thomas E. Dickey1-14/+29
2020-06-21mention newer behavior of -q/-v optionsThomas E. Dickey1-0/+6
2020-06-21X11R5 change lost the update for yylineno needed to make parse messagesThomas E. Dickey1-0/+4
2020-06-21include twm.h in header files which rely upon its definitionsThomas E. Dickey7-1/+14
2020-06-21indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, whichThomas E. Dickey2-704/+711
2020-06-21add/use new function parseWarning, which honors -v/-q optionsThomas E. Dickey6-83/+77
2020-06-20make the "-V" version print less cluttered (and more like most programs)Thomas E. Dickey2-3/+4
2020-06-19use new warning-message functions in the remaining places where suitable,Thomas E. Dickey6-87/+70
2020-06-19add/use functions to make warning messages more consistently use the program ...Thomas E. Dickey2-31/+100
2020-06-18fix the cppcheck style- and format-warningsThomas E. Dickey12-101/+146
2020-06-18remove clutter not needed with XorgThomas E. Dickey20-690/+0
2020-06-17Merge branch 'master' into dickeyThomas E. Dickey2-44/+96
2020-06-17allow most options to be long/abbreviatable for consistency,Thomas E. Dickey2-22/+61
2020-06-17add "-V" version-messageThomas E. Dickey2-10/+20
2020-06-17eliminate some unnecessary(?) goto statementsThomas E. Dickey1-19/+22
2020-06-17adapted/updated patch from Debian #956434Thomas E. Dickey1-36/+30
2020-06-17adapted/updated patch from Debian #956434Thomas E. Dickey1-36/+30
2020-06-16updated patch to work with code, reflect a change made in 2016...Thomas E. Dickey1-1/+1
2020-06-16use Debian's package-files as starting point for test-packagesThomas E. Dickey20-0/+690
2020-06-16eliminate a fixed-size buffer in Execute() function.Thomas E. Dickey1-22/+49
2020-06-15issue #1: twm random window placement handles large windows poorlyThomas E. Dickey1-8/+20
2020-06-14twm 1.0.11twm-1.0.11Matt Turner1-1/+1
2020-06-14Build xz tarballs instead of bzip2Matt Turner1-1/+1
2019-11-23an error in the action for warp-to-ring would produce two error messagesThomas E. Dickey1-0/+2
2019-11-23strict gcc-warning fixes, no object-changeThomas E. Dickey2-15/+22
2019-11-23whitespace-fixesThomas E. Dickey1-28/+28
2019-11-23Merge remote-tracking branch 'upstream/master'Thomas E. Dickey1-1/+1
2019-11-23Formatted most of the C files using "twm-indent", part of cindent atThomas E. Dickey27-8789/+8633
2019-11-23Formatted most of the C files using "twm-indent", part of cindent atThomas E. Dickey27-8789/+8633
2019-09-13Correct system.twmrc location.Maya Rashish1-1/+1
2019-07-16bump minor version for issue #2Thomas E. Dickey1-1/+1
2019-07-16issue 2: twm doesn't handle RandR screen size changesThomas E. Dickey6-3/+71
2019-07-16bump minor version to reflect issues #4 and #7Thomas E. Dickey1-1/+1
2019-07-16caddr_t used to be used in X code before XPointer was established; it's obsol...Thomas E. Dickey7-28/+28
2019-07-16Merge branch 'master' into dickeyThomas E. Dickey1-2/+4
2019-07-16issue 4: twm makes windows too wideThomas E. Dickey1-2/+4
2019-07-16fix const-warnings by making a copy of the dataThomas E. Dickey1-14/+14
2019-07-16fix const-warnings in grammar using a non-const initializerThomas E. Dickey1-12/+13
2019-07-16constify deftwmrc[], to fix gcc-stricter warningsThomas E. Dickey2-3/+3
2019-07-16gcc-stricter warnings, no object changeThomas E. Dickey7-28/+28
2019-07-16fix const-warnings by making a copy of the dataThomas E. Dickey1-14/+14
2019-07-16fix const-warnings in grammar using a non-const initializerThomas E. Dickey1-12/+13
2019-07-16constify deftwmrc[], to fix gcc-stricter warningsThomas E. Dickey2-3/+3