summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-16Switch back to dyn for nowtuice_dynClementTsang
2021-12-14tempClementTsang
2021-12-12Fix offset bugClementTsang
2021-12-12Fix bug with flex generation, unify flexClementTsang
2021-12-12First display!ClementTsang
2021-12-12tuice tuice tuice tuiceClementTsang
2021-12-12Enum dispatch timeClementTsang
2021-12-11Start layout tree workClementTsang
2021-12-11hmmClementTsang
2021-12-05tuice tuiceClementTsang
2021-11-29tempClementTsang
2021-11-29refactor: move components and redesign component systemClementTsang
2021-11-24refactor: switch to iterative tree building for procClementTsang
2021-11-23refactor: Add CPU load backClementTsang
2021-11-20refactor: Remove some dead codeClementTsang
2021-11-20refactor: mostly add back tree mode for processClementTsang
Mouse control on collapse is not working yet, need to do some work internally first.
2021-10-31Merge branch 'master' into state_refactorClement Tsang
2021-10-19docs: more contribution doc stuffClementTsang
2021-10-17ci: add some documentation in the workflow filesClementTsang
2021-10-17docs: tweak wording in README and CONTRIBUTINGClementTsang
2021-10-17deps: bump deps, remove chrono (#600)Clement Tsang
Bumps up some dependencies and removes chrono, switching to the time crate instead. One of side-effects of this change is that local time seems to not work (?)... so all logs are now in UTC. Oh well, this doesn't affect general user behaviour so I'm fine with it.
2021-10-17ci: allow manual triggering of audit actionClementTsang
2021-10-10ci: forgot a -rClementTsang
2021-10-10ci: simplify python dependency step for release/doc pipeline (#596)Clement Tsang
Slightly simplifies the whole Python dependency step for pipelines generating mkdocs.
2021-10-09ci: Create release only if the entire pipeline passes (#595)Clement Tsang
In a similar vein to #590, we only create a release after the entire pipeline is completed and succeeds. Also fixes some incorrect job names and adds some "/'s" after directory names in the nightly pipeline.
2021-10-03ci: parallelize ci better (#594)Clement Tsang
Parallelizes the CI workflow better.
2021-10-03ci: revert previous i686 change (#593)Clement Tsang
Reverts #592, this was done incorrectly, I changed the wrong thing and I also didn't need to change said thing.
2021-10-03ci: Disable cross for i686 Windows, add multilib for i686 Linux for Nightly ↵Clement Tsang
(#592) Disables an unnecessary use of cross for i686 Windows, and add multilib for i686 Linux since apparently that's needed now.
2021-10-03ci: only create nightly release if build passes (#590)Clement Tsang
Changes the nightly build workflow to delete/create a new release *only* if the entire build process passes. This avoids a potential case of a nightly build failing but having overwritten the old one, which has happened before. After this change lands, similar changes will probably be made to the deployment script for releases.
2021-10-02other: remove redundant line in rustfmtClement Tsang
2021-10-02refactor: various bug fixes and code removalClementTsang
2021-09-26refactor: delete more stuffClementTsang
Mostly previously re-added files during the merge conflict resolution, and a lot of unused code. Still more to delete after I finish rewriting the process kill dialog.
2021-09-26other: fix merge conflictsClementTsang
2021-09-26refactor: delete a ton of unused codeClementTsang
2021-09-26refactor: cover almost all keybinds except killing processesClementTsang
2021-09-25docs: break broken image link for sample layoutClementTsang
2021-09-25bug: remove incorrect shortcut from docs/help (#589)Clement Tsang
Removes an incorrect shortcut. No idea when that got there.
2021-09-25ci: add missing step for compressing completion files (#586)Clement Tsang
2021-09-24refactor: add process search conditions and errorClementTsang
2021-09-23ci: move winget/msi and deb gen to separate steps (#585)Clement Tsang
Moves debian and winget/msi generation to a separate job, so it can run in parallel to the other jobs.
2021-09-22refactor: finish help menuClementTsang
2021-09-20ci: disable homebrew auto-gen (#584)Clement Tsang
Disables homebrew CI file generation, since it's now handled by separate maintainers! See #578 for some more details.
2021-09-18Merge pull request #580 from bowlofeggs/RUSTSEC-2021Clement Tsang
RUSTSEC-2021-0003, RUSTSEC-2021-0093, and cargo update
2021-09-18docs: add bowlofeggs as a contributor for code (#583)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-09-18Merge pull request #582 from bowlofeggs/bowlofeggs-0.6.4-battery-testClement Tsang
Feature gate test_default_battery_movement
2021-09-18Feature gate test_default_battery_movementRandy Barlow
test_default_battery_movement() is now feature gated on the battery feature. fixes #581 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2021-09-18Run cargo updateRandy Barlow
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2021-09-18RUSTSEC-2021-0003: Update smallvecRandy Barlow
https://rustsec.org/advisories/RUSTSEC-2021-0003 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2021-09-18RUSTSEC-2021-0093: Update crossbeam-dequeRandy Barlow
https://rustsec.org/advisories/RUSTSEC-2021-0093 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2021-09-17docs: add adiabatic as a contributor for doc (#579)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>