summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate include of config.h from header to source modeuleBenny Baumann2023-12-261-2/+0
|
* Make header sort order consistent againBenny Baumann2023-05-241-2/+2
|
* Fix Solaris / OmniOS buildDaniel Lange2022-05-061-0/+4
|
* Pre-select the last sent signal in SignalsPanelChristian Göttsche2021-12-051-1/+5
| | | | | | | Instead of pre-selecting SIGTERM every time, select the signal last send in the same htop session. Closes: #862
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+2
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Use strict function prototypesChristian Göttsche2020-09-181-1/+1
| | | | int foo(); declares a function taking any number of arguments.
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-2/+0
| | | | | Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-1/+1
| | | | | | | | Applied via: $ find * -name '*.h' -exec sed -i -r 's/^extern (.+\()/\1/;' {} + Suggested-by: Bert Wesarg <bert.wesarg@googlemail.com>
* Axe automated header generation.Zev Weiss2020-09-031-2/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-1/+1
| | | | Sync-up missing extern declarations for many functions.
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-8/+1
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-8/+6
|
* reduce codeHisham Muhammad2011-11-051-5/+5
|
* Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad2011-11-051-4/+6
| | | | | | Factored code from the SignalsPanel to apply to all selections from main screen. Closes feature request #3425304.
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-4/+0
| | | | | Reduces resulting code size.
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-1/+1
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Regenerated all headers.Hisham Muhammad2006-06-061-1/+1
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+32

© 2014-2024 Faster IT GmbH | imprint | privacy policy