.. |
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
|
Deal with non-optional Node.childNodes.
|
2018-02-25 22:02:16 -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
|
Make sidebar status bar vibrant. Fix #369.
|
2018-07-15 12:06:41 -07: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
|
Rebuild the tree controller when deleting/undoing-deleting from the sidebar. Fix #292.
|
2018-02-25 22:02:55 -08:00 |
UnreadCountView.swift
|
Remove extraneous get { from a bunch of read-only accessors.
|
2018-02-14 13:14:25 -08:00 |