This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9306bb007e153a1f9df74152b18a654bd6908c75
NetNewsWire
/
Mac
/
MainWindow
/
Timeline
History
Brent Simmons
887f8e0b53
Check to see if the timeline already has the expected representedObjects when the sidebar selection (apparently) has changed. If so, then don’t set the representedObjects again, and don’t knock the user out of search mode if searching.
2019-07-28 16:00:43 -07:00
..
Cell
Fix crashing bug by not using an NSFont as a key in a Swift dictionary.
Fix
#734
.
2019-06-09 16:03:08 -07:00
Keyboard
…
ArticlePasteboardWriter.swift
…
FetchRequestOperation.swift
Run database fetches async, in the timeline, when appropriate — for instance, when All Unread is selected and new articles come in.
2019-07-05 20:06:31 -07:00
FetchRequestQueue.swift
Run database fetches async, in the timeline, when appropriate — for instance, when All Unread is selected and new articles come in.
2019-07-05 20:06:31 -07:00
TimelineContainerView.swift
Remove some unneeded drawing. This makes resizing the timeline faster.
2019-07-27 15:44:13 -07:00
TimelineContainerViewController.swift
Check to see if the timeline already has the expected representedObjects when the sidebar selection (apparently) has changed. If so, then don’t set the representedObjects again, and don’t knock the user out of search mode if searching.
2019-07-28 16:00:43 -07:00
TimelineTableRowView.swift
…
TimelineTableView.swift
…
TimelineTableView.xib
…
TimelineViewController.swift
Get the unread count from the timeline for the currently selected node in the sidebar. This ensures that transients in the timeline are accounted for. (The database query for the unread count wouldn’t necessarily match.)
2019-07-27 22:53:27 -07:00
TimelineViewController+ContextualMenus.swift
…