summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.c
AgeCommit message (Expand)Author
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2022-05-06Fix Solaris / OmniOS buildDaniel Lange
2021-12-05Pre-select the last sent signal in SignalsPanelChristian Göttsche
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-01-04Panel_new: reorder argumentsChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-03Axe automated header generation.Zev Weiss
2018-03-25Fix overflow for signals >= 100.Hisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-09-16Protect against strange values of SIGRTMIN and SIGRTMAX,Hisham
2016-09-14Real-time signals support (for kill command)Explorer09
2015-10-06Fix build in FreeBSD, and make sure SIGTERM is always the default.Hisham Muhammad
2015-10-06Move list of signals to platform-specific code.Hisham Muhammad
2015-03-23Simplify constructors.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-11-05reduce codeHisham Muhammad
2011-11-05Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2007-11-08Improve construction of tree view, properly nesting threads.Hisham Muhammad
2006-05-30Rename ListBox'es to Panel's, matching dit.Hisham Muhammad