summaryrefslogtreecommitdiffstats
path: root/ColumnsPanel.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix segmentation fault when column name is NULL.Erdem Ersoy2020-10-311-2/+0
| | | | So, some columns (ex: SECATTR) can be sortable now.
* Make all required includes explicitBenny Baumann2020-10-181-0/+2
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-1/+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-3/+3
| | | | | | | | 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.
* Update header files to match whitespace changes in source filesNathan Scott2020-08-221-1/+0
|
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-3/+3
| | | | Sync-up missing extern declarations for many functions.
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-3/+2
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-0/+2
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-5/+6
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-3/+0
| | | | | Reduces resulting code size.
* --sort-key flag in the command-line, overriding theHisham Muhammad2006-08-041-0/+2
| | | | | | saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
* Regenerated all headers.Hisham Muhammad2006-06-061-2/+1
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+32

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