Kristian Lytje

Results 8 comments of Kristian Lytje

Still happens on both the current `master` and `skia_2024` branches.

I don't understand what triggers the warnings. This is the smallest I could reduce it to: [main.txt](https://github.com/cycfi/elements/files/14893245/main.txt) ![image](https://github.com/cycfi/elements/assets/16706862/8a51a442-82cc-4c48-abc6-f87269de1df0) 1. Changing the `input_box` to something else fixes the issue. 2. Removing...

Questions: I don't like using the `link_libraries(nfd)` in the CMakeFiles. It would be way nicer to use `target_link_libraries`, targetting only the executable itself. But since it is constructed in a...

Oh yeah that'd be perfect for this example. I can take a shot at it when I find some spare time. Perhaps the best interface would be an overload of...

I think the amount of curvature is a matter of personal taste, so hard-coding it in through a limited number of enums wouldn't be sufficient. Especially if we want to...

You can use this one: [log.zip](https://github.com/cycfi/elements/files/14893359/log.zip) Scaling it down to 0.1 or 0.05 results in a very poor quality image on the `skia_2024` branch. On the current `master` it looks...

I'll try to find time to do it sometime next week.

> Question: are you bringing up the tooltip while the user us typing some text? It is appearing by itself since the mouse still hovers the text field when the...