summaryrefslogtreecommitdiffstats
path: root/src/canvas.rs
AgeCommit message (Expand)Author
2024-02-03deps: bump ratatui to 0.26 (#1406)Clement Tsang
2024-01-15refactor: simplify some config -> constraints code (#1383)Clement Tsang
2024-01-08refactor: clean up help drawing code (#1374)Clement Tsang
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-12-25deps: update ratatui version (#1362)Justin Martin
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
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-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
2022-12-27bug: fix dot marker setting not being considered (#934)Clement Tsang
2022-11-26bug: fix possible gaps with widget layout spacing (#916)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)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-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-06-14docs: re-enable lib docs for development purposes (#750)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
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-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-04-28refactor: consolidate time graph componentsClementTsang
2022-04-28refactor: remove dead config screen codeClementTsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2022-04-27bug: change as_ref() to build in Rust beta 1.61.0 (#711)Clement Tsang
2022-01-27bug: fix issues caused by having a width that is too small (#665)Clement Tsang
2021-12-28Fix Clippy warnings (#647)Mateusz MikuĊ‚a
2021-12-27feature: add basic page up/down scrolling (#646)Clement Tsang
2021-12-19bug: Fix process command flag breaking sorting (#627)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-04-24change: remove gap between CPU and columns in basic (#460)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-03-12feature: Add support for displaying load average (#392)pvanheus
2021-02-18feature: Add mouse support to sorting columns (#413)Clement Tsang
2021-02-15feature: Allow toggling advanced kill menu (#408)Clement Tsang
2021-02-15feature: add nord and nord-light colours (#406)Clement Tsang
2021-01-25bug: Workaround for strange rendering when there are <4 CPU entries reported ...Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)Clement Tsang
2020-12-15feature: Fine grained kill signals on unix (#263)Lukas Rysavy