summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-25bug: Workaround for strange rendering when there are <4 CPU entries reported ...Clement Tsang
2021-01-25bug: Fix missing sorting arrow when for non-% mem (#389)Clement Tsang
2021-01-25bug: Fix hide table gap option not working in battery widget (#386)Clement Tsang
2021-01-25bug: Fixes incorrect colours being used the CPU widget in basic mode (#373)Clement Tsang
2020-12-17uptick: 0.5.6 (#362)0.5.6Clement Tsang
2020-12-17refactor: re-use heim for ARM targets if possible (#360)Clement Tsang
2020-12-17bug: Fix missing component list refresh (#361)Clement Tsang
2020-12-17deps: Update various dependencies (#358)Clement Tsang
2020-12-17deps: 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