summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16bump minor version to reflect issues #4 and #7Thomas 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-16Merge branch 'master' into dickeyThomas 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-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-16ignore LOGS generated in test-buildsThomas E. Dickey
2019-07-15cleanup manual page, using check-manpage (xterm)Thomas 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-07-15Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
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-11-25Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
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
2018-03-06twm 1.0.10twm-1.0.10Alan Coopersmith
2017-02-18Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2015-11-07Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-09-28Adapt callers to ExpandFilename change.Thomas Klausner
2015-09-28Add some const.Christos Zoulas
2015-08-08Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-07-19Do not try to extend the font-pattern with a wild-card.Michael van Elst
2015-05-09Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-04-16twm 1.0.9twm-1.0.9Alan Coopersmith
2015-03-28Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-12-31Remove custom version of system(3c) for SolarisAlan Coopersmith
2014-12-31Only use results from GetWindowProperty if it returned successAlan Coopersmith
2014-08-07Update manpage with the proper location of system.twmrc fileLaurent Carlier
2014-06-07Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2013-11-02Merge fixMatthieu Herrb
2013-11-02Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-10-25config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
2013-09-06twm 1.0.8twm-1.0.8Alan 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