Tag 3.0.0beta5
Hisham Muhammad authored
a4f4ef5b
Name Last commit Last update
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
darwin Introduce screen tabs
dragonflybsd Introduce screen tabs
freebsd Introduce screen tabs
linux Introduce screen tabs
openbsd Introduce screen tabs
scripts MakeHeader.py: Fix for non-utf8 environments (#770)
solaris Solaris: Make last change to Platform.h persistent by adding to Platform.c
unsupported Introduce screen tabs
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
.editorconfig add editorconfig file to give hints to editors
.gitignore Unstage/gitignore INSTALL since it's regenerated by autogen.sh
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Introduce screen tabs
Action.h Introduce screen tabs
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
CONTRIBUTING.md Add Contributing Guide!
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Introduce screen tabs
CRT.h Introduce screen tabs
CategoriesPanel.c Introduce screen tabs
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Update ChangeLog
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Fix color behavior on some terminals.
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c Add support for multiple screens, switchable using Tab
ColumnsPanel.h Add support for multiple screens, switchable using Tab
DisplayOptionsPanel.c Introduce screen tabs
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Move responsibility for cursor placement to Panels
FunctionBar.h Move responsibility for cursor placement to Panels
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Introduce screen tabs
Header.h
HostnameMeter.c
HostnameMeter.h
IncSet.c
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
ScreensPanel.c
ScreensPanel.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h