Age | Commit message (Expand) | Author |
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 |
2023-12-02 | configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later | Alan Coopersmith |
2023-02-25 | Remove "All rights reserved" from Oracle copyright notices | Alan Coopersmith |
2023-02-09 | gitlab CI: stop requiring Signed-off-by in commits | Alan Coopersmith |
2022-04-02 | twm 1.0.12twm-1.0.12 | Alan Coopersmith |
2021-12-04 | gitlab CI: add a basic build test | Alan Coopersmith |
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 | mention newer behavior of -q/-v options | 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-18 | remove clutter not needed with Xorg | Thomas E. Dickey |
2020-06-17 | Merge branch 'master' into dickey | 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-17 | adapted/updated patch from Debian #956434 | Thomas E. Dickey |
2020-06-17 | adapted/updated patch from Debian #956434 | Thomas E. Dickey |
2020-06-16 | updated patch to work with code, reflect a change made in 2016... | Thomas E. Dickey |
2020-06-16 | use Debian's package-files as starting point for test-packages | 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 |
2020-06-14 | twm 1.0.11twm-1.0.11 | Matt Turner |
2020-06-14 | Build xz tarballs instead of bzip2 | Matt Turner |
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 | Merge remote-tracking branch 'upstream/master' | Thomas E. Dickey |
2019-11-23 | Formatted most of the C files using "twm-indent", part of cindent at | Thomas E. Dickey |
2019-11-23 | Formatted most of the C files using "twm-indent", part of cindent at | Thomas E. Dickey |
2019-09-13 | Correct system.twmrc location. | Maya Rashish |
2019-07-16 | bump minor version for issue #2 | Thomas E. Dickey |
2019-07-16 | issue 2: twm doesn't handle RandR screen size changes | Thomas E. Dickey |
2019-07-16 | bump minor version to reflect issues #4 and #7 | 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 | Merge branch 'master' into dickey | 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 |