NetNewsWire/Mac
Chris Campbell 364f3a7639
Prevent infinite loop in DetailWebView.setFrameSize()
DetailWebView.setFrameSize() calls bigSurOffsetFix(), which changes the window's frame, which ultimately calls setFrameSize() again (which calls bigSurOffsetFix(), etc). In practice, this isn't causing an infinite loop (I think NSWindow.setFrame(_:display:) is smart enough to prevent reentrancy) but it's still dangerous to have such a glaring logic error in the code.
2021-04-30 00:52:15 -04:00
..
Base.lproj Remove Hide Unread Count preference. Fixes #2881 2021-03-14 14:06:09 -05:00
CrashReporter Update crash log URL to the new crash log catcher on our new services.netnewswire.com server. 2021-03-02 22:08:11 -08:00
Inspector standardised naming 2021-04-19 11:21:00 +08:00
MainWindow Prevent infinite loop in DetailWebView.setFrameSize() 2021-04-30 00:52:15 -04:00
Preferences Merge branch 'mac-release' into main 2021-04-03 09:30:42 -05:00
Resources Return to the normal test build appcast feed URL. 2021-03-26 18:16:08 -07:00
SafariExtension Update copyright dates for 2021. 2021-01-16 22:04:02 -08:00
Scriptability Add validateFeed parameter to createWebFeed 2021-03-15 18:01:12 -05:00
ShareExtension Update copyright dates for 2021. 2021-01-16 22:04:02 -08:00
AppAssets.swift Use the star SF Symbols as well 2021-04-06 17:37:15 -04:00
AppDefaults.swift Remove Hide Unread Count preference. Fixes #2881 2021-03-14 14:06:09 -05:00
AppDelegate.swift Make sure mark as read completes before searching for the next unread. Fixes #2952 2021-04-15 14:29:49 -05:00
Browser.swift Correctly handle IRIs 2020-09-01 16:41:01 -05:00
ErrorHandler.swift Change to not show alert dialog on automatic refreshes. Issue #729 2019-06-10 15:21:17 -05:00
NetNewsWire-Bridging-Header.h Use a bridging header for the Web Inspector API instead of KVC 2019-09-17 06:55:55 -05:00
WKPreferencesPrivate.h Use a bridging header for the Web Inspector API instead of KVC 2019-09-17 06:55:55 -05:00