Kristian Lytje

Results 4 issues of Kristian Lytje

After designing an interface for my range_slider it always outputs 8 Gtk errors upon startup: ![image](https://github.com/cycfi/elements/assets/16706862/f45dc520-019c-433a-9e83-bd9d70e4ff42) After trimming away everything I could while still triggering the error, I ended up...

I added a new example of a file dialog using the external `nativefiledialog_extended` library. The main features of the example is a reusable file dialog element, a simple text autocompleter,...

Scaling png files loaded as `image`s gives quite blurry results. This is not the case with the current `master` branch. Compare the following two screenshots: Cairo: ![Screenshot from 2024-04-04 11-42-27](https://github.com/cycfi/elements/assets/16706862/9bd4e3e3-dc99-42b7-bcc7-f3555c7f7630)...

When using a tooltip with an `input_box`, the popup will steal the focus from the input box, making it difficult to enter new values. Example from my interface: ![image](https://github.com/user-attachments/assets/36772384-1676-4b4a-a31c-5474e0ed6db5) Here,...