Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Egui text input #312

Merged
merged 6 commits into from
Jul 15, 2022
Merged

Egui text input #312

merged 6 commits into from
Jul 15, 2022

Commits on Jul 15, 2022

  1. UI: fix composable containers and widgets

    Must implement hasCompose()
    Kryptos-FR committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    55dbc59 View commit details
    Browse the repository at this point in the history
  2. UI text input

    Kryptos-FR committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f624aab View commit details
    Browse the repository at this point in the history
  3. UI: optimize text input

    Avoid allocating new memory when the backend string has enough capacity.
    Kryptos-FR committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    33f5ef3 View commit details
    Browse the repository at this point in the history
  4. UI: use a wrapper enum to avoid implementing AsRef<str> for Var

    It works but they are some duplicated code parts
    Kryptos-FR committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d093cf6 View commit details
    Browse the repository at this point in the history
  5. UI: multiline text input

    Kryptos-FR committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c60d5e8 View commit details
    Browse the repository at this point in the history
  6. Remove duplicated code

    Kryptos-FR committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    722dcdb View commit details
    Browse the repository at this point in the history