| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move global allocator selection to swaystatus-plugin. | Andreas Grois | 2021-11-30 | 1 | -0/+3 |
| | | | | | This way plugins needn't set it manually. | ||||
| * | Update some dependencies | Andreas Grois | 2021-11-29 | 1 | -1/+1 |
| | | |||||
| * | Update Rust edition to 2021 | Andreas Grois | 2021-11-29 | 2 | -2/+2 |
| | | |||||
| * | Revert "Make runnable's run() method take a mutable self-reference." | Andreas Grois | 2021-05-03 | 1 | -1/+1 |
| | | | | | | | | This reverts commit e1f0525e4e1dcf674aa7489042a06b7c7d671a2a. I've decided against having mutable self-references. It's a bit less convenient, but more sane. Also, the revert can be reverted any time, should the need arise. | ||||
| * | Make runnable's run() method take a mutable self-reference. | Andreas Grois | 2021-05-02 | 1 | -1/+1 |
| | | | | | | Because there is no real reason speaking against it, and it makes plugin development a lot easier. | ||||
| * | Add options: List plugins, and get plugin help. | Andreas Grois | 2021-04-26 | 1 | -1/+10 |
| | | | | | | | This fixes the TODO document's notes about not being able to get help for individual plugins, and about not having any means to list all loadable plugins. | ||||
| * | New clippy lints, better code... | Andreas Grois | 2021-04-26 | 1 | -3/+15 |
| | | |||||
| * | Remove redundant .cargo folders | Andreas Grois | 2021-04-25 | 1 | -2/+0 |
| | | |||||
| * | First semi-working implementation. | Andreas Grois | 2021-04-18 | 5 | -0/+186 |
