Brent Simmons
|
63b0dd3cfc
|
Use synthesized Hashable, Equatable. Remove some extraneous public declarations.
|
2018-08-25 17:03:10 -07:00 |
Brent Simmons
|
9f78c3d8a5
|
Use synthesized Equatable.
|
2018-08-25 16:56:59 -07:00 |
Brent Simmons
|
b3f0ce2fd3
|
Use synthesized Equatable.
|
2018-08-25 16:54:03 -07:00 |
Brent Simmons
|
37ace321e8
|
Use custom has(into) and == functions for FeedListFolder.
|
2018-08-25 16:52:57 -07:00 |
Brent Simmons
|
24a6fae370
|
Use synthesized Equatable.
|
2018-08-25 16:46:54 -07:00 |
Brent Simmons
|
96f118853d
|
Use synthesized Equatable, Hashable.
|
2018-08-25 16:34:25 -07:00 |
Brent Simmons
|
0310283769
|
Use synthesized init, Equatable, Hashable.
|
2018-08-25 14:44:11 -07:00 |
Brent Simmons
|
fdf767865a
|
Use new hash-into instead of hashValue. WIP on #402.
|
2018-08-25 12:59:19 -07:00 |
Brent Simmons
|
65540e021a
|
Use standard visual effects sidebar. Fix #387.
|
2018-08-25 10:59:11 -07:00 |
Brent Simmons
|
8e36459209
|
Merge branch 'master' of https://github.com/brentsimmons/Evergreen
|
2018-08-21 08:57:26 -07:00 |
Brent Simmons
|
fe7d0cb7c6
|
Changes made a while ago. I forget what they were.
|
2018-08-21 08:57:19 -07:00 |
Brent Simmons
|
61a390a947
|
Unbreak the build. I think.
|
2018-08-18 11:15:24 -07:00 |
Brent Simmons
|
85aaa68f7b
|
Delete unused TimelineHeaderView.
|
2018-07-28 17:27:26 -07:00 |
Brent Simmons
|
fc338d5371
|
Move Feed from Articles.framework to Account.framework.
|
2018-07-28 12:16:14 -07:00 |
Brent Simmons
|
b7575c687c
|
Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework.
|
2018-07-23 18:29:08 -07:00 |
Brent Simmons
|
457bb729ab
|
Remove some hard-coded white backgrounds.
|
2018-07-22 11:18:35 -07:00 |
Brent Simmons
|
0c1fc37aa9
|
Make progress on CSS for detail view for dark mode.
|
2018-07-21 19:55:07 -07:00 |
Brent Simmons
|
6c3a104bca
|
Use underPageBackgroundColor for behind the detail view.
|
2018-07-21 19:54:50 -07:00 |
Brent Simmons
|
ae34d83d4b
|
Use controlAccent color for unread indicator in timeline.
|
2018-07-21 19:17:20 -07:00 |
Brent Simmons
|
a7f6b47f1a
|
Use semantic colors in the timeline text fields.
|
2018-07-18 13:34:44 -07:00 |
Brent Simmons
|
f736275c73
|
Remove customized layer with background color from TimelineTableCellView.
|
2018-07-18 13:24:48 -07:00 |
Brent Simmons
|
b9e4212013
|
Remove custom split view divider color.
|
2018-07-18 13:19:37 -07:00 |
Brent Simmons
|
dbbcce44ca
|
Remove intercell spacing between rows in the timeline view.
|
2018-07-18 13:17:43 -07:00 |
Brent Simmons
|
ef85069a37
|
Fix appearance of container view — make it inherited. Dark mode progress.
|
2018-07-17 18:06:40 -07:00 |
Brent Simmons
|
f8a2e7334f
|
Nuke the timeline grid after all.
|
2018-07-17 18:01:17 -07:00 |
Brent Simmons
|
2f137df4b0
|
Use standard NSTableView grid for timeline. Fix #376.
|
2018-07-17 13:09:40 -07:00 |
Brent Simmons
|
73b85bdd92
|
Make sidebar status bar vibrant. Fix #369.
|
2018-07-15 12:06:41 -07:00 |
Brent Simmons
|
ce0d2450b8
|
Get the app building with Xcode 10 beta 3.
|
2018-07-15 12:05:00 -07:00 |
Brent Simmons
|
49c44f183d
|
Get Evergreen building. Switch to translucent sidebar. Trying to be a standard Mac app as much as possible, particularly so that supporting dark mode works properly.
|
2018-07-14 14:43:54 -07:00 |
Brent Simmons
|
74e07521ea
|
Build still broken. De-framework-ized FeedFinder.
|
2018-06-23 11:35:55 -07:00 |
Olof Hellman
|
e43a019cca
|
add testFeedExists script; remove redundant uniqueId functions; add CFBundleURLTypes info.plist key
|
2018-04-25 21:40:50 -07:00 |
Olof Hellman
|
cd3a7891c0
|
Reset copyrights
|
2018-03-04 19:01:58 -08:00 |
Olof Hellman
|
c91f4621e1
|
Merge remote-tracking branch 'brentsimmons/master'
|
2018-03-04 18:43:49 -08:00 |
Olof Hellman
|
c48c54b468
|
Support for creating and deleting feeds in accounts and folders, and
for creating and deleting folders in accounts
|
2018-03-04 18:43:29 -08:00 |
Brent Simmons
|
8e03ac39b8
|
Clean up the css and template for the detail view.
|
2018-02-28 22:38:29 -08:00 |
Brent Simmons
|
a8068d8297
|
Start working on finalizing detail view design.
|
2018-02-28 13:32:29 -08:00 |
Brent Simmons
|
2066f598f1
|
Bump version.
|
2018-02-26 22:32:01 -08:00 |
Brent Simmons
|
2281c4a3d8
|
Save and restore split view state. Fix #134.
|
2018-02-26 22:31:07 -08:00 |
Brent Simmons
|
bfc57d6e7a
|
Reduce detail view margins just a little.
|
2018-02-26 13:10:23 -08:00 |
Brent Simmons
|
d08da99a61
|
Draw large favicons, and use rounded corners, in the detail view when possible.
|
2018-02-25 22:58:08 -08:00 |
Brent Simmons
|
a3778e04a2
|
Force favicons to appear at 16x16 in the detail view. Allow favicons to appear larger, when they are in fact larger.
|
2018-02-25 22:46:25 -08:00 |
Brent Simmons
|
bb160bf7c3
|
Bump version.
|
2018-02-25 22:06:59 -08:00 |
Brent Simmons
|
0debd033de
|
Rebuild the tree controller when deleting/undoing-deleting from the sidebar. Fix #292.
|
2018-02-25 22:02:55 -08:00 |
Brent Simmons
|
fc38a485d6
|
Deal with non-optional Node.childNodes.
|
2018-02-25 22:02:16 -08:00 |
Brent Simmons
|
49059fe78e
|
Make the dateline in the detail view not italic.
|
2018-02-25 22:01:40 -08:00 |
Brent Simmons
|
cfd862c30b
|
Hide feedblitz share buttons in detail view.
|
2018-02-24 13:37:47 -08:00 |
Brent Simmons
|
d331ca72b6
|
Revert the detail view back to the stronger blue link color.
|
2018-02-24 13:13:42 -08:00 |
Brent Simmons
|
16615ada32
|
Turn off grid in timeline. I know I keep going back and forth on this.
|
2018-02-24 13:06:36 -08:00 |
Brent Simmons
|
b3e54a0ab2
|
Make some tweaks to article css.
|
2018-02-24 12:47:07 -08:00 |
Brent Simmons
|
18a5c6114e
|
Use a link color (in detail view) that goes with toolbar icons blue color.
|
2018-02-24 11:56:07 -08:00 |