summaryrefslogtreecommitdiffstats
path: root/src/app/query.rs
AgeCommit message (Expand)Author
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-05-26other: clean up some fixmes (#1171)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
2023-02-10feature: Add support for displaying process usernames on Windows (#1016)Michael Bikovitsky
2022-12-31bug: fix search scrolling with wider Unicode characters. (#938)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2021-07-12refactor: remove beef dependency for nowClementTsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-15feature: add nord and nord-light colours (#406)Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-08-26bug: fix searching by command being broken (#204)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-22feature: allow searching by state, add more keyword variantsClement Tsang
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang
2020-08-21refactor: Remove ps callsClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-05-21refactor: use fold to avoid clones in search for implied ANDClementTsang
2020-05-21refactor: fix clippy errorClementTsang
2020-05-21bug: fix query not working for or, refactor a bitClementTsang
2020-05-21chore: wrote better debugging printing for queriesClementTsang
2020-05-08change: reallow spaces to represent "and"ClementTsang
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
2020-05-04bug/change: removed space as and for now0.4.0ClementTsang
2020-05-04chore: support MSRV of 1.40.0ClementTsang
2020-05-04bug: swap 'and' and 'or' calls around for correct precedenceClementTsang
2020-05-04change: separated search and process widgets againClementTsang
2020-05-03bug: fix broken case if quotes surrounded parenClementTsang
2020-05-02docs: update with search detailsClementTsang
2020-05-02bug: fix bug with multiple tokensClementTsang
2020-05-02change: add byte units to searchClementTsang
2020-05-02refactor/bug: moved search logic; fix quoted wordsClementTsang
2020-05-02refactor: fix clippy errorsClementTsang
2020-05-02change: more advanced searching and filteringClementTsang