1013 Commits

Author SHA1 Message Date
Angelo Stavrow
c7aa5656d8
Add windowTitle var to Inspector protocol 2020-09-08 07:14:36 -04:00
Angelo Stavrow
ef63c18265
Set window title based on type of Inspector being shown 2020-09-08 07:14:16 -04:00
Nate Weaver
13fb7151c0 Fix sidebar table column width 2020-09-07 18:48:30 -05:00
Angelo Stavrow
8e758b5baf
Check notifications permissions when user clicks showUnreadCountCheckbox 2020-09-06 17:15:46 -04:00
Angelo Stavrow
142ce582e6
Replace binding with IBAction/IBOutlet for Hide Unread Count checkbox 2020-09-06 13:22:35 -04:00
Angelo Stavrow
41156f6670
Add setter for hideUnreadCount in AppDefaults 2020-09-05 15:43:20 -04:00
Maurice Parker
a10aa591a2 Remove ability to set default RSS reader. Issue #2381 2020-09-03 18:55:30 -05:00
Maurice Parker
0ed6255b6b Fix layout problems when long names for subreddits or twitter searches were used. 2020-09-02 17:29:55 -05:00
Maurice Parker
a04c60caea Fix icon color changing bug. 2020-09-02 13:38:02 -05:00
Maurice Parker
7c7b128380 Fix subtitle for scenario where multiple are selected. 2020-09-02 13:00:09 -05:00
Nate Weaver
302ceeaffb Correctly handle IRIs 2020-09-01 16:41:01 -05:00
Nate Weaver
34685328e0 Changes for IDNA support 2020-09-01 16:41:01 -05:00
Maurice C Parker
78445b354d Fix sidebar width automatic resizing. Issue #2385 2020-08-31 14:58:58 -05:00
Maurice C Parker
72dc09a257 Position the image assets on pixel boundaries. Issue #2350 2020-08-25 17:34:13 -05:00
Brent Simmons
8350586dc3 Use regular font weight for body text in the timeline. 2020-08-23 21:24:52 -07:00
Brent Simmons
cb5142cba2 Make the feed name bold in timeline cells. 2020-08-23 19:18:02 -07:00
Brent Simmons
dad317680a Revise text and spacing in inspector window’s feed pane. Fix #2353. 2020-08-23 14:54:22 -07:00
Brent Simmons
0a3db80ee4 Change the hold-shift-key text for open-web-page settings to “Press the Shift key to do the opposite.” Change the name of the default browser preference to “Browser.” Rejigger some constraints. Fix #2356. 2020-08-23 14:38:41 -07:00
Maurice C Parker
e7ea95aced Revert "Make the on my mac icon sharper."
This reverts commit 99edfe1fe10a1ba811ef48c514d895360fd035a9.
2020-08-21 20:09:39 -05:00
Maurice C Parker
99edfe1fe1 Make the on my mac icon sharper. 2020-08-21 20:05:05 -05:00
Maurice Parker
d7b8822587 Merge branch 'mac-candidate' of https://github.com/Ranchero-Software/NetNewsWire into mac-candidate 2020-08-21 17:27:14 -05:00
Maurice Parker
ad0cb2d58d Modify Reader View assets so that the look better on 1x displays. Issue #2350 2020-08-21 17:27:04 -05:00
Maurice C Parker
d99f12346d Manually draw background and selection so that it encompasses the whole row. Issue #2363 2020-08-21 16:02:09 -05:00
Maurice Parker
b051a4c990 Make animation loop smoother. Issue #2377 2020-08-21 15:32:56 -05:00
Maurice C Parker
9abf27ac63 Restore request for notification authorization on startup since we have the badge on by default. Issue #2375 2020-08-21 12:51:53 -05:00
Maurice C Parker
0913963c97 Change table column width to automatically resize with table view. Issue #2373 2020-08-21 11:54:26 -05:00
Maurice Parker
1e7a185134 Use rgba instead of rgb for lightmode 2020-08-20 21:13:18 -05:00
Maurice Parker
c1b108f541 Merge branch 'mac-candidate' into main 2020-08-20 21:03:55 -05:00
Maurice Parker
6893c8ebc8 Use the lighter shade of NNW blue for darkmode article view (like iOS) 2020-08-20 21:02:28 -05:00
Maurice Parker
6eae89cf4c Merge branch 'mac-candidate' into main 2020-08-20 20:45:15 -05:00
Maurice Parker
2b35eacc30 Improve new window pane sizes. Issue #2344 2020-08-20 20:00:31 -05:00
Maurice C Parker
b20004e8b5 Fix initial Sidebar column sizing issue 2020-08-20 16:49:06 -05:00
Maurice Parker
59893d6b10 Step 2 in fixing StarColor filename 2020-08-20 15:22:30 -05:00
Maurice Parker
e3bd4b080d First step in fixing StarColor filename 2020-08-20 15:21:38 -05:00
Maurice Parker
670d45fffd Fix StarColor name 2020-08-19 21:13:58 -05:00
Maurice Parker
b0e7ae0324 Merge branch 'mac-candidate' into main 2020-08-19 21:03:55 -05:00
Maurice Parker
d3cebfaccb Turn the star color to white if the article is selected. Issue #2364 2020-08-19 20:00:34 -05:00
Maurice Parker
f7fb859ea9 Make article source gray. Issue #2368 2020-08-19 12:48:20 -05:00
Maurice Parker
bbd2dfad45 Change article accent color to be NNW blue. Issue #2367 2020-08-19 12:31:03 -05:00
Maurice Parker
1f047cdb10 Make the timeline date bold. Issue #2365 2020-08-19 11:56:14 -05:00
Maurice Parker
ef99496002 Make summary text a lighter shade of gray. Issue #2366 2020-08-19 11:51:44 -05:00
Maurice Parker
d98608fe3a Show add account view controller if user deselects a selected account. Issue #2359 2020-08-18 17:31:21 -05:00
Maurice Parker
afc113833b Change shiftkey explanation text to use the secondary label color. Issue #2358 2020-08-18 17:26:23 -05:00
Maurice Parker
68250353fa Set toolbar style to preference so that it looks correct on Big Sur 2020-08-18 17:24:39 -05:00
Maurice Parker
25ec13972c Change margin padding back to 64px. Issue #2360 2020-08-18 17:20:44 -05:00
Maurice Parker
b0de353d02 Make clean up availability take read count into consideration. Issue #2352 2020-08-18 15:04:30 -05:00
Maurice Parker
348e8734e7 Make timeline sort menu more closely match Mail's. Issues #2348, #2347, #2349 2020-08-18 12:01:36 -05:00
Maurice Parker
72bd722def Remove sidebar filter button. Issue #2346 2020-08-17 17:50:50 -05:00
Maurice Parker
34247f6d89 Merge branch 'mac-candidate' into main 2020-08-15 14:35:44 -05:00
Maurice Parker
9c0730f4d3 Make sort menu taller so that it won't cut off. Issue #2339 2020-08-15 14:28:29 -05:00