NetNewsWire/Evergreen/MainWindow/Sidebar
Brent Simmons 53ec85c6bb Fix status bar color. 2018-02-24 11:04:47 -08:00
..
Cell Switch to using NSTextField for timeline date and feed name views. 2018-02-19 15:56:15 -08:00
Keyboard Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports). 2018-02-02 22:51:32 -08:00
Renaming Make all senders parameters for actions optional — Any? instead of AnyObject or Any. 2018-02-11 18:58:50 -08:00
FeedPasteboardWriter.swift Implement and validate the Copy command for the sidebar. Fix #115. 2018-02-11 22:10:28 -08:00
FolderPasteboardWriter.swift Implement and validate the Copy command for the sidebar. Fix #115. 2018-02-11 22:10:28 -08:00
SidebarContextualMenuDelegate.swift Use the menu.takeItems method. 2018-02-09 22:10:52 -08:00
SidebarGearMenuDelegate.swift Make the sidebar contextual menu refer to the clicked row rather than the selected row. 2018-02-07 13:25:17 -08:00
SidebarOutlineDataSource.swift Make SidebarOutlineDataSource a separate object. Move data source methods out of SidebarViewController. 2018-02-12 22:02:51 -08:00
SidebarOutlineView.swift Add a fix pixels of white space inside the left side of the sidebar. 2018-02-23 23:05:51 -08:00
SidebarStatusBarView.swift Fix status bar color. 2018-02-24 11:04:47 -08:00
SidebarTreeControllerDelegate.swift Reuse account nodes, which should fix at least one cause of the bug where sometimes the On My Mac group item collapses when it shouldn’t. 2017-12-18 12:43:18 -08:00
SidebarViewController+ContextualMenus.swift Rename MarkReadOrUnreadCommand to MarkStatusCommand and make it handle starring/unstarring and deleting/undeleting. Also: add contextual menu for smart feeds in the sidebar. 2018-02-11 12:59:35 -08:00
SidebarViewController.swift Do misc. minor cleanups in SidebarViewController. 2018-02-17 21:08:36 -08:00
UnreadCountView.swift Remove extraneous get { from a bunch of read-only accessors. 2018-02-14 13:14:25 -08:00