Jacob Alzén
Jacob Alzén
We have noticed, partly based on the comment [here](https://github.com/fyne-io/fyne/issues/3401#issuecomment-1314251246), that the following map is massive: https://github.com/benoitkugler/textlayout/blob/f0394e70c9d258b1564d4709a5383d7ab6461e34/fonts/glyphsnames/glyphs.go#L118 A map of, according to the comment, 2462 different strings result in a lot...
### Is your feature request related to a problem? Please describe: I think the current rectangles used when hovering look a bit too square and clunky. My opinion is that...
### Is your feature request related to a problem? Please describe: It is now common place in Gnome (and possibly KDE Plasma as well) to set a global DBus value...
I have seen quite a few times that struct fields that previously were used in multiple places end up being used like local variables in methods after some kind of...
## Description See https://github.com/fyne-io/fyne/pull/4389. We had code that contained a lot of pointer dereferences (`*l.val`) of slices where we used the length to subslice. Code example that doesn't trigger the...
### Description: This is a reimplementation of the excellent work done by #4465 but without the strange test failures. I have not managed to figure out why they were failing...
### Description: This is a request for comments about adding an automatic and built-in cache for MinSize values in BaseWidget and containers. This avoids having to recalculate the size by...
### Description: Part of https://github.com/fyne-io/fyne/pull/4681 ripped out into a separate PR. Moving calculations of the MinSize into the renderer allows us to clean up some of the code because `BaseWidget.MinSize()`...
### Description: This will likely fix #4147 ### Checklist: - [ ] Tests included. - [x] Lint and formatter run with no errors. - [x] Tests all pass. #### Where...
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one. - [X] This issue only relates...