aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/graphics.rs
Commit message (Collapse)AuthorAge
* feat: Default theme palette using 16 terminal colorsGokul Soumya2021-09-05
|
* Refactor new Rect construction (#575)Gokul Soumya2021-08-21
| | | | | | | | | | * Refactor new Rect construction Introduces methods that can be chained to construct new Rects out of pre-existing ones * Clamp x and y to edges in Rect chop methods * Rename Rect clipping functions
* Refactor theme parsing (#570)Gokul Soumya2021-08-12
|
* fix small terminal size panic with info popup (#563)Kirawi2021-08-09
| | | | | | | * fix small terminal size panic with info popup * remove unused enumerator * fix subtraction overflow panic
* Add ctrl-z to suspendIvan Tham2021-08-03
|
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com>