summaryrefslogtreecommitdiffstats
path: root/src/canvas
AgeCommit message (Expand)Author
2023-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-05-12bug: fix gruvbox cache colour being invalid (#1148)Clement Tsang
2023-04-22refactor: add fallback process signal (#1112)Clement Tsang
2023-04-19feature: add current battery charging state, update field names (#1106)Clement Tsang
2023-04-16deps: migrate from tui to ratatui (#1086)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-02-18feature: support 3-char hex colours (#1022)Clement Tsang
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-01-20other: explicitly style dd text colours (#995)Clement Tsang
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
2023-01-15other: skip battery duration draw if unknown (#974)Clement Tsang
2023-01-05bug: further shrink battery time-to text (#960)Clement Tsang
2023-01-04bug: reduce battery text cutoff in small windows (#952)Clement Tsang
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-12-27bug: fix dot marker setting not being considered (#934)Clement Tsang
2022-11-29other: slightly reduce the CPU time spent for draws (#918)Clement Tsang
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2022-11-21other: don't use manual map for color name mapping (#908)Clement Tsang
2022-11-20other: clean up some strings (#904)Clement Tsang
2022-11-20other: some cleanup in proc widget (#903)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-04refactor: clippy and small cleanup/comments (#865)Clement Tsang
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
2022-10-15other: make gpu memory collection configurable (#835)Clement Tsang
2022-10-15feature: add gpu ram collector for nvidia feature flag (#794)Justin Martin
2022-10-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-10-13refactor: switch to pipe gauge implementation for basic cpu + mem (#829)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-09-03other: Clarify help menu (#800)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-08-14refactor: change max_scroll_index usage to better reflect name (#783)Clement Tsang
2022-08-14Feature: half page scrolling (#774)ViridiCanis
2022-07-23Implement support for FreeBSD (#766)Wesley Moore
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-17other: make the graph legend the same color as the graph (#732)Clement Tsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15refactor: remove redundant get_ordering fn, add testsClementTsang
2022-05-15other: delete redundant code, run clippy and fmtClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-15refactor: heavily simplify the old network legendClementTsang
2022-05-07refactor: move CPU graph over to new systemClementTsang
2022-05-07refactor: fix off-by-one bug with getting start positionClementTsang
2022-05-07refactor: per-row styling, remove seemingly redundant table codeClementTsang
2022-05-07refactor: don't draw header if too shortClementTsang
2022-05-07refactor: bind the start and end ranges for tablesClementTsang
2022-05-07refactor: remove unneeded freeze paramClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-04-29refactor: refactor some tests (#718)Clement Tsang