Age | Commit message (Expand) | Author |
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 |
2013-08-18 | Stop casting return values from malloc & calloc | Alan Coopersmith |
2013-08-18 | Stop casting pointers to (char *) when freeing them | Alan Coopersmith |
2013-07-31 | Delete trailing whitespace in non *.[ch] source files | Alan Coopersmith |
2013-07-31 | Make more functions static that aren't called from other files | Alan Coopersmith |
2013-07-31 | Assume C89 signal handlers, returning void | Alan Coopersmith |
2013-07-31 | Make some more previously global variables into file-scoped statics | Alan Coopersmith |
2013-07-31 | Remove unused global variable gotFirstSave | Alan Coopersmith |
2013-07-31 | unifdef macII - drop support for A/UX 2.0 | Alan Coopersmith |
2013-07-31 | Make various helper & callback functions private to session.c | Alan Coopersmith |
2013-07-31 | Convert remaining K&R function declarations to C89 style | Alan Coopersmith |
2013-07-31 | Use (void) to declare functions that take no arguments, instead of () | Alan Coopersmith |
2013-07-18 | Syntax error in recent twm commit | Colin Harrison |
2013-07-18 | Constification cleanup - fix dozens of gcc warnings | Alan Coopersmith |
2013-06-19 | Don't rely on the ability to set tab stops. | Eric S. Raymond |
2012-11-30 | Fix SEGV if CreateColormapWindow() returns NULL. | Egbert Eich |
2011-11-19 | Terminate execl() arguments with NULL instead of 0 | Alan Coopersmith |
2011-07-27 | twm 1.0.7twm-1.0.7 | Alan Coopersmith |
2011-07-14 | Whitespace fixes in src files | Alan Coopersmith |
2011-07-12 | Replace most sprintf calls with snprintf | Alan Coopersmith |