Test for unicode-enabled libncurses
Hisham Muhammad authored
34714150
Name Last commit Last update
darwin Add Darwin swap meter.
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
darwin Add Darwin swap meter.
dragonflybsd
freebsd Regenerate platform-dependent headers.
linux Merge pull request #298 from patrickmarlier/issue202
openbsd Merge pull request #299 from mmcco/master
scripts Sorry about the mega-patch.
unsupported fix calloc() calls
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
UptimeMeter.h
UsersTable.c
UsersTable.h
Vector.c
Vector.h
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c
.editorconfig add editorconfig file to give hints to editors
.gitignore remove autoconf files, generate by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Add expand/collapse on additional clicks!
Action.h handle clicks on panel header line
Affinity.c Sorry about the mega-patch.
Affinity.h Sorry about the mega-patch.
AffinityPanel.c Handle KEY_RECLICK events generated by ScreenManager
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Do not trust isalpha(c) for values > 255.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Improve feedback when moving meters.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Rename String to StringUtils.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Calculate CPU averages on Darwin (See #295).
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c gcc warning cleanups.
CRT.h Merge pull request #221 from eworm-de/define-array-size
CategoriesPanel.c handle clicks on panel header line
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog ChangeLog updates.
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c get a useful tolal for clock meter
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Handle KEY_RECLICK events generated by ScreenManager
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Highlight moving meters in a different color.
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Handle KEY_RECLICK events generated by ScreenManager
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c
EnvScreen.h
FunctionBar.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
FunctionBar.h Simplify constructors.
Hashtable.c Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
Hashtable.h major header cleanup
Header.c fix calloc() calls
Header.h Fix saving of header states, motion in Setup screen.
HostnameMeter.c BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
HostnameMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
INSTALL Initial import.
IncSet.c Rename String to StringUtils.
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c