summaryrefslogtreecommitdiffstats
path: root/src/canvas/drawing_utils.rs
AgeCommit message (Expand)Author
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
2022-05-15refactor: heavily simplify the old network legendClementTsang
2022-05-07refactor: fix off-by-one bug with getting start positionClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-04-29refactor: refactor some tests (#718)Clement Tsang
2022-04-28refactor: consolidate time graph componentsClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2022-01-27bug: fix issues caused by having a width that is too small (#665)Clement Tsang
2021-04-23refactor: Take clippy nightly suggestions into account (#456)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2020-12-10bug: Fix missing states in processes (#345)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-08-26bug: fix searching by command being broken (#204)Clement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang
2020-04-24change: add scrolling to help menuClement Tsang
2020-04-06refactor/bug: Array bound checking, fix CPU jumpClement Tsang
2020-03-05Fix dialog box height and scroll label (#71)Clement Tsang
2020-03-02Add minimal mode widgetsClementTsang
2020-03-02Refactoring.ClementTsang
2020-02-28Fixed cursor issue.ClementTsang
2020-02-27Fix issue with cursor on canvas due to not incrementing by the SIZE of the gr...ClementTsang
2020-02-19Pretty sure I fixed scroll resizing...ClementTsang
2020-02-19Update cargo.toml, some todosClementTsang
2020-02-19Aaaaand revert again.ClementTsang
2020-02-18Scroll bar fix v2, electric boogalooClementTsang
2020-02-18Revert scroll fix.ClementTsang
2020-02-18Fix scroll problem with resizing/maximizing.ClementTsang
2020-02-09Minor refactoring.ClementTsang