NetNewsWire/Mac/MainWindow
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
..
AddFeed Merge branch 'mac-release' into main 2021-03-27 17:21:49 -05:00
AddFolder
Detail Prevent infinite loop in DetailWebView.setFrameSize() 2021-04-30 00:52:15 -04:00
Keyboard
NNW3 Fix clipping on popup menu. Fixes #2588 2020-11-19 17:27:11 -06:00
OPML
Sidebar standardised naming 2021-04-19 11:21:00 +08:00
Timeline Merge branch 'mac-release' into main 2021-04-15 14:31:52 -05:00
AddRedditFeedWindowController.swift Don't allow Twitter or Reddit feeds to be added to accounts that can't handle them 2020-08-11 20:19:17 -05:00
ArticleExtractorButton.swift Add width constraint to extractor button so that it doesn't move around on the most recent Big Sur beta's 2020-09-18 18:04:46 -05:00
IconView.swift Make symbol images images scale correctly. Fixes #2957 2021-04-01 11:12:48 -05:00
LegacyArticleExtractorButton.swift Use the correct error asset. 2020-10-18 17:04:30 -05:00
MainWindowController.swift Merge branch 'mac-release' into main 2021-04-15 14:31:52 -05:00
SharingServiceDelegate.swift
SharingServicePickerDelegate.swift Filter the NetNewsWire share menu item from the NetNewsWire share menu 2020-11-02 16:27:13 -06:00