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

Ensure Popups are resized in newly created window and when window is resized, fixes #1692 #1932

Merged
merged 9 commits into from Feb 26, 2021

Commits on Feb 9, 2021

  1. fix file dialog resize method, ensure popup overlays are refreshed wh…

    …en windows is created and resized, fixes fyne-io#1692 when fyne-io#1931 is landed
    fpabl0 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a7abe93 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    8f5a784 View commit details
    Browse the repository at this point in the history
  2. remove commented out code

    fpabl0 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    19a2371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06fea41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a57d10 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    e8d6f92 View commit details
    Browse the repository at this point in the history
  2. changes applied to mobileDriver too, removed unnecessary popup refres…

    …h call (previously added) on window.Show.
    fpabl0 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f5bee90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c71bf5 View commit details
    Browse the repository at this point in the history
  4. ensure testcanvas mimics real canvas.Resize behavior, remove conflict…

    …ing code in popup.Show, added popup tests
    fpabl0 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0cbe434 View commit details
    Browse the repository at this point in the history