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

Glfw remove old workaround #4417

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Commits on Nov 23, 2023

  1. Remove old clipboard workarounds after changes in GLFW

    See fyne-io#1136. The clipboard no longer crashes when pasting empy content (also verified locally). The clipboard also no longer require access to the window struct. Clean up the code. As the clipboard no longer needs the viewport, we can also remove a possible crash when getting a clipboard from a window that has yet to be set up.
    Jacalz committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    0ab2a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    529a3d6 View commit details
    Browse the repository at this point in the history