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

Add a new SimpleRenderer to handle simple cases. #2279

Merged
merged 12 commits into from
Jun 17, 2021

Commits on Jun 6, 2021

  1. Add a new SimpleRenderer to handle simple cases.

    Easiest usage is to return NewSimpleRenderer(myObj) from CreateRenderer
    
    Fixes fyne-io#709
    andydotxyz committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    64aba40 View commit details
    Browse the repository at this point in the history
  2. Add SimpleRenderer test

    andydotxyz committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    9307840 View commit details
    Browse the repository at this point in the history
  3. missed doc on alias

    andydotxyz committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    d0bf167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d05e97 View commit details
    Browse the repository at this point in the history
  5. Goimports forgot to run?

    andydotxyz committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    749268a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b04f304 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    0ecde15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9c73c View commit details
    Browse the repository at this point in the history
  3. Improve docs for renderer

    andydotxyz committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1eaedee View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    32658f1 View commit details
    Browse the repository at this point in the history
  2. Add a simple renderer test

    andydotxyz committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    390b399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb220f5 View commit details
    Browse the repository at this point in the history