summaryrefslogtreecommitdiffstats
path: root/ColumnsPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* Highlight moving meters in a different color.Hisham Muhammad2015-11-021-0/+1
|
* Handle KEY_RECLICK events generated by ScreenManagerHisham Muhammad2015-08-271-0/+2
|
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
| | | | | | | | | Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
* 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
|
* Get FreeBSD tree to compile again with latest changes.Hisham Muhammad2015-03-161-1/+3
|
* 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-19/+41
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Performance improvements due to conditional parsing of IO data depending on ↵Hisham Muhammad2013-05-241-1/+4
| | | | | | | selected fields. On my machine, this gives a ~20% improvement in htop process time use with the default config.
* 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-4/+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/+7
| | | | | | | | | | | * 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.
* changes for htop 0.8.2Hisham Muhammad2009-06-021-2/+2
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-45/+46
| | | | | Reduces resulting code size.
* --sort-key flag in the command-line, overriding theHisham Muhammad2006-08-041-7/+13
| | | | | | saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+104

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