NetNewsWire/Evergreen/MainWindow
2018-01-29 11:48:09 -05:00
..
AddFeed Delete appInfo stuff — it was confusing and overkill as a UserInfo helper. 2017-12-18 12:34:07 -08:00
AddFolder Make progress on fixing adding feeds. 2017-10-21 15:04:59 -07:00
Detail Move favicons in the detail view to the right. They’re show when available and there’s no other feed icon or user avatar. 2018-01-03 13:14:14 -08:00
Keyboard Add keyboard shortcut for mark-older-as-read: the o key. (Oh, not zero.) 2017-12-25 12:29:13 -08:00
Sidebar Create and use a SidebarGearMenuDelegate to show a menu when the gear menu in the sidebar is clicked. 2018-01-28 16:09:18 -08:00
Timeline Re-sort the timeline when sort direction changes. Fix #65. 2018-01-28 11:45:18 -08:00
KeyboardDelegateProtocol.swift Make a bunch of progress on keyboard commands. 2017-12-20 12:59:31 -08:00
MainWindowController.swift Sender should be Any? to reflect the fact it may be nil. This nuance seems to make the difference on Xcode 9.3/Swift 4.1 between crashing or not. Without this change, refreshing crashes every time, presumably because Swift is making assumptions about the parameter being non-nil and refreshProgressDidChange calls it explicitly with a nil parameter. 2018-01-29 11:48:09 -05:00
MainWindowSplitView.swift Get rid of the window status bar. Put the current URL at the bottom of the detail view. 2017-12-16 10:18:02 -08:00