summaryrefslogtreecommitdiffstats
path: root/src/canvas
AgeCommit message (Expand)Author
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
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-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)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-11other: remaining changes needed to get android to build (#1199)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-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