summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-20Rework dummy variable usage in CreateIconManagersTim Wiederhake
2024-01-20Rework dummy variable usage in HandleButtonPressTim Wiederhake
2024-01-20Rework dummy variable usage in SetHighlightPixmapTim Wiederhake
2024-01-20Rework dummy variable usage in AddWindowTim Wiederhake
2024-01-20Make XtSignalId si staticTim Wiederhake
2024-01-20Make FirstScreen a local variableTim Wiederhake
2024-01-20Make appContext a local variableTim Wiederhake
2024-01-20Make InitFile a local variableTim Wiederhake
2024-01-20Make MultiScreen a local variableTim Wiederhake
2024-01-20Split up InitMenusTim Wiederhake
2024-01-20Remove now unused NoPrintscreens variableTim Wiederhake
2024-01-01Replace GCC_NORETURN with _X_NORETURNTim Wiederhake
2024-01-01Replace GCC_PRINTFLIKE with _X_ATTRIBUTE_PRINTFTim Wiederhake
2024-01-01Remove redundant declaration of yylexTim Wiederhake
2024-01-01Remove redundant declaration of yyparseTim Wiederhake
2024-01-01Remove redundant declaration of yylinenoTim Wiederhake
2024-01-01Make atom_names const correctTim Wiederhake
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