summaryrefslogtreecommitdiffstats
path: root/AvailableColumnsPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-1/+1
| | | | | Calls marked with xSnprintf shouldn't fail. Abort program cleanly if any of them does.
* Mark some things as constRichard2017-07-221-1/+1
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* Do not trust isalpha(c) for values > 255.Hisham Muhammad2015-03-231-1/+1
| | | | | | | Fixes #174. Conflicts: Panel.c
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-1/+4
|
* Isolate portable and Linux-specific process fields.Hisham Muhammad2015-03-161-1/+1
|
* Move more Linux-specific code into Linux subdir.Hisham Muhammad2015-03-151-0/+1
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-13/+9
| | | | | 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-4/+10
| | | | UTF-8 display of big numbers.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-5/+13
|
* fix pagedown in some panelsHisham Muhammad2011-12-141-1/+2
|
* Mega-commit with features and tweaks for 1.0:Hisham Muhammad2011-11-181-0/+5
| | | | | | | | | | | * Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels.
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-22/+22
| | | | | Reduces resulting code size.
* Make column operation more comfortable.Hisham Muhammad2008-03-091-3/+2
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+72

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