Robert Kausch
Robert Kausch
The cable should arrive on Monday btw., so I think I'll delay the 1.1.3 release by a few days to see if I can include a fix.
I have the MacBook, though, not the MacBook Pro. The 2015 MacBook is the only Mac released after 2012 that does not support Thunderbolt.
Thank you for digging deeper into this! Application::GetScaleFactor() will return non-zero only if you use the --scale:n.n command line argument to fre:ac to set a custom scale factor. The behavior...
Thank you for your analysis! This will definitely give me a head start for my own experiments when I get the monitor cable. I agree with your conclusion that there...
Yes, I got the cable today and was able to reproduce the issue. The debugger was not very helpful indeed. Like you described, it just prints _"invalid address 0x0"_ with...
So, I tracked this down to missing bits in [screencocoa.mm](https://github.com/enzo1982/smooth/blob/master/classes/system/backends/cocoa/screencocoa.mm) as the main culprit. The file was last touched in 2013 and written as a stub implementation to be finished...
I just pushed a series of commits to the smooth and fre:ac repositories to fix this issue. The most important one is enzo1982/smooth@e451289 which implements the missing bits in screencocoa.mm...
Thanks for giving it a try! I cannot reproduce the remaining issue, unfortunately. I'll keep on trying, but I'm going to release the update tomorrow anyway.
It would be great if you could find out more about the remaining issue. You could set a breakpoint in `MicroMenu::OpenPopupMenu()` in micromenu.cpp and check the popup coordinate computation. Then...
This is possible in the tag editor (_"Tags"_ tab). Select the _"Files"_ tab there and navigate to the folder containing the files you would like to change. Certainly not the...