Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | add play symbol as after-string overlay to gifv and video types | mousebot | 2022-01-11 | 1 | -3/+12 |
| | | | | | | | | also update the help-echo for the command to play them | ||||
* | | add function to play gif/video at point. uses mpv.el | mousebot | 2022-01-11 | 1 | -1/+1 |
|/ | | | | oops fix the mpv require statement | ||||
* | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -0/+1 |
| | |||||
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
| | | | | strictly, the 27.1 dependency is only for proper-list-p in -http.el. | ||||
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | fetch media_attachments' "type" from server and store as property | mousebot | 2021-11-09 | 1 | -14/+20 |
| | | | | | | | | | | | - if the type is not "image", it is displayed in`'help-echo' property. - the idea is to use this to handle gifs/videos differently to images. but for now i'm not sure how to actually render such media. but this way, at least the item could be viewed externally if the user wants to see it, or at least they know they're missing out on something. - NB: EWW can't handle content type "video/mp4". | ||||
* | Reformat all code. | Holger Dürer | 2021-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | Basically, in Emacs for each file: select all text and `indent-region`. - This also removes one redundant comment, and - fixes an error with json decoding where the `json-read-from-string` was actually not within the intended `unless` clause (which explains the warning about "result of (string-equal "" json-string) will be ignored" which I never understood. | ||||
* | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 1 | -1/+4 |
| | | | | | | | | | | | | This is mostly reflowing / reworkding docstrings to keep within 80 characters limit and adding autoloads. There are two warning remaining that I don't understand: - mastodon-async.el:359:16: Warning: reference to free variable ‘url-http-end-of-headers’ - mastodon-http.el:139:8: Warning: value returned from (string-equal json-string "") is unused When adding autoloads this sorts them for better readability. | ||||
* | enable-image-caching customize option | mousebot | 2021-10-29 | 1 | -3/+10 |
| | |||||
* | Merge branch 'develop' into imgcaching | mousebot | 2021-10-24 | 1 | -5/+0 |
|\ | |||||
| * | move defcustom attachment-height from media to toot | mousebot | 2021-10-22 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | - this makes the autoload fun mastodon-toot have access to the variable, so that it can be successfully called without mastodon-mode having been enabled previously. - maybe there is another work around for making variables available to autoloaded functions, but i failed to find it! | ||||
* | | handle caching of images | mousebot | 2021-10-22 | 1 | -4/+14 |
|/ | | | | | we now store images ourselves for caching rather than relying on url-automatic-caching. | ||||
* | revert leftover caching things from merging image-previews branch | mousebot | 2021-10-20 | 1 | -3/+1 |
| | |||||
* | Merge branch 'img-previews' into develop | mousebot | 2021-10-20 | 1 | -2/+9 |
|\ | |||||
| * | disambiguate media--attachment-height and preview-max-height | mousebot | 2021-10-15 | 1 | -3/+3 |
| | | |||||
| * | first test merge of hdurer's WIP: Posting of images | mousebot | 2021-10-15 | 1 | -0/+5 |
| | | |||||
| * | handle caching of images | mousebot | 2021-10-09 | 1 | -4/+8 |
| | | | | | | | | | | we now store images ourselves for caching rather than relying on url-automatic-caching. | ||||
* | | Revert "handle cached images" | mousebot | 2021-10-18 | 1 | -10/+4 |
|/ | | | | | | -- caching images with url.el locks up mastodon.el This reverts commit 0129bcf466a4913bdda095b977cd06560c406a30. | ||||
* | handle cached images | mousebot | 2021-10-09 | 1 | -4/+10 |
| | | | | | | | | when we fetch images, check if they are cached, and if so use the cached version. for now, images aren't cached explicitly, but this should work if the user has `url-automatic-caching' enabled. | ||||
* | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 1 | -9/+12 |
| | |||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | use inbuilt image scaling if emacs version => 27.1 | mousebot | 2021-09-13 | 1 | -5/+12 |
| | | | | and put point at point-min on profile load | ||||
* | foll reqs/faves bindings global, autoloads and declarations, readme | mousebot | 2021-06-01 | 1 | -3/+4 |
| | |||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 |
| |