summaryrefslogtreecommitdiffstats
path: root/src/canvas/widgets
AgeCommit message (Expand)Author
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-07-19other: full width battery bar (#1251)Gabriele Belluardo
2023-07-04other: removes the percent sign from battery widget labels (#1244)Clement Tsang
2023-07-02other: hide battery tab selector if there is only one battery (#1236)Clement Tsang
2023-07-01other: remove some unnecessary vec allocations (#1234)Clement Tsang
2023-06-17refactor: move out bits/bytes enum to utils (#1211)Clement Tsang
2023-06-13other: clean up some cfg usage (#1205)Clement Tsang
2023-06-04refactor: change canvas macOS check to compile-time (#1184)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-28refactor: remove typed builder from App struct (#1176)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-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-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-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-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-06-03refactoring: Move around components and state (#746)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: 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: consolidate disk and temp table drawing, refactor stateClementTsang
2022-04-29Merge pull request #710 from ClementTsang/consolidate_component_drawingClement Tsang
2022-04-28refactor: consolidate time graph componentsClementTsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2021-12-30Replace statics with consts where possibleMateusz MikuĊ‚a