Age | Commit message (Expand) | Author |
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 |
2019-11-23 | an error in the action for warp-to-ring would produce two error messages | Thomas E. Dickey |
2019-11-23 | strict gcc-warning fixes, no object-change | Thomas E. Dickey |
2019-11-23 | whitespace-fixes | Thomas E. Dickey |
2019-11-23 | Formatted most of the C files using "twm-indent", part of cindent at | Thomas E. Dickey |
2019-07-16 | issue 2: twm doesn't handle RandR screen size changes | Thomas E. Dickey |
2019-07-16 | caddr_t used to be used in X code before XPointer was established; it's obsol... | Thomas E. Dickey |
2019-07-16 | issue 4: twm makes windows too wide | Thomas E. Dickey |
2019-07-16 | fix const-warnings by making a copy of the data | Thomas E. Dickey |
2019-07-16 | fix const-warnings in grammar using a non-const initializer | Thomas E. Dickey |
2019-07-16 | constify deftwmrc[], to fix gcc-stricter warnings | Thomas E. Dickey |
2019-07-16 | gcc-stricter warnings, no object change | Thomas E. Dickey |
2019-07-15 | fix gcc-normal compiler warnings, no object change | Thomas E. Dickey |
2019-07-15 | issue 7: check if there are no fonts found for the fontset, and fallback to f... | Thomas E. Dickey |
2019-05-31 | Make some char pointers const as necessary to clear some gcc warnings | Alan Coopersmith |
2019-03-03 | Read system.twmrc from where it got installed | Bryan Kadzban |
2018-09-30 | If we can't find a colormap to replace, insert new one instead of leaking it | Alan Coopersmith |
2018-09-30 | When replacing a colormap, free old map, not new one | Alan Coopersmith |
2015-09-28 | Adapt callers to ExpandFilename change. | Thomas Klausner |
2015-09-28 | Add some const. | Christos Zoulas |
2015-07-19 | Do not try to extend the font-pattern with a wild-card. | Michael van Elst |
2014-12-31 | Remove custom version of system(3c) for Solaris | Alan Coopersmith |
2014-12-31 | Only use results from GetWindowProperty if it returned success | Alan Coopersmith |
2013-08-18 | Replace malloc(strlen()+1); strcpy(); pairs with strdup() | Alan Coopersmith |
2013-08-18 | AddWindow: Use NULL instead of 0 for null pointer check | Alan Coopersmith |
2013-08-18 | Stop casting return values from malloc & calloc | Alan Coopersmith |