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

Modernise in preparation for v0.1.0 release #18

Merged
merged 11 commits into from
Feb 8, 2025

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented Feb 8, 2025

Updates workflows, adds in a few useful changes from upstream to call more of the internal glfw callbacks and updates some deps.

dmitshur and others added 9 commits July 3, 2023 23:23
Add a go.mod file with the module statement to avoid accidental uses of
non-canonical module paths. Other statements will be added later.
This allows using Metal API via goxjs/glfw.
Use the browser's focus and blur events to implement the focus callback,
which is informed when the browser window is in focus (active window)
or not.

Depending on whether or not we want to consider multiple tabs as "all
focused" or if each is focused individually, we may need to change the
listener to attach to the document instead of the window. The browser
functionality related to that has not been explored.

Fixes goxjs#12.

GitHub-Pull-Request: goxjs#14
Implement the close callback via the browser's beforeunload event,
which is fired just prior to the page being unloaded.

It might be worth documenting there are some limitations on what the
callback handler can do with the DOM depending on the browser.
In some, opening a dialog is not allowed (to prevent annoying pop-ups).

GitHub-Pull-Request: goxjs#15
Copy link
Member

@andydotxyz andydotxyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting on top of this

@Jacalz Jacalz merged commit fcf156a into fyne-io:master Feb 8, 2025
3 checks passed
@Jacalz Jacalz deleted the modernise-again branch February 8, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants