Age | Commit message (Expand) | Author |
2024-01-21 | Rename field 'delete' to 'remove' in TitlebarPixmaps | Tim Wiederhake |
2024-01-21 | Remove storage specifier 'register' | Tim Wiederhake |
2024-01-20 | Remove global variables JunkWidth, JunkHeight, JunkBW, JunkDepth, JunkMask | Tim Wiederhake |
2024-01-20 | Remove global variables JunkX, JunkY | Tim Wiederhake |
2024-01-20 | Remove global variables JunkRoot, JunkChild | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in ExecuteFunction | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in IconUp | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in do_string_keyword | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in CreateIconManagers | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in HandleButtonPress | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in SetHighlightPixmap | Tim Wiederhake |
2024-01-20 | Rework dummy variable usage in AddWindow | Tim Wiederhake |
2024-01-20 | Make XtSignalId si static | Tim Wiederhake |
2024-01-20 | Make FirstScreen a local variable | Tim Wiederhake |
2024-01-20 | Make appContext a local variable | Tim Wiederhake |
2024-01-20 | Make InitFile a local variable | Tim Wiederhake |
2024-01-20 | Make MultiScreen a local variable | Tim Wiederhake |
2024-01-20 | Split up InitMenus | Tim Wiederhake |
2024-01-20 | Remove now unused NoPrintscreens variable | Tim Wiederhake |
2024-01-01 | Replace GCC_NORETURN with _X_NORETURN | Tim Wiederhake |
2024-01-01 | Replace GCC_PRINTFLIKE with _X_ATTRIBUTE_PRINTF | Tim Wiederhake |
2024-01-01 | Remove redundant declaration of yylex | Tim Wiederhake |
2024-01-01 | Remove redundant declaration of yyparse | Tim Wiederhake |
2024-01-01 | Remove redundant declaration of yylineno | Tim Wiederhake |
2024-01-01 | Make atom_names const correct | Tim Wiederhake |
2024-01-01 | Silence old-style function definition warning in yywrap | Tim Wiederhake |
2024-01-01 | Silence uninitialized variable warning | Tim Wiederhake |
2024-01-01 | Enable compiler warnings | Tim Wiederhake |
2024-01-01 | Remove write to never-read variable in InstallWindowColormaps | Tim Wiederhake |
2024-01-01 | Remove unused typedef SigProc | Tim Wiederhake |
2024-01-01 | Remove support for xprint | Tim Wiederhake |
2024-01-01 | Remove always-true ifndef TOM | Tim Wiederhake |
2024-01-01 | Remove disabled code | Tim Wiederhake |
2024-01-01 | Fix include guard names | Tim Wiederhake |
2021-11-28 | Fix spelling/wording issues | Alan Coopersmith |
2020-06-21 | quiet a misleading warning in grammar | Thomas E. Dickey |
2020-06-21 | issue #8: twm displays all windows as "Untitled" | Thomas E. Dickey |
2020-06-21 | X11R5 change lost the update for yylineno needed to make parse messages | Thomas E. Dickey |
2020-06-21 | include twm.h in header files which rely upon its definitions | Thomas E. Dickey |
2020-06-21 | indent lex/yacc files using xxx-indent (twm-indent uses GNU indent, which | Thomas E. Dickey |
2020-06-21 | add/use new function parseWarning, which honors -v/-q options | Thomas E. Dickey |
2020-06-20 | make the "-V" version print less cluttered (and more like most programs) | Thomas E. Dickey |
2020-06-19 | use new warning-message functions in the remaining places where suitable, | Thomas E. Dickey |
2020-06-19 | add/use functions to make warning messages more consistently use the program ... | Thomas E. Dickey |
2020-06-18 | fix the cppcheck style- and format-warnings | Thomas E. Dickey |
2020-06-17 | allow most options to be long/abbreviatable for consistency, | Thomas E. Dickey |
2020-06-17 | add "-V" version-message | Thomas E. Dickey |
2020-06-17 | eliminate some unnecessary(?) goto statements | Thomas E. Dickey |
2020-06-16 | eliminate a fixed-size buffer in Execute() function. | Thomas E. Dickey |
2020-06-15 | issue #1: twm random window placement handles large windows poorly | Thomas E. Dickey |