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 |
2023-12-08 |
Simon Tatham | ^K and ^Y for copy and paste to end of line. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Editor: ^W and ^T to go forward/back a word |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Properly indicate whether we can extend backwards. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Ability to retrieve the thread of a post. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Fix a wrapping glitch I spotted this morning. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Fix API mismatch in composer tests. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Add a final menu before posting a status. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Make the dry-run posting mode a standard option. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Proper old-fashioned [RET][.][RET] to finish a post |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Implement extending feeds backwards. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Get editor limits from the instance. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Show which things are already faved/boosted. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Add target highlights in the Ego Log. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Ability to [un]favourite posts. |
commit | commitdiff | tree | snapshot |
2023-12-08 |
Simon Tatham | Prepare to reuse post-selection UI for other things. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Fix a crash when hitting Return in the editor. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Left and Right should page up/down in files. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | All the machinery is ready to try to post! |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Now we spawn an editor with the right set of recipients. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | First cut at an editor for composing posts. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Switch to using Unicode input. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Scroll by a bit less than a full screen in files. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Prevent accidentally stacking multiple [ESC][R]. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Actually show keypresses in menus |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Try out the traditional ESC X X to exit. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Add a Main Menu, at last. |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Fix getting stuck in the logs menus |
commit | commitdiff | tree | snapshot |
2023-12-07 |
Simon Tatham | Correct handling of [RET] in files and menus. |
commit | commitdiff | tree | snapshot |
next |