Commit Graph

1199 Commits

Author SHA1 Message Date
Maurice Parker
b80d7dc24e Merge pull request #3587 from haikusw/fix3580v2
Address #3580 by avoiding use of per-window properties.
2022-06-08 13:48:00 -07:00
haikusw
eae1eec246 rename to shorter version since we no longer need to distinguish between this and other dragOperation type. 2022-06-08 13:14:49 -07:00
Maurice Parker
6386a51f43 Merge pull request #3532 from Wevah/article-copy-order-fix
Return [Article] from articlesForIndexes() instead of Set<Article>
2022-06-08 12:44:45 -07:00
Tyler
665e97232d Address 3580 by using only the items in the DraggingInfo to handle the drag and no view properties associated with a single window.
Remove cached `draggedNodes` optimization and just always use the data on the dragging pasteboard because it works both within the same window and across two windows.

Add support for WebFeedPasteboardWriter to include a parent containerName in the pasteboard dictionary written for a WebFeed object (which doesn't know about it's parent) because we need this for drag and drop to be able to perform a move operation.

Fix issue with dragged feeds not knowing their parent folder and delete deleting the wrong item by telling WebFeedPasteboardWriter what the container of items is.  Remove code that is now unused now that draggedNodes is removed and consolidate code that was expanded to handle both node and pasteboard items since we are just using pasteboard items now.
2022-06-04 20:24:48 -07:00
Maurice Parker
d2db39c716 Remove FeedWrangler account code 2022-06-04 17:23:20 -07:00
Maurice Parker
4c9a9b2208 Merge branch 'mac-release' 2022-05-26 13:44:02 -07:00
Olof Hellman
d40602b165 fix whitespace 2022-05-07 17:15:24 -07:00
Olof Hellman
53e92e8490 Don't capitalize the q in bazQux 2022-05-07 17:11:05 -07:00
Olof Hellman
3cdd52e501 Alphabetize 2022-05-07 17:09:20 -07:00
Olof Hellman
49b275c14b Update NetNewsWire.sdef 2022-05-07 17:08:01 -07:00
Nate Weaver
ae09d52940 Return [Article] from articlesForIndexes() instead of Set<Article> 2022-04-17 15:26:37 -05:00
Daniel Jalkut
85899d7b56 Revise layout of the Preferences window to ensure the labels are right-aligned. 2022-04-05 16:22:49 -04:00
Ethan Wong
5e2fe5f610 Add proper OSLog argument for os_log calls. 2022-04-04 13:51:53 +08:00
Brent Simmons
c24b6a0bc8 Add a line for Stuart in the Credits. (Went with “Contributing Developer,” and put it just below Maurice’s line. If anyone has a better idea for a title, let me know.) 2022-02-27 21:28:25 -08:00
Jed Fox
15fcb3eb31 Fix warning about clipped content 2022-02-12 16:13:11 -05:00
Jed Fox
10540dc67c Fix height of label on Feedbin sign-in modal 2022-02-12 16:13:11 -05:00
Maurice Parker
fd151951b9 Merge branch 'ios-candidate' 2022-02-08 10:35:25 -08:00
Maurice Parker
063da4ac02 Change to no longer copy app distributed themes to the Themes folder. Fixes #3447 2022-02-07 16:28:20 -08:00
Maurice Parker
ea6e5b8434 Change to no longer copy app distributed themes to the Themes folder. Fixes #3447 2022-02-07 16:23:08 -08:00
Maurice Parker
3f3f7ffe29 Merge branch 'mac-candidate' 2022-02-06 14:04:31 -08:00
Maurice Parker
0e641b4575 Correct label 2022-02-04 10:55:07 -08:00
Sean Santry
f802165959 Save Sidebar open/collapsed state between launches. Fixes #2707 2022-01-30 22:31:43 -05:00
Maurice Parker
66ff2c8bed Rename UnifiedWindow to MainWindow and remove the old MainWindow since we no longer support Catalina 2022-01-23 16:00:44 -08:00
Maurice Parker
ea7a101ca5 Change to point to the 6.1 documentation 2022-01-23 13:21:45 -08:00
Maurice Parker
ae33228fe3 Merge branch 'main' into ios-6.2 2022-01-22 11:14:30 -08:00
Maurice Parker
aa689b388f Merge pull request #3412 from Jeehut/main
Remove leftover comment unrelated to any key
2022-01-22 09:34:00 -08:00
Maurice Parker
2eb82af473 Merge pull request #3413 from J-rg/fix-3268
Fix blurry sidebar symbols (#3268)
2022-01-22 09:32:38 -08:00
Stuart Breckenridge
b08d9dfe73 if #available mac
Removes if #available for anything less than macOS 11
2022-01-22 20:55:09 +08:00
J-rg
b11db14017 Fix blurry sidebar symbols (#3268) 2022-01-22 03:53:50 +01:00
Stuart Breckenridge
d680fe0988 WKWebpagePreferences added to macOS 2022-01-22 08:39:57 +08:00
Stuart Breckenridge
98da0a534b Mac Notifications: switches alert for banner 2022-01-22 08:38:56 +08:00
Cihat Gündüz
08a2b5690e Remove leftover comment unrelated to any key
As it may seem very strange to some people that I'm creating a pull request to fix such a non-issue, here's the explanation: I'm working on a tool that reads Strings files (similar to https://github.com/Flinesoft/BartyCrouch) and my Strings file parser fails in my "real-world project tests" due to this comment. 😅
2022-01-21 23:53:20 +01:00
Maurice Parker
5533ee1618 Merge pull request #3395 from GetToSet/main
Fix: bottom inset of TimelineTableView disappeared on macOS Monterey.
2022-01-21 13:22:20 -08:00
Brent Simmons
b5f4221518 Jump through App Store provisioning profile hoops so that we can distribute the app again. Also: bump version to 6.1b2. 2022-01-17 17:44:51 -08:00
Brent Simmons
0e7ef5f82e Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire 2022-01-09 20:55:34 -08:00
Brent Simmons
ded927fcfe Update copyright dates to 2022. 2022-01-09 20:55:03 -08:00
Ethan Wong
06278879bc Fix: bottom inset of TimelineTableView disappeared on macOS Monterey 2022-01-10 08:16:42 +08:00
Dimitris Apostolou
94ae4d348c Fix typos 2022-01-05 00:25:20 +02:00
Maurice Parker
7a2ddd7f06 Add ITSAppUsesNonExemptEncryption key 2021-12-30 12:04:02 -08:00
Maurice Parker
ab9802d8b5 Remove Hyperlegible theme 2021-12-30 11:55:44 -08:00
Maurice Parker
09652bff81 Remove Mark Read on Scroll code 2021-12-29 14:44:40 -08:00
Maurice Parker
7608bf2ae6 Disable the Mark as Read on Scroll preferences temporarily 2021-11-18 19:01:48 -06:00
Maurice Parker
06eae25797 Merge pull request #3329 from everhardt/feat-1844-scroll-mark-as-read
Add mark as read on scroll
2021-11-04 12:04:53 -05:00
Maurice Parker
c26f09ad1c Fix bug that prevented us from returning to the original text size 2021-11-01 21:24:56 -05:00
Maurice Parker
c16a231530 Added the Hyperlegible theme 2021-11-01 21:22:22 -05:00
everhardt
96ffa3aa22 Do not mark as read without user interaction 2021-10-30 18:57:04 +02:00
everhardt
5364b4f384 Mark bottom items in feed as read after 2 seconds on Mac
In case markArticlesAsReadOnScroll is set
2021-10-30 10:58:12 +02:00
everhardt
3b6a3cf4e7 Do not mark articles as read on scroll when they were manually toggled 2021-10-30 10:37:10 +02:00
everhardt
8bce42df56 Change scrollPositionQueue in Mac TimelineViewController to private 2021-10-27 22:21:42 +02:00
everhardt
3db1b60b65 Add Mac setting for mark as read on scroll 2021-10-27 22:03:38 +02:00