SweetPPro

Results 18 issues of SweetPPro

A button to show the current working document in the Finder would be super nice

request

will there be an option to install this via Carthage? Cocoapods is super easy, but id much prefer to just drop a Framework into my project, and Cartage makes this...

a new square icon would be great, and give MacSybolicator a little more polish. If you have the source files for the current icon, id be happy to create an...

how can I completely redraw the switch to update the `_disabledBorderColor`? I tried overriding, and updating the `_disabledBorderColor` in: `- (void) setNeedsDisplay:(BOOL)needsDisplay` and while, the method is called when Dark...

There is a slight UI glitch when showing the Toolbar on Monterey when aurosize is enabled, this is due to the Unified Toolbar used... If we changed to the older...

scope:mac
pr welcome
type:ui

fixes a potential hang when updating the blocklist on macOS via gunzip see here for more details: https://github.com/transmission/transmission/issues/3969 * Added the `--force` flag to NSTask to overwrite any previously interrupted...

scope:mac
type:fix

fixes #3969 ~this PR provides a quick fix, but perhaps is not the best fix... maybe someone with more c++ knowledge can fix the underlying issue with the assert @ckerr...

scope:core
type:fix

I get the following error: uncaught exception in main method java.lang.ClassCastException:org.slf4j.impl.Log4jLoggerFactory cannot be cast to ch.qos.logback.classic.LoggerContext

The scroller on macOS covers parts of the UI. This PR addresses that. Fixes: #261 **Before:** ![before_no_scroll](https://user-images.githubusercontent.com/7323792/217983062-b08b1b8a-26c8-463a-8cb3-80797a884c08.png) ![before](https://user-images.githubusercontent.com/7323792/217982489-3434b1b9-7f43-4766-b27e-edc240e010df.png) ![compact_before](https://user-images.githubusercontent.com/7323792/217982525-570ff72d-b8de-4020-aab4-f8c2a1f623a1.png) **After:** ![after_no_scroll](https://user-images.githubusercontent.com/7323792/217983098-18701e83-a67f-4886-b78e-6945fe855ba6.png) ![after](https://user-images.githubusercontent.com/7323792/217982550-b7472aa9-6f17-4d90-9393-80ac3a8fed44.png) ![compact_after](https://user-images.githubusercontent.com/7323792/217982570-0ed7e758-ac4b-42fa-8dcc-0b9187961ff1.png)

scope:mac
type:ui

fix an issue where the pieces view can jump around: https://user-images.githubusercontent.com/7323792/218632047-994e6ce4-18db-45f0-b968-cdf0d10a5292.mov Notes: Fixed `4.0.0` layout issue in the pieces view

scope:mac
type:fix
type:ui