Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add masto-image to get-buffer-type | marty hiatt | 2024-03-13 | 1 | -1/+3 | |
| | ||||||
* | media: rewrite process-full-sized-image-response | marty hiatt | 2024-03-13 | 1 | -3/+2 | |
| | ||||||
* | customise no-fill-on-render. FIX: #532 | marty hiatt | 2024-03-08 | 1 | -1/+8 | |
| | ||||||
* | cw-in-thread: don't move point, only fold if cw | marty hiatt | 2024-03-05 | 1 | -4/+8 | |
| | ||||||
* | optional full-size image in emacs, RET as fallback for browse-url too | marty hiatt | 2024-03-05 | 1 | -14/+28 | |
| | ||||||
* | RET/click image to view full-sized version in emacs. | marty hiatt | 2024-03-05 | 1 | -2/+29 | |
| | ||||||
* | add toggle-spoiler-in-thread cmd | marty hiatt | 2024-03-04 | 1 | -3/+17 | |
| | ||||||
* | remove stray or clauses in tl--goto-item-pos | marty hiatt | 2024-02-22 | 1 | -10/+11 | |
| | ||||||
* | update: skip scheduled-statuses view | marty hiatt | 2024-02-20 | 1 | -0/+1 | |
| | ||||||
* | docstrings | marty hiatt | 2024-02-15 | 1 | -2/+3 | |
| | ||||||
* | Merge pull request 'Use display-buffer to allow customization' (#522) from ↵ | martianh | 2024-02-08 | 1 | -2/+2 | |
|\ | | | | | | | | | | | rahguzar/mastodon.el:display-buffer into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522 | |||||
| * | Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer' | Rahguzar | 2024-01-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice. | |||||
* | | message appropriately for foll req | marty hiatt | 2024-02-07 | 1 | -1/+4 | |
| | | ||||||
* | | mastodon-tl--tag-timeline-tags defcustom | marty hiatt | 2024-01-21 | 1 | -4/+10 | |
|/ | ||||||
* | add sensitive property to images, so we can blur them one day. | marty hiatt | 2023-12-23 | 1 | -8/+14 | |
| | ||||||
* | tl--content: only call tl--media if we have media | marty hiatt | 2023-12-22 | 1 | -2/+4 | |
| | ||||||
* | docstring | marty hiatt | 2023-12-08 | 1 | -1/+2 | |
| | ||||||
* | copy image caption cmd | marty hiatt | 2023-12-08 | 1 | -0/+10 | |
| | ||||||
* | add image-description text property | marty hiatt | 2023-12-08 | 1 | -2/+4 | |
| | ||||||
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 | |
| | ||||||
* | implement exclude_replies on profile view, inc. cycle | marty hiatt | 2023-11-09 | 1 | -0/+2 | |
| | ||||||
* | display-media-p var > defcustom | marty hiatt | 2023-11-06 | 1 | -3/+4 | |
| | ||||||
* | call remove-overlays in --thread (fix bug display of play if we reload a thread) | marty hiatt | 2023-10-31 | 1 | -0/+1 | |
| | ||||||
* | flychecks | marty hiatt | 2023-10-30 | 1 | -4/+10 | |
| | ||||||
* | note re tags timeline limit number of tags | marty hiatt | 2023-10-28 | 1 | -1/+3 | |
| | ||||||
* | triage: call cb on response. do-user-action-fun: check response data | marty hiatt | 2023-10-28 | 1 | -26/+34 | |
| | | | | this means the triage callback always needs to handle 1 arg. | |||||
* | a quick hack to toggle display of a user's boosts in timeline. FIX# 503 | marty hiatt | 2023-10-27 | 1 | -10/+36 | |
| | ||||||
* | no more/update for filters view | marty hiatt | 2023-10-24 | 1 | -0/+2 | |
| | ||||||
* | tl--update: add lists, and note abt what we shd actually do | marty hiatt | 2023-10-24 | 1 | -0/+3 | |
| | ||||||
* | no pagination for lists | marty hiatt | 2023-10-24 | 1 | -1/+2 | |
| | ||||||
* | tl--prev-toot-id: don't assume our funs return anything. | marty hiatt | 2023-10-22 | 1 | -4/+7 | |
| | | | | | | | fixes a bug that would break thread loading, perhaps because an ancestor toot wasn't there when it was supposed to be, so we were check for prev id when there was no prev toot. maybe caused by viewing threads that include toots by ppl on blocked servers, which don't display. | |||||
* | override shr-linkmap 'u' binding, to update. 'w' is copy-url already | marty hiatt | 2023-10-16 | 1 | -0/+3 | |
| | ||||||
* | fix do-if-item comment: doesn't inc. tags, corrent for our use | marty hiatt | 2023-10-15 | 1 | -1/+1 | |
| | ||||||
* | fix rename do-if-item-strict | marty hiatt | 2023-10-15 | 1 | -1/+1 | |
| | ||||||
* | next-/prev-toot>next-/prev-item, cond-case around pos update call | marty hiatt | 2023-10-15 | 1 | -25/+21 | |
| | ||||||
* | toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed | marty hiatt | 2023-10-15 | 1 | -69/+69 | |
| | ||||||
* | change some error calls to user-error calls | marty hiatt | 2023-10-15 | 1 | -6/+7 | |
| | ||||||
* | remove "toots" from more msging, as its now (more) generic | marty hiatt | 2023-10-15 | 1 | -2/+2 | |
| | ||||||
* | docstrings, autoloads | marty hiatt | 2023-10-14 | 1 | -1/+7 | |
| | ||||||
* | fix init-sync for notifs-get compat with link-header/get-response | marty hiatt | 2023-10-14 | 1 | -4/+4 | |
| | ||||||
* | fix minor-view disaster disastrously: put it all init-sync | marty hiatt | 2023-10-14 | 1 | -3/+12 | |
| | ||||||
* | implement link-header pagination for foll-reqs | marty hiatt | 2023-10-14 | 1 | -7/+11 | |
| | ||||||
* | cond for more* pagination woes | marty hiatt | 2023-10-14 | 1 | -16/+18 | |
| | ||||||
* | add params arg to init-sync, use limit param for foll_reqs/sugests | marty hiatt | 2023-10-14 | 1 | -5/+8 | |
| | ||||||
* | more*: msg when response is nil | marty hiatt | 2023-10-14 | 1 | -1/+2 | |
| | ||||||
* | goto-too-pos: add masto-tab-stop second prop | marty hiatt | 2023-10-14 | 1 | -5/+12 | |
| | ||||||
* | move scroll up cmd | marty hiatt | 2023-10-14 | 1 | -9/+9 | |
| | ||||||
* | don't run update in trending/search buffers for now | marty hiatt | 2023-10-14 | 1 | -19/+23 | |
| | ||||||
* | update: thread-id only if thread | marty hiatt | 2023-10-13 | 1 | -3/+4 | |
| | ||||||
* | tl autoload for search pagination | marty hiatt | 2023-10-13 | 1 | -0/+1 | |
| |