r-lyeh
r-lyeh
So much info. Thx. Testing all this in a few hours :D
More feedback. It happens on example application if I enable Examples -> dockspace. However, it gets fixed if I enable PassthruDockspace flag :)
New feedback. Example application seems to work ok on Nvidia card no matter what dockspace/option I set up. However, example application always fails on Intel card (laptop) when dockspace is...
Errmm.. It happens on nvidia too, it's only that app needs to be on low framerate, I guess. Maybe you can reproduce it by inserting random delays() in main loop?
Clarification for the 1.02 fix: colors were washed out because R/G components were swapped. Original code: ```C float r = c[0], g = c[1], b = c[2]; Y[i] = (0.59f*r...
Hey @floooh , I have been told that in order to pass Rak's 1.2a it is recommended that [Z80 Block Flags Test](https://github.com/redcode/Z80/wiki/Z80-Block-Flags-Test) is a pass beforehand. This Z80 Block Flags...
Hey, I am browsing closed issues and cannot find any reference to create a filtered combo. What's the best current option to create a FilterCombo widget as seen in UE4/Sublime/etc?...
Ah kewl :) I've started from your snippet in #718 and started to mess with it to add interactivity + basic fuzzy search. It could be 1,000 times better but...
I've updated the snippet above to a cleaner implementation. Also, here's latest gif anim (showcasing mouse & keyboardnav picking): 
I just stumbled upon how FlatUI handles the combo filtering, and its logic fits better with IMGUI mentality IMO. I will try to put the filter *inside* the combo popup...