summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-01Silence old-style function definition warning in yywrapTim Wiederhake
2024-01-01Silence uninitialized variable warningTim Wiederhake
2024-01-01Enable compiler warningsTim Wiederhake
2024-01-01Remove write to never-read variable in InstallWindowColormapsTim Wiederhake
2024-01-01Remove unused typedef SigProcTim Wiederhake
2024-01-01Remove support for xprintTim Wiederhake
2024-01-01Remove always-true ifndef TOMTim Wiederhake
2024-01-01Remove disabled codeTim Wiederhake
2024-01-01Fix include guard namesTim Wiederhake
2021-11-28Fix spelling/wording issuesAlan Coopersmith
2020-06-21quiet a misleading warning in grammarThomas E. Dickey
2020-06-21issue #8: twm displays all windows as "Untitled"Thomas E. Dickey
2020-06-21X11R5 change lost the update for yylineno needed to make parse messagesThomas E. Dickey
2020-06-21include twm.h in header files which rely upon its definitionsThomas E. Dickey
2020-06-21indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, whichThomas E. Dickey
2020-06-21add/use new function parseWarning, which honors -v/-q optionsThomas E. Dickey
2020-06-20make the "-V" version print less cluttered (and more like most programs)Thomas E. Dickey
2020-06-19use new warning-message functions in the remaining places where suitable,Thomas E. Dickey
2020-06-19add/use functions to make warning messages more consistently use the program ...Thomas E. Dickey
2020-06-18fix the cppcheck style- and format-warningsThomas E. Dickey
2020-06-17allow most options to be long/abbreviatable for consistency,Thomas E. Dickey
2020-06-17add "-V" version-messageThomas E. Dickey
2020-06-17eliminate some unnecessary(?) goto statementsThomas E. Dickey
2020-06-16eliminate a fixed-size buffer in Execute() function.Thomas E. Dickey
2020-06-15issue #1: twm random window placement handles large windows poorlyThomas E. Dickey
2019-11-23an error in the action for warp-to-ring would produce two error messagesThomas E. Dickey
2019-11-23strict gcc-warning fixes, no object-changeThomas E. Dickey
2019-11-23whitespace-fixesThomas E. Dickey
2019-11-23Formatted most of the C files using "twm-indent", part of cindent atThomas E. Dickey
2019-07-16issue 2: twm doesn't handle RandR screen size changesThomas E. Dickey
2019-07-16caddr_t used to be used in X code before XPointer was established; it's obsol...Thomas E. Dickey
2019-07-16issue 4: twm makes windows too wideThomas E. Dickey
2019-07-16fix const-warnings by making a copy of the dataThomas E. Dickey
2019-07-16fix const-warnings in grammar using a non-const initializerThomas E. Dickey
2019-07-16constify deftwmrc[], to fix gcc-stricter warningsThomas E. Dickey
2019-07-16gcc-stricter warnings, no object changeThomas E. Dickey
2019-07-15fix gcc-normal compiler warnings, no object changeThomas E. Dickey
2019-07-15issue 7: check if there are no fonts found for the fontset, and fallback to f...Thomas E. Dickey
2019-05-31Make some char pointers const as necessary to clear some gcc warningsAlan Coopersmith
2019-03-03Read system.twmrc from where it got installedBryan Kadzban
2018-09-30If we can't find a colormap to replace, insert new one instead of leaking itAlan Coopersmith
2018-09-30When replacing a colormap, free old map, not new oneAlan Coopersmith
2015-09-28Adapt callers to ExpandFilename change.Thomas Klausner
2015-09-28Add some const.Christos Zoulas
2015-07-19Do not try to extend the font-pattern with a wild-card.Michael van Elst
2014-12-31Remove custom version of system(3c) for SolarisAlan Coopersmith
2014-12-31Only use results from GetWindowProperty if it returned successAlan Coopersmith
2013-08-18Replace malloc(strlen()+1); strcpy(); pairs with strdup()Alan Coopersmith
2013-08-18AddWindow: Use NULL instead of 0 for null pointer checkAlan Coopersmith
2013-08-18Stop casting return values from malloc & callocAlan Coopersmith