chiark / gitweb /
mastodonochrome.git
2023-12-14 Simon TathamTests of Ctrl-K.
2023-12-14 Simon TathamFix goof in IndentedParagraph.
2023-12-14 Simon TathamHTML formatting: support <i>.
2023-12-14 Simon TathamSome more TODO comments.
2023-12-14 Simon TathamMatch reply visibility to the incoming message.
2023-12-11 Simon TathamPost info: add list of mentioned users.
2023-12-10 Simon TathamSecond thoughts, remove that assertion again.
2023-12-10 Simon TathamSquelch literal \n appearing in post HTML.
2023-12-10 Simon TathamFix missing screen refresh when new posts arrive.
2023-12-09 Simon TathamFix file-position stability over backward extend.
2023-12-09 Simon TathamImplement searching in the file pager.
2023-12-09 Simon TathamFix display of whether you've boosted something.
2023-12-09 Simon TathamAllow changing the visibility of posts.
2023-12-09 Simon TathamAllow tagging posts with a content warning.
2023-12-09 Simon TathamAdd 'change language' in the pre-posting menu.
2023-12-09 Simon TathamAbility to prompt on the bottom screen line.
2023-12-09 Simon TathamFeature to print detailed info about a status.
2023-12-09 Simon TathamCope with a timeline not containing any posts!
2023-12-09 Simon TathamOverride for config directory.
2023-12-09 Simon TathamFix resizing the window smaller.
2023-12-08 Simon TathamBodgy fix for poor performance of wcwidth.
2023-12-08 Simon Tatham^K and ^Y for copy and paste to end of line.
2023-12-08 Simon TathamEditor: ^W and ^T to go forward/back a word
2023-12-08 Simon TathamProperly indicate whether we can extend backwards.
2023-12-08 Simon TathamAbility to retrieve the thread of a post.
2023-12-08 Simon TathamFix a wrapping glitch I spotted this morning.
2023-12-08 Simon TathamFix API mismatch in composer tests.
2023-12-08 Simon TathamAdd a final menu before posting a status.
2023-12-08 Simon TathamMake the dry-run posting mode a standard option.
2023-12-08 Simon TathamProper old-fashioned [RET][.][RET] to finish a post
2023-12-08 Simon TathamImplement extending feeds backwards.
2023-12-08 Simon TathamGet editor limits from the instance.
2023-12-08 Simon TathamShow which things are already faved/boosted.
2023-12-08 Simon TathamAdd target highlights in the Ego Log.
2023-12-08 Simon TathamAbility to [un]favourite posts.
2023-12-08 Simon TathamPrepare to reuse post-selection UI for other things.
2023-12-07 Simon TathamFix a crash when hitting Return in the editor.
2023-12-07 Simon TathamLeft and Right should page up/down in files.
2023-12-07 Simon TathamAll the machinery is ready to try to post!
2023-12-07 Simon TathamNow we spawn an editor with the right set of recipients.
2023-12-07 Simon TathamFirst cut at an editor for composing posts.
2023-12-07 Simon TathamSwitch to using Unicode input.
2023-12-07 Simon TathamScroll by a bit less than a full screen in files.
2023-12-07 Simon TathamPrevent accidentally stacking multiple [ESC][R].
2023-12-07 Simon TathamActually show keypresses in menus
2023-12-07 Simon TathamTry out the traditional ESC X X to exit.
2023-12-07 Simon TathamAdd a Main Menu, at last.
2023-12-07 Simon TathamFix getting stuck in the logs menus
2023-12-07 Simon TathamCorrect handling of [RET] in files and menus.
2023-12-07 Simon TathamAmazingly horrible regexes for scanning post content.
2023-12-07 Simon TathamSupport <em> in post content.
2023-12-07 Simon TathamShow a Re: header on reply posts.
2023-12-07 Simon TathamSpace out the ... at the end of a boost/fave record.
2023-12-07 Simon TathamDon't show @mentions in Ego Log post summaries.
2023-12-06 Simon TathamFix missing 'you' after 'followed'.
2023-12-06 Simon TathamMake the ego feed refresh.
2023-12-06 Simon Tatham*Really* fix that crash on receiving a mention.
2023-12-06 Simon TathamFirst cut at an 'ego log'.
2023-12-06 Simon TathamFix a crash on receiving a mention.
2023-12-06 Simon TathamCope with lack of XDG config directories.
2023-12-06 Simon TathamUNTESTED: beep and go to [ESC][R] on a message.
2023-12-06 Simon TathamNow we can read 'messages'! (aka mentions)
2023-12-06 Simon TathamDo SIGWINCH handling ourselves.
2023-12-06 Simon TathamSet curses nodelay mode.
2023-12-05 Simon TathamDetect updates and append them to the file.
2023-12-05 Simon TathamPaging around a file now works!
2023-12-05 Simon TathamVERY UNFINISHED attempt to start reading a file in...
2023-12-04 Simon TathamTest of streaming
2023-12-04 Simon TathamUNTESTED attempt to make bidirectional incremental...
2023-12-03 Simon TathamChange my mind about account name policy.
2023-12-03 Simon TathamAvoid ugly double blank line in media-only posts.
2023-12-02 Simon TathamCope with newlines in media descriptions.
2023-12-02 Simon TathamSeparate logical instance domain from physical URL.
2023-12-02 Simon TathamFirst cut at interleaving home timeline with mentions.
2023-12-02 Simon TathamLog JSON responses more usefully
2023-12-02 Simon TathamProof of concept using Link response headers for pagina...
2023-12-02 Simon TathamRemove redundant setup calls.
2023-12-02 Simon TathamProof of concept fetching my notifications timeline.
2023-12-02 Simon TathamColourise spaces properly.
2023-12-02 Simon TathamReport markup parse failures inline.
2023-12-02 Simon TathamHandle <strong> tags
2023-12-02 Simon TathamShow media attachments in posts
2023-12-02 Simon TathamShow boosted toots sensibly.
2023-12-02 Simon TathamNow actually use the login details.
2023-12-02 Simon TathamImplemented login.
2023-12-02 Simon TathamStart of a curses UI.
2023-12-02 Simon TathamSupport hashtags, mentions and code. <pre> still to do.
2023-12-02 Simon TathamAdd some rendering unit tests
2023-12-02 Simon TathamStart colourising the rendering
2023-12-01 Simon TathamFirst cut at printing post content.
2023-12-01 Simon TathamAlso display From: lines.
2023-12-01 Simon TathamStart of a Monochrome-like Mastodon client.