summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2024-01-21other: flatten process config struct and clean up help text (#1395)Clement Tsang
2024-01-18refactor: move some files around in prep for a future options refactor (#1393)Clement Tsang
2024-01-16refactor: convert layout creation tests back to being unit tests (#1392)Clement Tsang
2024-01-15refactor: simplify some config -> constraints code (#1383)Clement Tsang
2024-01-01refactor: move around some configuration code again (#1371)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-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-06-23feature: support human times for rate (#1221)Clement Tsang
2023-06-13other: clean up some cfg usage (#1205)Clement Tsang
2023-05-09bug: fix certain custom column combinations causing issues (#1140)Clement Tsang
2023-04-21deps: update clap to 4.x (#1107)Clement Tsang
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-03-01other: switch to toml_edit (#1034)Clement Tsang
2023-02-18feature: support 3-char hex colours (#1022)Clement Tsang
2022-12-30other: use custom time chart grid implementation (#937)Clement Tsang
2022-11-21other: don't use manual map for color name mapping (#908)Clement Tsang
2022-06-27ci: fix missing target in tests (#757)Clement Tsang
2022-05-01other: add test for battery flag if battery feature is offClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2022-03-07deps: update clap to 3.x (#690)Clement Tsang
2021-09-18Feature gate test_default_battery_movementRandy Barlow
2021-07-06bug: Tests try to modify user home directory (#535)Chloe Brown
2021-02-15feature: add nord and nord-light colours (#406)Clement Tsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-09-01bug: fix broken check from last commit, add testsClementTsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-19refactor: Refactor code, add new testsClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-04chore: update travis a bit for msrvClement Tsang
2020-05-04update tests to deal with msrvClementTsang
2020-04-23test: add config tests, update arg testsClementTsang
2020-04-23refactor: update arg tests to use new binary envClementTsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-10Updated documentation, made error in args clearerClementTsang
2020-03-09Add hiding time and autohiding time.ClementTsang
2020-03-08Fixes bug with too large inputs causing a panicClementTsang
2020-03-08Add configurable default time and interval valuesClementTsang
2020-03-03Add two new tests; bit unrelated tbh.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-02-28Optimized imports as per clionClementTsang
2020-02-20Fix issue with default file paths not being respected; updated default file p...ClementTsang
2019-12-30Quick error change for processes to be a bit more graceful, fix testsClement Tsang
2019-12-15Update controls.ClementTsang