Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | media: rewrite process-full-sized-image-response | marty hiatt | 2024-03-13 | 2 | -36/+21 |
| | |||||
* | apply not cl-reduce to find longest item for padding | marty hiatt | 2024-03-12 | 3 | -3/+3 |
| | |||||
* | scale full size image to window-width. FIX #542. | marty hiatt | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | roll our own url-at-point fun, in case eww not loaded | marty hiatt | 2024-03-09 | 1 | -2/+5 |
| | |||||
* | 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 | 2 | -16/+35 |
| | |||||
* | RET/click image to view full-sized version in emacs. | marty hiatt | 2024-03-05 | 2 | -2/+63 |
| | |||||
* | add toggle-spoiler-in-thread cmd | marty hiatt | 2024-03-04 | 1 | -3/+17 |
| | |||||
* | comment plain text in boost/fave notifs. FIX #432. | marty hiatt | 2024-02-27 | 1 | -11/+28 |
| | |||||
* | only complete on : if emojify-mode enabled. | marty hiatt | 2024-02-27 | 1 | -3/+6 |
| | | | | it's too hard for now to enable completion without emojify | ||||
* | compose: only try to enable emojify-mode if its bound | marty hiatt | 2024-02-27 | 1 | -2/+5 |
| | |||||
* | add eww--url-at-point to thing-at-point-provider-alist | marty hiatt | 2024-02-23 | 1 | -1/+6 |
| | |||||
* | actually use mastodon-toot--emojify-in-compose-buffer | marty hiatt | 2024-02-23 | 1 | -1/+3 |
| | |||||
* | remove stray or clauses in tl--goto-item-pos | marty hiatt | 2024-02-22 | 1 | -10/+11 |
| | |||||
* | make byte-compiler happier | marty hiatt | 2024-02-22 | 2 | -2/+5 |
| | |||||
* | move condition case from http get-response to credential-account | marty hiatt | 2024-02-21 | 2 | -8/+8 |
| | |||||
* | views: ensure things have item-type prop, and string-trim scheduleds | marty hiatt | 2024-02-20 | 1 | -2/+3 |
| | |||||
* | string-trim-left on remove-docs | marty hiatt | 2024-02-20 | 1 | -1/+2 |
| | |||||
* | update: skip scheduled-statuses view | marty hiatt | 2024-02-20 | 1 | -0/+1 |
| | |||||
* | toot: defcustom emojify in compose | marty hiatt | 2024-02-20 | 1 | -0/+3 |
| | |||||
* | http: some hack error handling in get-response | marty hiatt | 2024-02-20 | 1 | -2/+8 |
| | |||||
* | comment re return-creds-acc | marty hiatt | 2024-02-20 | 1 | -0/+5 |
| | |||||
* | toot.el: use all emoji for : capf, and get text annotation | marty hiatt | 2024-02-19 | 1 | -4/+18 |
| | |||||
* | docstrings | marty hiatt | 2024-02-15 | 1 | -2/+3 |
| | |||||
* | my-profile: load by id, rather than server search | marty hiatt | 2024-02-10 | 1 | -1/+3 |
| | |||||
* | Merge pull request 'Use display-buffer to allow customization' (#522) from ↵ | martianh | 2024-02-08 | 5 | -40/+29 |
|\ | | | | | | | | | | | rahguzar/mastodon.el:display-buffer into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522 | ||||
| * | Use pop-to-buffer so that new window is selected | Rahguzar | 2024-01-08 | 1 | -2/+2 |
| | | |||||
| * | Tweak display actions to better preserve defaults | Rahguzar | 2024-01-07 | 1 | -2/+2 |
| | | |||||
| * | Use 'read-buffer' to choose a buffer | Rahguzar | 2024-01-07 | 1 | -4/+6 |
| | | |||||
| * | Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer' | Rahguzar | 2024-01-06 | 4 | -23/+17 |
| | | | | | | | | | | | | | | This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice. | ||||
| * | Count characters directly from string | Rahguzar | 2024-01-06 | 1 | -13/+6 |
| | | |||||
* | | message appropriately for foll req | marty hiatt | 2024-02-07 | 1 | -1/+4 |
| | | |||||
* | | dir-locals: Set indent-tab-mode to nil | David Edmondson | 2024-01-26 | 1 | -2/+4 |
| | | |||||
* | | Add 'o' binding to open the current toot in a browser | David Edmondson | 2024-01-26 | 3 | -0/+7 |
| | | |||||
* | | Add 'z' binding to bury the current buffer | David Edmondson | 2024-01-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request 'profile: Use v2 search when looking for users' (#524) ↵ | martianh | 2024-01-26 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | from dme/mastodon.el:develop into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/524 | ||||
| * | | profile: Use v2 search when looking for users | David Edmondson | 2024-01-16 | 1 | -4/+4 |
| |/ | |||||
* | | fix typo in fun name | marty hiatt | 2024-01-26 | 1 | -1/+1 |
| | | |||||
* | | edit attachments description fun | marty hiatt | 2024-01-22 | 1 | -0/+24 |
| | | |||||
* | | preserve media when editing scheduled toot | marty hiatt | 2024-01-22 | 1 | -4/+4 |
| | | |||||
* | | mastodon-tl--tag-timeline-tags defcustom | marty hiatt | 2024-01-21 | 1 | -4/+10 |
|/ | |||||
* | fix signature of make-capf so we call it right! | marty hiatt | 2023-12-31 | 1 | -1/+1 |
| | |||||
* | Avoid error when there's only one window in a frame when closing window | Björn Bidar | 2023-12-31 | 4 | -6/+16 |
| | | | | | | | | Use `(quit-window 'kill)` instead of `(kill-buffer-and-window)` to avoid error when there's only one window instead the frame: `kill-buffer-and-window: Attempt to delete minibuffer or sole ordinary window` Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de> | ||||
* | add sensitive property to images, so we can blur them one day. | marty hiatt | 2023-12-23 | 2 | -45/+55 |
| | |||||
* | add RET binding for tl--thread | marty hiatt | 2023-12-23 | 1 | -0/+1 |
| | |||||
* | tl--content: only call tl--media if we have media | marty hiatt | 2023-12-22 | 1 | -2/+4 |
| | |||||
* | Merge pull request 'Use `equal' to access alist entries by ↵ | martianh | 2023-12-20 | 1 | -2/+2 |
|\ | | | | | | | | | | | `mastodon-instance-url'' (#516) from dme/mastodon.el:devel/dme into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/516 | ||||
| * | Use `equal' to access alist entries by `mastodon-instance-url' | David Edmondson | 2023-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | If a user re-loads their mastodon.el configuration within an emacs session after using mastodon.el, the variable `mastodon-instance-url' may no longer be considered `eq' to the original value, even if they are the same string. To avoid this problem, compare using `equal'. | ||||
* | | Merge branch 'emoji-capf' into develop | marty hiatt | 2023-12-19 | 1 | -33/+55 |
|\ \ | |/ |/| |