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

Fix issue where some List items were invisible after window resize #3030

Closed
wants to merge 806 commits into from

Conversation

cmitsakis
Copy link
Contributor

Description:

Fixes #3013

I'm not familiar with fyne internals, but it appears to work.

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

toaster and others added 30 commits April 17, 2022 11:18
It is not really a context but it provides one.
Later, there will be a real context and maybe the provider gets obsolete.
`painter` will be used by the painter type, soon.
It should not duplicate the package name in its own name.
Thus, it is able to use the painter’s context and will become tech-agnostic later on.
GL calls will be abstracted step by step by the context and thus, make the logic independent from the actual GL implementation.
Ensuring Non-Negative Sizes in Intersect() function return.
Avoiding Invoking of Paint() function for invisible objects.
Don't try to focus windows that are not made
We have to be able to ask Canvas for its size etc.

Fixes fyne-io#2925
Thus, they can use the painter’s GL context later on.
It no longer depends on the GL implementation.
It no longer depends on the GL implementation.
Prefer ANDROID_NDK_HOME over the ANDROID_HOME ndk-bundle location
Jacalz and others added 29 commits May 31, 2022 15:35
A future work could handle signal kills etc to be even cleaner
Bow to public pressure and add Entry.SetMinRowsVisible :)
Support reading .ico icon files if passed to packaging
This makes sure that we use a version of golang.org/x/text that isn't vulnerable to CVE-2021-38561.
…kcustomtap

Allow hyperlink to override default behaviour
…ther naming

Result is `StringToStringWithFormat`.
We could add `NewStringWithFormat` as a shorthand, but it doesn't quite fit... thoughts?
This does not match other constructors and is always nil
…ng-with-format

Completing Chrisbirster new string with format
Update golang.org/x/image to bring in fix for CVE-2021-38561
@cmitsakis cmitsakis closed this Jun 2, 2022
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.

Scrolled List bad redraw when window is maximized