chiark
/
gitweb
/
~ian
/
mastodonochrome.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mastodonochrome.git
2024-01-01
Simon Tatham
Remove some assorted dbg! I don't need any more.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Start of View Post Info.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Filled in account flags.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Leave out the double-check of the account name.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Show account relationships.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Filled in most of the Examine User data.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Sorted out the approximate dates in Account.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Make the [ESC][Y] shortcut work.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Start of an actual Examine User display.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
UNFINISHED examine
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Abstract out FeedDataSource.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Rename FeedFile and friends.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Ability to abort a bottom-line prompt.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Use todo!() in place of panic!("FIXME").
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Make the Examine prompt chain to another activity.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
UNFINISHED: first overlay activity: Examine User prompt.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-01
Simon Tatham
Introduce the concept of an 'overlay activity'.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Enough editing keys for a single-line editor.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Start of text editing: the EditorCore type.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Fix panic when going to Read Mentions.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Braino: < for <=.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Don't put '?' on the end of parameterless URLs.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Make this program build on Windows!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Report HTTP errors from all URLs we retrieve.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Fix misreporting of HTTP errors not about auth.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Fix extending a totally empty home timeline.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
UNTESTED: go to Read Mentions if user is mentioned.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
File draw method: add a missing bounds check.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
ensure_enough_rendered: forgot to render bottom item!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Call ensure_enough_rendered even if feed update failed.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Replace an assert with sensible handling.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Initial command-line parser.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Reorganise startup to pass in a config location.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Implement the Ego Log.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Add the Read Mentions feed.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Teach Client about the Notification type in the API.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Make FeedFile generic across type of item.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Remove some pubs from html.rs.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Use feed updates to lengthen the home timeline.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Fix help message.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-31
Simon Tatham
Begin setting up the streaming subthread system.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-30
Simon Tatham
Add a couple more primary timelines.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-30
Simon Tatham
Ability to extend the feed backwards in time.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-30
Simon Tatham
Remove an unnecessary drop.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-30
Simon Tatham
Migrate back to html2text.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-30
Simon Tatham
Use ratatui's Color::Gray instead of Color::White.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Go to top and bottom of file.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Add a file header!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Clip position at the top of the file.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Scrolling downward, too.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Scrolling upward mostly works.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
More or less principled file-position tracking.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Notify ActivityState mutably when it gets resized.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Pass client through to handle_keypress.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Forgot to break overlong logical lines.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Fix paragraph wrap width.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Basically correct-looking display of toots \o/
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Now we display the separator line of each toot. Progress!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
URL in statuses is optional.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Now we try to actually fetch a feed.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Prepare to pass a Client through to activity constructors.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Temporarily squelch some warnings.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Allow error reporting as a PhysicalAction.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Make a Client and put it in the Tui.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-29
Simon Tatham
Untested code to fetch feeds of items.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Readonly mode for the client.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Forgot to make sure ESC G worked!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Improved first couple of client operations.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Filled in all the rest of the menus.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Enough menu handling to [ESC][X][X]!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Don't let menu items go way over to the right.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Forgot trailing '.' on FileStatusLine without proportion.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Begin actually displaying menu options!
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Reduce some of the unused-stuff warnings.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Changed my mind about using Box<dyn TextFragment>.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Delete some of my commented-out prototype code.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Store an OurKey in FileStatusLine and MenuKeypressLine.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Put x first in all coordinate pairs.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-28
Simon Tatham
Make a start on ActivityStates drawing themselves.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Simon Tatham
More structure.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Simon Tatham
Start of the main TUI code.
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Simon Tatham
Implement a specialised stack of UI activities.
commit
|
commitdiff
|
tree
|
snapshot
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
next