Results 441 comments of lwouis

Unfortunately I can't test XtraFinder or TotalFinder for myself because I can't disable SIP on my macbook. It seems to me that if every software out there has this issue...

> Well, they display just as normal in Expose/Mission Control. AltTab is using the Accessibility APIs to manipulate windows. If this app is doing advanced hacky techniques, it will be...

@koekeishiya thanks for sharing! I actually arrived at the same conclusions by experimenting a lot. [Here is the code](https://github.com/lwouis/alt-tab-macos/pull/114/files#diff-013cfdf5963a16d6456e1703c4133111R17) I found the best so far when trying to distinguish an...

@kristofferR @daitarn could you possibly test the v3 PR #114 I just opened? I'm curious if the TotalFinder and XtraFinder issues still happen in this new approach.

@kristofferR @daitarn I [release v3 today](https://github.com/lwouis/alt-tab-macos/releases). It contains a huge number of improvements. It may have fixed this issue. Feel free to please try it out :)

@kristofferR is the issue still happening for you on TotalFinder? @daitarn @kristofferR I just sent the following email to both companies: >I'm the main contributor of the AltTab app. Some...

Hi @darwin! Thank you so much for such a quick and insightful reply! I wanted to reply to you, and I thought that it would be easier to illustrate via...

@darwin I've decompiled HyperSwitch, and noticed this function: ```c /* @class OCWindow */ -(char)isTotalFinderWindow { r13 = self; if ([[self ownerName] isEqualToString:@"Finder"] != 0x0) { var_2C = 0x0; r15 =...

The current UX, I designed to be as frictionless as possible. That's why there is no title + message, but just a message. In that sense, adding categories is extra...

> "Acknowledgements" could be merged into "About" anyways. I believe that is what most apps do...? I'll look into this