Age | Commit message (Expand) | Author |
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 |
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-16 | ignore LOGS generated in test-builds | Thomas E. Dickey |
2019-07-15 | cleanup manual page, using check-manpage (xterm) | 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-11-21 | Update configure.ac bug URL for gitlab migration | Alan Coopersmith |
2018-11-16 | Update README for gitlab migration | Alan Coopersmith |
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 |
2018-03-06 | twm 1.0.10twm-1.0.10 | Alan Coopersmith |
2017-01-26 | autogen: add default patch prefix | Mihail Konev |
2017-01-26 | autogen.sh: use quoted string variables | Emil Velikov |
2017-01-26 | autogen.sh: use exec instead of waiting for configure to finish | Peter Hutterer |
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 |
2015-04-16 | twm 1.0.9twm-1.0.9 | Alan Coopersmith |
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 |
2014-08-07 | Update manpage with the proper location of system.twmrc file | Laurent Carlier |
2014-06-02 | autogen.sh: Honor NOCONFIGURE=1 | Alan Coopersmith |
2014-06-02 | configure: Drop AM_MAINTAINER_MODE | Alan Coopersmith |
2013-10-25 | config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES | Gaetan Nadon |
2013-09-06 | twm 1.0.8twm-1.0.8 | 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 |