Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add remove-overlays to with-mastodon-buffer macro | marty hiatt | 2024-06-04 | 2 | -2/+1 | |
| | ||||||
* | move sensitive binding off C-c C-c. | marty hiatt | 2024-06-04 | 1 | -1/+1 | |
| | | | | | | | C C is bad in search buffers (it cycles them) and profile buffers (cycling), so if point isn't on image, it does the other action, and being on an image also masks that binding. we go with S instead, which otherwise is just jump to scheduled toots. | |||||
* | fix sensitive prop check | marty hiatt | 2024-06-04 | 1 | -2/+1 | |
| | ||||||
* | use sensitive image placeholder | marty hiatt | 2024-06-04 | 2 | -7/+134 | |
| | ||||||
* | fix sensitive prop test: json-false or t! | marty hiatt | 2024-06-04 | 1 | -1/+2 | |
| | ||||||
* | move toggle sensitive image to tl and give it a binding | marty hiatt | 2024-06-04 | 2 | -21/+23 | |
| | ||||||
* | rough toggle display of sensitive images | marty hiatt | 2024-06-04 | 1 | -3/+41 | |
| | ||||||
* | factor out format-heading from insert-heading | marty hiatt | 2024-06-04 | 1 | -7/+13 | |
| | ||||||
* | boxed face for "pinned" in profile view | marty hiatt | 2024-06-03 | 1 | -1/+5 | |
| | ||||||
* | refactor apply status fields props | marty hiatt | 2024-06-03 | 1 | -45/+56 | |
| | ||||||
* | editing to preserve polls. create poll plist from JSON. | marty hiatt | 2024-06-03 | 2 | -13/+43 | |
| | | | | | still can't edit actual polls, but can view/clear them, which is much better than zilch. | |||||
* | reload on edit: only send max-id arg if we have one! | marty hiatt | 2024-06-03 | 1 | -6/+7 | |
| | ||||||
* | display poll deets in help-echo for display fields flag. | marty hiatt | 2024-06-02 | 1 | -1/+3 | |
| | ||||||
* | simply format-poll length formatting | marty hiatt | 2024-06-02 | 1 | -7/+4 | |
| | ||||||
* | mastodon-toot--clear-poll | marty hiatt | 2024-06-02 | 1 | -0/+9 | |
| | ||||||
* | poll not toot arg for format-poll | marty hiatt | 2024-06-02 | 1 | -3/+4 | |
| | ||||||
* | display a POLL flag in compose buffer. | marty hiatt | 2024-06-02 | 1 | -3/+14 | |
| | | | | next step: display/edit/cancel polls | |||||
* | get-poll > format-poll | marty hiatt | 2024-06-02 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'reload-paginate' into develop | marty hiatt | 2024-06-02 | 5 | -54/+87 | |
|\ | ||||||
| * | flycheck | marty hiatt | 2024-06-02 | 3 | -8/+15 | |
| | | ||||||
| * | set max-id in buffer spec also after reloading | marty hiatt | 2024-06-01 | 1 | -2/+6 | |
| | | ||||||
| * | max-id arg/params for (so far only plain) profile view | marty hiatt | 2024-06-01 | 3 | -11/+18 | |
| | | ||||||
| * | max-id arg/param for notifs-get | marty hiatt | 2024-06-01 | 2 | -7/+9 | |
| | | ||||||
| * | max-id arg for other -tl.el timelines | marty hiatt | 2024-06-01 | 1 | -6/+9 | |
| | | ||||||
| * | working max-id arg for hometimeline/reload | marty hiatt | 2024-05-31 | 2 | -7/+14 | |
| | | ||||||
| * | add max-id to buffer-spec, and set when calling tl--more | marty hiatt | 2024-05-31 | 1 | -15/+18 | |
| | | ||||||
* | | bump version | marty hiatt | 2024-05-31 | 1 | -1/+1 | |
|/ | ||||||
* | add unfilter user filter langs option to filter user langs | marty hiatt | 2024-05-31 | 1 | -4/+8 | |
| | ||||||
* | add fallback to tl--init*: if no results, try trending statuses. FIX #562 | marty hiatt | 2024-05-30 | 1 | -2/+14 | |
| | ||||||
* | \ binding for remote local tl | marty hiatt | 2024-05-30 | 1 | -0/+1 | |
| | ||||||
* | docstring and index | marty hiatt | 2024-05-30 | 2 | -3/+7 | |
| | ||||||
* | unfilter langs: POST raw params and it works! | marty hiatt | 2024-05-29 | 2 | -6/+14 | |
| | ||||||
* | not working unfilter user langs. adds json flag arg through action funs | marty hiatt | 2024-05-29 | 2 | -7/+17 | |
| | ||||||
* | display filtered follow langs on user profiles. FIX #559. | marty hiatt | 2024-05-29 | 1 | -3/+11 | |
| | ||||||
* | fix setting lang un toot compose buffer | marty hiatt | 2024-05-28 | 2 | -3/+2 | |
| | ||||||
* | autoloads | marty hiatt | 2024-05-28 | 1 | -0/+3 | |
| | ||||||
* | docstrings | marty hiatt | 2024-05-28 | 2 | -5/+4 | |
| | ||||||
* | refactor remote-local domain checks | marty hiatt | 2024-05-28 | 1 | -7/+3 | |
| | ||||||
* | set default language in compose buffer from | marty hiatt | 2024-05-28 | 1 | -0/+9 | |
| | | | | is set from mastodon-profile-acccount-preferences-data | |||||
* | account settings var docstring. | marty hiatt | 2024-05-28 | 1 | -1/+4 | |
| | ||||||
* | get-source-pref > get-source-value | marty hiatt | 2024-05-28 | 1 | -1/+1 | |
| | ||||||
* | filter post by language fix docstring | marty hiatt | 2024-05-28 | 1 | -3/+5 | |
| | ||||||
* | add view-item-on-own-instance fun | marty hiatt | 2024-05-27 | 1 | -1/+13 | |
| | ||||||
* | bumb version | marty hiatt | 2024-05-27 | 1 | -1/+1 | |
| | ||||||
* | customs for display of profile note in foll req notifs: flag and max length | marty hiatt | 2024-05-27 | 1 | -6/+32 | |
| | ||||||
* | add remote-local-domains customize. | marty hiatt | 2024-05-27 | 1 | -2/+12 | |
| | ||||||
* | Merge branch 'remote-local' into develop | marty hiatt | 2024-05-26 | 2 | -37/+85 | |
|\ | ||||||
| * | add error handling in mastodon-tl--init* (for eg domains being private) | marty hiatt | 2024-05-26 | 1 | -14/+19 | |
| | | ||||||
| * | remote local: check domain against known instances. | marty hiatt | 2024-05-26 | 1 | -4/+14 | |
| | | ||||||
| * | force display of instance in handle for remote local timelines. | marty hiatt | 2024-05-26 | 2 | -24/+42 | |
| | |