summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-12-15deps: Update to heim 0.1 (#354)Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-12-11refactor: Use feature flags to avoid building with fern and log (#351)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
2020-12-11bug: Fix incorrect cpu colour matching again in all position (#349)Clement Tsang
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
2020-12-10bug: Fix missing states in processes (#345)Clement Tsang
2020-12-08refactor: Refactor some canvas code (#342)Clement Tsang
2020-12-05refactor: Rename battery_harvester to batteries (#340)Clement Tsang
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
2020-11-26bug: Fix inverted battery colours (#331)Clement Tsang
2020-11-25bug: Fix inverted hide_avg_cpu option in config (#327)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-22other: update default config.tomlClementTsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-11-21bug: [skip travis] Fix use_old_network_legendClementTsang
2020-11-21bug: [skip travis] Add a better check for default colors in the config fileClementTsang
2020-11-20bug: [skip travis] remove nord from possible valuesClementTsang
2020-11-20feature: add tree flag (#312)Clement Tsang
2020-11-19other: update gruvbox and some documentation (#310)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18bug: remove buggy auto-generated CPU colour implementation (#308)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-11-02refactor: Better responsiveness when resizing cpu basic widget (#292)Clement Tsang
2020-11-02bug: fix incorrect basic cpu spacing (#291)Clement Tsang
2020-11-02bug: fix incorrect offset for cpu list in cpu basic widget (#289)Clement Tsang
2020-11-02bug: fix incorrect CPU colour offset (#290)Clement Tsang
2020-11-02clippy: fix unwrap_or_else usage (#286)Clement Tsang
2020-11-01deps: switch from dirs to dirs-next (#285)Clement Tsang
2020-10-17feature: Add simple indicator for when data updating is frozen (#269)Clement Tsang
2020-10-17refactor: Remove redundant as_ref() calls (#268)Clement Tsang
2020-10-13bug: Fix widget highlighting styling for dialogs (#266)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-10-02bug: terminate threads, fix blocking poll in input (#262)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-30Use tmp_dir rather than /tmp/ (#260)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-28feature: Add persistent search settings (#257)Clement Tsang
2020-09-26bug: fix basic mode arrows being slightly larger than intendedClementTsang
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-18bug: Fix for index oob caused by terminal size mismatch (#238)Clement Tsang
2020-09-11feature: mouse support for tabs and dd dialog (#230)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-06fix: Fixes count being sortable, but nothing occuring (#224)Clement Tsang