Michał Cichoń

Results 177 comments of Michał Cichoń

It is free to use. I put it in public domain. You can apply any license you wish after making your own copy. If necessary, this can treated also as...

As it turns out #208 speak of same issue.

`user` may expand to an email address. I had to [deal with this situation](https://github.com/thedmd/pianobar-windows/commit/e1eed89e03c0aadbd6c7781ce680768a16be7c03) on Windows port of pianobar. You may find `HttpUrlDecodeInplace` which I use to decode username and...

Dragged nodes are always brought to the front. Can you provide more details about what is expected behavior?

Hi @abvadabra Link routing look like a nice idea. Thank you for making a prototype. I will try to take a closer look at your work this weekend and get...

I do want to integrate such feature into node editor. In the mean time, reroute pin can be built from regular node. ![image](https://user-images.githubusercontent.com/1197433/145718353-52c1685d-2d5d-41ec-9fec-9d8f8600ff9b.png) Recently I discovered I cannot use same...

@DiegoBM Node is just an interactive rectangle. Custom reroute nodes there are only two pins of same type. You can place anything inside. :)

I think it will be a while. You can however cherry-pick abvadabra work and use it as it is now.

Yes, please see #48 how you can make combobox inside nodes. It this sufficient?

This is mostly problematic because content of node editor is drawn on canvas which can be moved or zoomed. Collapsed ComboBox is fine, but when you click it popup with...