2023-12-27 |
Simon Tatham | Forgot to wrap overlong lines. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | End-to-end PoC: we format and display a sample toot! |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | Half-arsed attempt to set up a Client type. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | And prime the ExtendableIndicator. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | MenuKeypressLine |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | FileStatusLine priority-sensitive rendering. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | All right, ColouredString wants an is_empty() |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | Wait, we can match on strings! Much nicer. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | Mass change of .to_string() to .to_owned(). |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | First half of FileStatusLine. Rendering undone. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | Changed my mind again about constructor API |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | Media entries. |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | UserListEntry, which was easy |
commit | commitdiff | tree | snapshot |
2023-12-26 |
Simon Tatham | Notification log formatting |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | Re: header. |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | ExtendableIndicator, without the hard part |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | Diagnose unsupported markup tags |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | Aha, Iterator::position is a bit nicer |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | First-draft HTML parser |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | Get the QualNames out of my html::Receiver. |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | push_para |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | FileHeader text implementation |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | Render paragraphs by wrapping them. |
commit | commitdiff | tree | snapshot |
2023-12-25 |
Simon Tatham | Build paragraphs, in a bodgy slow way. |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Factor out truncation of a ColouredString |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Username headers |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | EditorHeaderSeparator, which is really easy |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | SeparatorLine (with proper date formatting!) |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | More ColouredString stuff I needed |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Start of the text module. |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Oh wait I don't need to _implement_ Eq |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Maybe the version with slices? |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Basic version of split. |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | Successful frags iterator! |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | More, but still not finished |
commit | commitdiff | tree | snapshot |
2023-12-24 |
Simon Tatham | UNFINISHED: ColouredString class. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | OK, now it doesn't. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Try walking the tree. It crashes, oops. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Abandon html2text and try html5ever. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Now the scanners seem to be working! |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | First cut at transcribing the scanning regexes. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | First cut at parsing HTML of a toot. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Now we can draw directly without ratatui widgets. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Looks as if this is the best way to go beep! |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Set up ratatui and demonstrate event handling. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Update .gitignore. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Process raw stream data into UTF-8 lines. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Get rid of the rest of the unwraps. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Made auth file handling fallible. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Move auth file handling out into a module. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Try using xdg to get the config directory location. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Replace copy_to with direct use of the Read trait |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | First demo of a streaming API working. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Move the types out into a separate module. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Experimented with a reqwest Client. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | OK, that's probably enough data modelling for now |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Deserialise visibility, with compiler warnings |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Got most of the dates, but what about last_status_at? |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Fill in some more parts of the main structures |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Self-reference to subthings via Box |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Cope with some optional fields |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Decode a sample Status as well as an Account |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | PoC of retrieving and unpacking a struct. |
commit | commitdiff | tree | snapshot |
2023-12-23 |
Simon Tatham | Begin setting up a Rust framework. |
commit | commitdiff | tree | snapshot |
2023-12-22 |
Simon Tatham | Fix the various 'user's posts' variations. |
commit | commitdiff | tree | snapshot |
2023-12-17 |
Simon Tatham | Support <pre> tag in post HTML. |
commit | commitdiff | tree | snapshot |
2023-12-17 |
Simon Tatham | Option to view a post by its numeric id. |
commit | commitdiff | tree | snapshot |
2023-12-17 |
Simon Tatham | More timelines. |
commit | commitdiff | tree | snapshot |
2023-12-17 |
Simon Tatham | Graduations of mode to view a user's posts. |
commit | commitdiff | tree | snapshot |
2023-12-15 |
Simon Tatham | Fix a few NoneType errors. |
commit | commitdiff | tree | snapshot |
2023-12-15 |
Simon Tatham | Change my mind about how to extend backwards. |
commit | commitdiff | tree | snapshot |
2023-12-15 |
Simon Tatham | Fix out-of-bounds access in files shorter than the... |
commit | commitdiff | tree | snapshot |
2023-12-15 |
Simon Tatham | Lists of followers, folllowees, favers and boosters. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Support <blockquote> in HTML. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Ahem, fix last minute breakage. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | First cut at viewing a user's posts. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Change wording from 'Reply' to 'Send' for non-statuses. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | First cut at Examine User. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Experimental ^K change of behaviour. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Tests of Ctrl-K. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Fix goof in IndentedParagraph. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | HTML formatting: support <i>. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Some more TODO comments. |
commit | commitdiff | tree | snapshot |
2023-12-14 |
Simon Tatham | Match reply visibility to the incoming message. |
commit | commitdiff | tree | snapshot |
2023-12-11 |
Simon Tatham | Post info: add list of mentioned users. |
commit | commitdiff | tree | snapshot |
2023-12-10 |
Simon Tatham | Second thoughts, remove that assertion again. |
commit | commitdiff | tree | snapshot |
2023-12-10 |
Simon Tatham | Squelch literal \n appearing in post HTML. |
commit | commitdiff | tree | snapshot |
2023-12-10 |
Simon Tatham | Fix missing screen refresh when new posts arrive. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Fix file-position stability over backward extend. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Implement searching in the file pager. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Fix display of whether you've boosted something. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Allow changing the visibility of posts. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Allow tagging posts with a content warning. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Add 'change language' in the pre-posting menu. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Ability to prompt on the bottom screen line. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Feature to print detailed info about a status. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Cope with a timeline not containing any posts! |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Override for config directory. |
commit | commitdiff | tree | snapshot |
2023-12-09 |
Simon Tatham | Fix resizing the window smaller. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Bodgy fix for poor performance of wcwidth. |
commit | commitdiff | tree | snapshot |
next |