Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change email address | marty hiatt | 2024-10-20 | 1 | -2/+2 |
| | |||||
* | flychecks | marty hiatt | 2024-10-19 | 1 | -0/+1 |
| | |||||
* | bump version, copyright | marty hiatt | 2024-10-18 | 1 | -1/+1 |
| | |||||
* | eq for symbols, string= for strings | marty hiatt | 2024-08-22 | 1 | -2/+2 |
| | |||||
* | image-or-cached, apply not funcall. FIX #577. | marty hiatt | 2024-08-17 | 1 | -3/+5 |
| | |||||
* | process-image-response (change args order) | marty hiatt | 2024-08-17 | 1 | -2/+2 |
| | |||||
* | refactor process-image-or-cached | marty hiatt | 2024-08-08 | 1 | -17/+21 |
| | |||||
* | factor out image-trans-check. | marty hiatt | 2024-08-08 | 1 | -5/+3 |
| | |||||
* | audit media.el | marty hiatt | 2024-08-07 | 1 | -22/+18 |
| | |||||
* | re-write all (if x y "") clauses as (when x y), if poss. | marty hiatt | 2024-08-06 | 1 | -3/+2 |
| | | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize. | ||||
* | img help echo: cmd keys and toggle sensitive binding | marty hiatt | 2024-07-01 | 1 | -2/+6 |
| | |||||
* | defcustom for hiding sensitive media | marty hiatt | 2024-06-05 | 1 | -1/+6 |
| | |||||
* | fix sensitive prop check | marty hiatt | 2024-06-04 | 1 | -2/+1 |
| | |||||
* | use sensitive image placeholder | marty hiatt | 2024-06-04 | 1 | -3/+132 |
| | |||||
* | 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 | 1 | -21/+0 |
| | |||||
* | rough toggle display of sensitive images | marty hiatt | 2024-06-04 | 1 | -3/+41 |
| | |||||
* | -media.el: require image-mode | marty hiatt | 2024-04-24 | 1 | -0/+1 |
| | |||||
* | media: call image-transform-fit-both in masto-image buf | marty hiatt | 2024-03-13 | 1 | -3/+4 |
| | |||||
* | process-full-sized-image-response - credit rahguzar | marty hiatt | 2024-03-13 | 1 | -0/+2 |
| | |||||
* | process-full-sized-image-response - inhibit read only | marty hiatt | 2024-03-13 | 1 | -6/+7 |
| | |||||
* | media: rewrite process-full-sized-image-response | marty hiatt | 2024-03-13 | 1 | -33/+19 |
| | |||||
* | scale full size image to window-width. FIX #542. | marty hiatt | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | optional full-size image in emacs, RET as fallback for browse-url too | marty hiatt | 2024-03-05 | 1 | -2/+7 |
| | |||||
* | RET/click image to view full-sized version in emacs. | marty hiatt | 2024-03-05 | 1 | -0/+34 |
| | |||||
* | add sensitive property to images, so we can blur them one day. | marty hiatt | 2023-12-23 | 1 | -37/+41 |
| | |||||
* | add image-description text property | marty hiatt | 2023-12-08 | 1 | -1/+2 |
| | |||||
* | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 |
| | |||||
* | Fix "empty body" warnings | Stefan Monnier | 2023-08-27 | 1 | -31/+30 |
| | | | | | | | | * lisp/mastodon-media.el (mastodon-media--process-image-response): Remove unused `unwind-protect`. * lisp/mastodon-views.el (mastodon-views--delete-filter): Fix paren error which made a `y-or-n-p` ineffective. | ||||
* | indent -media.el | marty hiatt | 2023-08-02 | 1 | -1/+1 |
| | |||||
* | don't dbl quote video overlay font | marty hiatt | 2023-05-30 | 1 | -1/+1 |
| | |||||
* | re-do vid overlay clean up | marty hiatt | 2023-05-11 | 1 | -18/+13 |
| | |||||
* | overlay for media | marty hiatt | 2023-05-11 | 1 | -14/+19 |
| | |||||
* | add play symbol after videos in tl. | marty hiatt | 2023-05-11 | 1 | -1/+6 |
| | |||||
* | fix media tests | marty hiatt | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | audit media.el | marty hiatt | 2023-05-10 | 1 | -22/+23 |
| | |||||
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
| | | | | main file is set in .dir-locals.el now | ||||
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -5/+2 |
| | | | | thanks stephan! | ||||
* | remove first empty line in docstrings | marty hiatt | 2023-01-09 | 1 | -6/+2 |
| | |||||
* | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+2 |
| | |||||
* | caption + props for media urls as well as actual media | marty hiatt | 2022-11-25 | 1 | -22/+13 |
| | | | | adds fun mastodon-tl--propertize-img-str-or-url, to prop both. | ||||
* | indentation and stale TODOs | marty hiatt | 2022-09-12 | 1 | -3/+2 |
| | |||||
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | flychecks and docstrings | mousebot | 2022-04-05 | 1 | -1/+2 |
| | |||||
* | don't add play with mpv help-echo if media type is "unknown" | mousebot | 2022-03-11 | 1 | -1/+3 |
| | | | | | | "unknown" type is given when a media image fails to load or similar. nil is e.g. when a profile picture isn't given, and missing.png is used as a replacement | ||||
* | display image caption in help echo | mousebot | 2022-03-10 | 1 | -3/+7 |
| | |||||
* | Merge branch 'develop' into mpv-play-at-point | mousebot | 2022-02-11 | 1 | -1/+1 |
|\ | |||||
| * | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -1/+1 |
| | | |||||
* | | disable moving image overlay | mousebot | 2022-01-15 | 1 | -14/+14 |
| | | | | | | | | | | due to the bug the displays it before (point-min) if you load a timeline more than once :/ | ||||
* | | try an all-the-icons icon. not too sure about it tho. | mousebot | 2022-01-11 | 1 | -1/+6 |
| | | | | | | | | its unicode |