Results 53 comments of dfranx

To start off, I'll share some of the features of ImFileDialog: Table view: ![table_view](https://user-images.githubusercontent.com/30801537/107225799-8e5b3200-6a19-11eb-9847-ca2606205402.png) Icon view: ![icon_view](https://user-images.githubusercontent.com/30801537/107225812-92874f80-6a19-11eb-9946-e7f1a183ce9b.png) Zooming in: ![zoom](https://user-images.githubusercontent.com/30801537/107225830-9a46f400-6a19-11eb-8649-06de6287fdca.gif) Favorites: ![favorite](https://user-images.githubusercontent.com/30801537/107225862-a5018900-6a19-11eb-9bab-c6c928eab4af.gif) Image preview + threading (CTRL + scroll): ![image_preview](https://user-images.githubusercontent.com/30801537/107225891-afbc1e00-6a19-11eb-8551-6caa4c2173d1.gif)

Hello! Here are my thoughts: ### Scaling I think that there should be a better way to handle this. Like maybe dividing DPI by a different value to get correct...

Hmm... There is already an option "Hide menu in performance mode". I could rename it to "Hide menu" so that user doesn't have to be in 'performance mode'. But the...

Sure, I'll leave this issue open, I might implement it one day.

This will be possible when I abstract SHADERed's renderer so that other backends can be implemented - SHADERed currently only supports OpenGL backend (which as far as I am aware...

Interesting.. Have you tried installing latest VC++ redistributable: [link](https://aka.ms/vs/16/release/vc_redist.x64.exe) ?

Thanks for reporting. Unfortunately I can't seem to recreate this bug. It might be due to some driver implementation stuff. This will stay open because it still needs a fix...

Thank you for the suggestion. I will *try* to add the ability to CTRL + click on the `#include` line in the upcoming update. As for the "Add shader" option,...

The ability to CTRL+click on the #include line has been implemented with commit 0131425dd61cd772c7710a5e2b53f9954c2d9bea . ![CtrlClickHeader](https://user-images.githubusercontent.com/30801537/107895055-3ac57880-6f32-11eb-95d0-5b87b8ac6e6b.gif) I've also expanded this idea and now if you CTRL+click on the variable names,...

Can you clone a clean version of SHADERed and then try opening the project file in the `examples/Eroded` directory? Report to me if it works. The Watches and Immediate window...