E. H. Rast

Results 10 issues of E. H. Rast

Support for the IUP embedding of Scintilla would be extremely helpful for some use cases. It cannot be emulated with existing controls and allows for fast syntax coloring and advanced...

### What happend? ImageWithRgba and ImageWithFile maintain internal state in Context. However, this information is not updated correctly when new image widgets with new images are created in the render...

bug
documentation
good first issue

### Related problem The problem is that many lists have a selection and it is common to make this selection visible when the list is displayed. Unfortunately, I haven't found...

question

### Related problem Currently, `InputTextMultiline()` does not seem to be able to wrap text (unless I've missed something). To automatically wrap text is pretty much standard for such widgets nowadays....

documentation
enhancement

### What happend? When I make a MasterWindow with width 1024 and height 800, after creating the window `MasterWindow.GetSize()` returns width 1228 and height 959. The actual size is 1024,...

bug
Before cimgui-go migration

I know it's a very complex control but I'd still suggest, for the future, a multiline text entry field with the following *rich text* features: - text styles bold, underline,...

enhancement
blocker

Your library works great for playing mp3 and wav in general, but I have many 24 bit WAVs it can't play - this is for a preview function, so choice...

In the C docs, it seems to expect a pointer to a custom struct, but I cannot figure out how to store userdata in the Go port. I've tried int...

Both on my physical copy with Windows 10 (latest update) and in the Virtualbox developer image of Windows 11 "WinDev2211Eval" DrRacket 8.7 crashes to desktop at unspecified times after a...

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

bug