summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-23an error in the action for warp-to-ring would produce two error messagesThomas E. Dickey
2019-11-23strict gcc-warning fixes, no object-changeThomas E. Dickey
2019-11-23whitespace-fixesThomas E. Dickey
2019-11-23Formatted most of the C files using "twm-indent", part of cindent atThomas E. Dickey
2019-07-16issue 2: twm doesn't handle RandR screen size changesThomas E. Dickey
2019-07-16caddr_t used to be used in X code before XPointer was established; it's obsol...Thomas E. Dickey
2019-07-16issue 4: twm makes windows too wideThomas E. Dickey
2019-07-16fix const-warnings by making a copy of the dataThomas E. Dickey
2019-07-16fix const-warnings in grammar using a non-const initializerThomas E. Dickey
2019-07-16constify deftwmrc[], to fix gcc-stricter warningsThomas E. Dickey
2019-07-16gcc-stricter warnings, no object changeThomas E. Dickey
2019-07-15fix gcc-normal compiler warnings, no object changeThomas E. Dickey
2019-07-15issue 7: check if there are no fonts found for the fontset, and fallback to f...Thomas E. Dickey
2019-05-31Make some char pointers const as necessary to clear some gcc warningsAlan Coopersmith
2019-03-03Read system.twmrc from where it got installedBryan Kadzban
2018-09-30If we can't find a colormap to replace, insert new one instead of leaking itAlan Coopersmith
2018-09-30When replacing a colormap, free old map, not new oneAlan Coopersmith
2015-09-28Adapt callers to ExpandFilename change.Thomas Klausner
2015-09-28Add some const.Christos Zoulas
2015-07-19Do not try to extend the font-pattern with a wild-card.Michael van Elst
2014-12-31Remove custom version of system(3c) for SolarisAlan Coopersmith
2014-12-31Only use results from GetWindowProperty if it returned successAlan Coopersmith
2013-08-18Replace malloc(strlen()+1); strcpy(); pairs with strdup()Alan Coopersmith
2013-08-18AddWindow: Use NULL instead of 0 for null pointer checkAlan Coopersmith
2013-08-18Stop casting return values from malloc & callocAlan Coopersmith
2013-08-18Stop casting pointers to (char *) when freeing themAlan Coopersmith
2013-07-31Delete trailing whitespace in non *.[ch] source filesAlan Coopersmith
2013-07-31Make more functions static that aren't called from other filesAlan Coopersmith
2013-07-31Assume C89 signal handlers, returning voidAlan Coopersmith
2013-07-31Make some more previously global variables into file-scoped staticsAlan Coopersmith
2013-07-31Remove unused global variable gotFirstSaveAlan Coopersmith
2013-07-31unifdef macII - drop support for A/UX 2.0Alan Coopersmith
2013-07-31Make various helper & callback functions private to session.cAlan Coopersmith
2013-07-31Convert remaining K&R function declarations to C89 styleAlan Coopersmith
2013-07-31Use (void) to declare functions that take no arguments, instead of ()Alan Coopersmith
2013-07-18Syntax error in recent twm commitColin Harrison
2013-07-18Constification cleanup - fix dozens of gcc warningsAlan Coopersmith
2012-11-30Fix SEGV if CreateColormapWindow() returns NULL.Egbert Eich
2011-11-19Terminate execl() arguments with NULL instead of 0Alan Coopersmith
2011-07-14Whitespace fixes in src filesAlan Coopersmith
2011-07-12Replace most sprintf calls with snprintfAlan Coopersmith
2011-06-15config: layout the C flags for better readabilityGaetan Nadon
2011-06-15man: use Autoconf provided $(SED)Gaetan Nadon
2011-06-15config: rm is about removal, not generationGaetan Nadon
2011-06-15deftwmrc.c is not required in MAINTAINERCLEANFILESGaetan Nadon
2011-06-15lex & yacc: only header file needs to be in BUILT_SOURCESGaetan Nadon
2011-05-12Add extra sanity checking to avoid possible NULL dereferencesJeremy Huddleston
2011-05-12Add sanity checking to avoid a possible NULL dereferenceJeremy Huddleston
2011-05-12Address a possible NULL pointer dereferenceJeremy Huddleston
2011-05-11Mark Done() as _X_NORETURNJeremy Huddleston