summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
AgeCommit message (Expand)Author
2020-08-13refactor: remove redundant newlinesClementTsang
2020-08-12change: Update macOS config dirClement Tsang
2020-08-11change: Add WASD keys for widget selection movementClementTsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-09change: hide table gap if widget height is smallClement Tsang
2020-05-08change: reallow spaces to represent "and"ClementTsang
2020-05-05docs: make process help text consistent with READMEClementTsang
2020-05-05Update constants.rsKim Brose
2020-05-04bug/change: removed space as and for now0.4.0ClementTsang
2020-05-02docs: update with search detailsClementTsang
2020-05-02bug: fix bug with multiple tokensClementTsang
2020-04-30feature: Add alt-h and alt-l to move left/right within widgetClementTsang
2020-04-29change: Use e key instead to maximize; rename to expandClementTsang
2020-04-29change: merge search and process widgets togetherClementTsang
2020-04-28docs: update help and README for bindingsClementTsang
2020-04-25refactor: changed how we set help text on resize and initClement Tsang
2020-04-24change: add scrolling to help menuClement Tsang
2020-04-22fix: Fixes typo in config generationClementTsang
2020-04-19Move to stateful except for CPUClementTsang
2020-04-18Update highlight to light blue; new network legendClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-12change: highlight borders & table headers to cyan (#115)Clement Tsang
2020-04-03(docs): Update README to be a bit nicerClementTsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-09Add hiding time and autohiding time.ClementTsang
2020-03-08Add configurable default time and interval valuesClementTsang
2020-03-08Add time scaling.ClementTsang
2020-03-07Split up widgets to make it a bit easier to work with.ClementTsang
2020-03-05Fix dialog box height and scroll label (#71)Clement Tsang
2020-03-04Merge branch 'master' into simple_modeClement Tsang
2020-03-02Refactoring.ClementTsang
2020-02-29added missing endlineshilangyu
2020-02-29create config if doesnt existshilangyu
2020-02-25Colours if selected and F1-3 keys for search optionsClementTsang
2020-02-20Fix issue with default file paths not being respected; updated default file p...ClementTsang
2020-02-18Add default windows path.ClementTsang
2020-02-17Sanity checks as we approach release... bug patching:ClementTsang
2020-02-17Add ctrl-u, update in-program docsClementTsang
2020-02-16Update some documentation to reflect filter feature in CPUClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-10Update documentation and help menu for HJKLClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
2020-02-09Made dialog screens affected by colour choice.ClementTsang
2020-02-07Update documentation again, also change temp a bitClementTsang
2020-02-07[skip travis] Update documentation for config.ClementTsang
2020-02-07Add config optionsClementTsang
2020-02-03Fixed network chart to make it a bit more like before my changesClementTsang