summaryrefslogtreecommitdiff
path: root/src/menus.c
AgeCommit message (Expand)Author
2024-08-02Merge remote-tracking branch 'origin/master' into obsdobsdMatthieu Herrb
2024-05-05Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2024-03-16Fix read from uninitialized dataHEADmasterTim Wiederhake
2024-03-07Provide defaults for externally defined symbolsTim Wiederhake
2024-03-07Remove version.c and version.hTim Wiederhake
2024-03-05include "gram.h" only from "parse.h"Thomas E. Dickey
2024-01-21Add explicit cast after memory allocationTim Wiederhake
2024-01-21Rename field 'class' to 'xclass' in TwmWindowTim Wiederhake
2024-01-21Remove storage specifier 'register'Tim Wiederhake
2024-01-20Remove global variables JunkWidth, JunkHeight, JunkBW, JunkDepth, JunkMaskTim Wiederhake
2024-01-20Remove global variables JunkX, JunkYTim Wiederhake
2024-01-20Remove global variables JunkRoot, JunkChildTim Wiederhake
2024-01-20Rework dummy variable usage in ExecuteFunctionTim Wiederhake
2024-01-20Split up InitMenusTim Wiederhake
2024-01-01Remove disabled codeTim Wiederhake
2022-05-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2021-11-28Fix spelling/wording issuesAlan Coopersmith
2020-10-16Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2020-06-19use new warning-message functions in the remaining places where suitable,Thomas E. Dickey
2020-06-18fix the cppcheck style- and format-warningsThomas E. Dickey
2020-06-16eliminate a fixed-size buffer in Execute() function.Thomas E. Dickey
2020-04-25Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2019-11-23Formatted most of the C files using "twm-indent", part of cindent atThomas E. Dickey
2019-07-17Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2019-07-16caddr_t used to be used in X code before XPointer was established; it's obsol...Thomas E. Dickey
2019-07-16gcc-stricter warnings, no object changeThomas E. Dickey
2019-07-15fix gcc-normal compiler warnings, no object changeThomas E. Dickey
2015-11-07Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-09-28Adapt callers to ExpandFilename change.Thomas Klausner
2015-03-28Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-12-31Remove custom version of system(3c) for SolarisAlan Coopersmith
2013-11-02Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-08-18Stop casting return values from malloc & callocAlan Coopersmith
2013-08-18Stop casting pointers to (char *) when freeing themAlan Coopersmith
2013-08-04Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-07-31Make more functions static that aren't called from other filesAlan Coopersmith
2013-07-31Use (void) to declare functions that take no arguments, instead of ()Alan Coopersmith
2013-07-18Constification cleanup - fix dozens of gcc warningsAlan Coopersmith
2012-01-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-11-19Terminate execl() arguments with NULL instead of 0Alan Coopersmith
2011-07-31Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-07-14Whitespace fixes in src filesAlan Coopersmith
2011-07-12Replace most sprintf calls with snprintfAlan Coopersmith
2011-06-05Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
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-11Fix: menus.c:2374: warning: implicit declaration of function `putenv`Alan Coopersmith
2011-02-13Merge remote branch 'origin/master' into obsdMatthieu Herrb
2011-01-05Fix many gcc strict-aliasing warningsAlan Coopersmith