Kristian Lytje
Kristian Lytje
After designing an interface for my range_slider it always outputs 8 Gtk errors upon startup:  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: ...
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:  Here,...