NetNewsWire/Mac/MainWindow/Detail
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
..
Keyboard Move keyboard config files to Shared location in repo as they will now be used in the iOS app as well as the Mac app 2019-09-04 03:11:55 -05:00
DetailContainerView.swift Remove some unneeded drawing. This makes resizing the timeline faster. 2019-07-27 15:44:13 -07:00
DetailIconSchemeHandler.swift Make the article icon code specify the desired article so that it can't pull the wrong one by mistake. Issue #1707 2020-01-27 12:58:32 -07:00
DetailStatusBarView.swift Update for pending RSCore String updates 2020-01-17 13:45:38 -06:00
DetailViewController.swift Remove extra unused parameter in delegate signature 2021-03-15 20:10:42 -05:00
DetailWebView.swift Prevent infinite loop in DetailWebView.setFrameSize() 2021-04-30 00:52:15 -04:00
DetailWebViewController.swift Merge branch 'mac-release' into main 2021-03-27 17:21:49 -05:00
blank.html Change article rendering to use loadHTMLString instead of JavaScript. Issue #1923 2020-03-17 17:18:24 -05:00
main_mac.js Make mouseover/mouseout work with anchors that nest 2020-04-20 12:14:43 -05:00
page.html Add dir=auto to page.html 2021-03-29 17:20:09 -04:00
styleSheet.css Change to use standard Apple colors for darkmode. Fixes #2660 2020-12-11 15:29:31 -06:00