summaryrefslogtreecommitdiffstats
path: root/src/ui/components
AgeCommit message (Collapse)Author
2019-11-03Remove % symbols from metricsManos Pitsidianakis
Listing percentage values as eg user% 10% is redundant, so erase the percentage symbol from the label.
2019-10-29Tighten row highlight colours area boundsManos Pitsidianakis
There was some "spillover" color to the next row in cases with long cmd_line strings.
2019-10-29Fix total time calculationManos Pitsidianakis
oops
2019-10-28Add label of current mode in bottom left cornerManos Pitsidianakis
Add a visual aid in the bottom left corner of the screen to make it easier to find what modes are active at the moment eg FROZEN, LOCATE.
2019-10-28Fix follow in non-follow modeManos Pitsidianakis
2019-10-28Add search functionManos Pitsidianakis
Initiate search with '/'. Filter function was previously '/', and it was moved to Space.
2019-10-28Add help overlayManos Pitsidianakis
Toggle visibility with 'h'
2019-10-28Add padding to kill boxManos Pitsidianakis
2019-10-28Add locate by pid functionManos Pitsidianakis
Press 'L' to activate
2019-10-28Make follow work with tree displayManos Pitsidianakis
2019-10-28Add sort for user, vm_rss, cpu% and cmd_line fieldsManos Pitsidianakis
F1 toggles/activates username sorting F2 toggles/activates vm_rss sorting F3 toggles/activates cpu% sorting F4 toggles/activates cmd_line sorting
2019-10-28Add tree modeManos Pitsidianakis
Toggle with 't'
2019-10-26Fix cursor bugManos Pitsidianakis
2019-10-26Add force_redraw on input in process listManos Pitsidianakis
2019-10-26Add filtering with '/'Manos Pitsidianakis
2019-10-25Add Follow mode for processesManos Pitsidianakis
Given a pid, follow the process and its direct children.
2019-10-25Distribute cpu bars evenlyManos Pitsidianakis
2019-10-25Remove thread.rs, do process list update syncManos Pitsidianakis
Do process list update synchronously instead of in a thread; that was too slow after all.
2019-09-09Fix warningsManos Pitsidianakis
2019-09-09Fix 'panic byte index is out of bounds'Manos Pitsidianakis
Fix wrong byte index in RAM display string of RAM bar. Variable `cutoff`'s value could surpass `mem_display`'s length. Fixes #1
2019-09-04first versionManos Pitsidianakis
2019-09-01Add 'freeze' option to process listManos Pitsidianakis
Press 'f' to stop updates in process list for inspection
2019-09-01Add labels to load averagesManos Pitsidianakis
2019-09-01remove cyclesManos Pitsidianakis
2019-09-01Replace subtractions with saturating ones in kernel infoManos Pitsidianakis
2019-09-01Tidy up column maxima in process listManos Pitsidianakis
2019-08-31add username, etcManos Pitsidianakis
2019-08-31Initial commitManos Pitsidianakis