2008-01-05
authorBrenden Matthews <brenden1@rty.ca>
Sun, 6 Jan 2008 01:35:14 +0000 (01:35 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Sun, 6 Jan 2008 01:35:14 +0000 (01:35 +0000)
commit35b4ed3affd0c5d60c9bc6d2439a497232c6ffae
treec2160fd423f8662696cf730d1912537240592060
parent651be79121788381dcf88cc7cb5ddba16fcef373
2008-01-05
    * Applied some more submitted patches:
        1) Add long forms of (most of) the command-line options.
        2) Added an option (top_cpu_separate) that emulates top's "separate
        cpus" option.  Processor usage is shown as a percentage of a
        single processor on your system, instead of a percentage
        of all processors combined.
        3) Adds a parameter (time) to top and top_mem that will show the
        cumulative CPU time of a process.
        4) Simplified integer rounding.
        5) Fixed the window width when a goto is used.
        6) Fixed the window width when an offset is used.
        (thanks Kevin Lyles).

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@994 7f574dfc-610e-0410-a909-a81674777703
AUTHORS
ChangeLog
doc/command_options.xml
doc/config_settings.xml
doc/variables.xml
src/common.c
src/conky.c
src/conky.h
src/top.c
src/top.h