chiark / gitweb /
mastodonochrome.git
2024-01-06 Simon TathamFix clipping of initial file positions.
2024-01-06 Simon TathamWrite configuration files atomically.
2024-01-06 Simon TathamApply many uncontroversial style fixes from Clippy.
2024-01-06 Simon TathamClippy fix: borrow the HashMap Entry we want to insert...
2024-01-06 Simon TathamClippy fix: use write_all to beep.
2024-01-06 Simon TathamClippy fix: rename Config::default().
2024-01-06 Simon TathamFix that horrible loop in the streaming subthread.
2024-01-05 Simon TathamEditor: fix handling of abutting scan matches.
2024-01-05 Simon TathamFix inconsistent colour of visibility keywords.
2024-01-05 Simon TathamSupport listing the URLs in a post.
2024-01-05 Simon TathamSplit media URLs at w-1 chars, not w.
2024-01-05 Simon TathamFix last-column glitch in post composition.
2024-01-05 Simon TathamMake all the tests compile again (ahem).
2024-01-05 Simon TathamFlag readonly mode on the main menu.
2024-01-05 Simon TathamCeremonially delete the Python prototype!
2024-01-05 Simon TathamRemove an obsolete FIXME comment.
2024-01-05 Simon TathamSupport highlighting the user name in a UserListEntry.
2024-01-05 Simon TathamMore robust handling of fatal errors in sync_channel.
2024-01-05 Simon TathamTrivial indentation fix.
2024-01-05 Simon TathamAdd a proper TODO list.
2024-01-05 Simon TathamFix rendering glitch when ExtensibleIndicator vanishes.
2024-01-05 Simon TathamAdd feature to show posts by the user you're examining.
2024-01-04 Simon TathamGet the default language from the locale.
2024-01-04 Simon TathamShow visibility of posts with an extra header.
2024-01-04 Simon TathamExamine User: compact way of displaying fields.
2024-01-04 Simon TathamEditor: keystrokes to go to top/bottom of buffer.
2024-01-04 Simon TathamEditor: scroll to keep the cursor in view.
2024-01-04 Simon TathamList modes that shouldn't throw you into mentions.
2024-01-04 Simon TathamHighlight media of a status as well as text.
2024-01-04 Simon TathamShow what user you're logged in as.
2024-01-04 Simon TathamFetch the two main feeds on startup.
2024-01-04 Simon TathamImplement searching within files.
2024-01-04 Simon TathamRemove leftover diagnostics.
2024-01-04 Simon TathamSave and restore file positions when changing activity.
2024-01-04 Simon TathamStore an actual FileType in File.
2024-01-04 Simon TathamMake new_activity_state a method of TuiLogicalState.
2024-01-04 Simon TathamFill in some fixed initial file positions.
2024-01-04 Simon TathamAdd an initial_pos to the File constructor.
2024-01-04 Simon TathamRework FilePosition to cache the last known width.
2024-01-04 Simon TathamFix extending user-list feeds.
2024-01-04 Simon TathamCLI option to log HTTP transactions to a file.
2024-01-04 Simon TathamCreate a log entry for every HTTP transaction.
2024-01-04 Simon TathamFold the send() into Client::api_request.
2024-01-04 Simon TathamImplement the various user lists.
2024-01-04 Simon TathamImplement replying to posts.
2024-01-04 Simon TathamMove some code into an InReplyToLine::from_id constructor.
2024-01-04 Simon TathamImplement viewing the thread of a selected post.
2024-01-04 Simon TathamGeneralise SingletonSource to hold a whole vector.
2024-01-04 Simon TathamImplement favouriting and boosting posts.
2024-01-04 Simon TathamImplement selecting things in File.
2024-01-04 Simon TathamFactor out feed extension code into a method of File.
2024-01-04 Simon TathamActually implement the highlighting methods!
2024-01-04 Simon TathamStore ids in all the TextFragments that will need them.
2024-01-04 Simon TathamAdd highlighting methods to the TextFragment trait.
2024-01-04 Simon TathamTidy up: make Option and Vec pass through TextFragment.
2024-01-04 Simon TathamWhen caching a status, cache its reblog too.
2024-01-03 Simon TathamReclassify status info as a utility activity.
2024-01-03 Simon TathamSupport saving login details. We can now log in!
2024-01-03 Simon TathamMove TopLevelError up to the root of the crate.
2024-01-03 Simon TathamImplement the login procedure, without saving.
2024-01-03 Simon TathamActually post something!
2024-01-03 Simon TathamPost-compose menu, up to but not including posting.
2024-01-03 Simon TathamGive MenuKeypressLine a width reset option.
2024-01-03 Simon TathamMove prompt into SingleLineEditor.
2024-01-02 Simon TathamUpdate html2text to 0.10.1.
2024-01-02 Simon TathamEditor: implement cut to end of line.
2024-01-02 Simon TathamFix handling of newlines in is_char_boundary.
2024-01-02 Simon TathamEditor: support beginning/end of line.
2024-01-02 Simon TathamEditor: support page-up and page-down.
2024-01-02 Simon TathamEditor: implement Up and Down keystrokes.
2024-01-02 Simon TathamEditor: make the cursor position persist.
2024-01-02 Simon TathamFix an edge case of watching a nearly empty feed.
2024-01-02 Simon TathamDevelop an explicit HTTP redirection policy.
2024-01-02 Simon TathamMake AuthError into a subcase of ClientError.
2024-01-02 Simon TathamFix movement by words in the editor buffer.
2024-01-02 Simon TathamStart of a full-screen editor for composing toots.
2024-01-02 Simon TathamMake our regex scanner into a lazy_static.
2024-01-02 Simon TathamDecentralise version component of API URLs.
2024-01-01 Simon TathamFix test failure introduced by format_date.
2024-01-01 Simon TathamSupport retrieving the Instance object.
2024-01-01 Simon TathamFill in percentage in file status lines.
2024-01-01 Simon TathamElide 'foo: foo' in struct literals where possible.
2024-01-01 Simon TathamRemove lots of commas after braced match arms.
2024-01-01 Simon TathamStop using ~ around struck-out text.
2024-01-01 Simon TathamSupport reading hashtag feeds.
2024-01-01 Simon TathamFill in the rest of View Post Info.
2024-01-01 Simon TathamRemove some assorted dbg! I don't need any more.
2024-01-01 Simon TathamStart of View Post Info.
2024-01-01 Simon TathamFilled in account flags.
2024-01-01 Simon TathamLeave out the double-check of the account name.
2024-01-01 Simon TathamShow account relationships.
2024-01-01 Simon TathamFilled in most of the Examine User data.
2024-01-01 Simon TathamSorted out the approximate dates in Account.
2024-01-01 Simon TathamMake the [ESC][Y] shortcut work.
2024-01-01 Simon TathamStart of an actual Examine User display.
2024-01-01 Simon TathamUNFINISHED examine
2024-01-01 Simon TathamAbstract out FeedDataSource.
2024-01-01 Simon TathamRename FeedFile and friends.
2024-01-01 Simon TathamAbility to abort a bottom-line prompt.
2024-01-01 Simon TathamUse todo!() in place of panic!("FIXME").
next