NetNewsWire/Mac/MainWindow
Brent Simmons 6f29497ec8 Move NSTextFieldDelegate conformance to separate extension.
Handle the optional nil case in controlTextDidChange.
2019-10-23 22:27:08 -07:00
..
AddFeed Make sure that FeedFinder and InitialDownloader are running on the main thread. 2019-06-10 08:21:03 -05:00
AddFolder Move NSTextFieldDelegate conformance to separate extension. 2019-10-23 22:27:08 -07:00
Detail Get the y scroll position in the detail view using window.pageYOffset instead of document.body.scrollTop. It appears the latter may be broken — at any rate, it just returns 0 on Catalina. (On Mojave, use the same method as before, so as not to risk a regression.) 2019-10-18 17:37:56 -07:00
Keyboard Make r and u both just toggle read status. Update keyboard shortcuts HTML documentation to match. 2019-09-29 22:44:32 -07:00
NNW3 Make importing NetNewsWire 3 subscriptions a one-step process — use an accessory view in the NSOpenPanel. Also: refactor to use immutable structs instead of classes; use static methods on structs; reduce API surface; don’t flatten sub-folders (let the OPML importer handle the flattening, which it already does). 2019-10-17 13:25:11 -07:00
OPML Move Protocol declaration to top of ExportOPMLAccessoryViewController.swift. As critical API, it needs to be easy to spot. 2019-10-23 22:00:14 -07:00
Sidebar Add command arrow key shortcuts to sidebar shortcuts plist 2019-09-08 12:54:26 -05:00
Timeline Fix build error in FetchRequestQueue. 2019-10-13 22:19:49 -07:00
MainWindowController.swift Update appropriate counts in the sidebar when the timeline’s unread count changes. Fix #829. 2019-08-13 21:07:39 -07:00
SharingServiceDelegate.swift Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
SharingServicePickerDelegate.swift Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00