Scott Perry
Scott Perry
This is a pretty low priority—it would only be useful for listing Switch in the App Store.
When using a mouse with a discrete scroll wheel, the selector should increment once per unit scroll.
Support more than the basic `⌥⇥` and `⌥⇧⇥` key combinations, allowing people to set their own.
The `NNHUDCollectionView` should animate when cells are added or deleted in an updates block. The hard part here is that those animations should "work correctly"—which is easier to say than...
Because maybe they don't have close buttons? `2014-01-11 16:11:57.876 Switch[46478:a917] SWAccessibilityService.m:199 Couldn't get close button for Tweetbot window after 0.000s: Error Domain=HAXWindow Code=-25212 "The operation couldn’t be completed. (HAXWindow error...
Which makes sense—there are at least 4x as many pixels—but also sucks because the window content updating code path is already pretty well-optimised (Just check out the metrics in [`imageComparators.h`](https://github.com/numist/Switch/blob/832ed33c5d62eb058b65a7ea466c94350e442a8d/Switch/imageComparators.h#L30)!)....
On Retina machines (and in any situation where there exist very large windows), it takes longer to fetch the window contents through Core Graphics' window services than it does to...