aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-media.el
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mpv-play-at-pointmousebot2022-02-111-1/+1
|\
| * update homepage and copyright boilerplatemousebot2022-02-051-1/+1
* | disable moving image overlaymousebot2022-01-151-14/+14
* | try an all-the-icons icon. not too sure about it tho.mousebot2022-01-111-1/+6
* | add play symbol as after-string overlay to gifv and video typesmousebot2022-01-111-3/+12
* | add function to play gif/video at point. uses mpv.elmousebot2022-01-111-1/+1
|/
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* fetch media_attachments' "type" from server and store as propertymousebot2021-11-091-14/+20
* Reformat all code.Holger Dürer2021-11-061-2/+2
* Fix compilation warnings.Holger Dürer2021-11-011-1/+4
* enable-image-caching customize optionmousebot2021-10-291-3/+10
* Merge branch 'develop' into imgcachingmousebot2021-10-241-5/+0
|\
| * move defcustom attachment-height from media to tootmousebot2021-10-221-5/+0
* | handle caching of imagesmousebot2021-10-221-4/+14
|/
* revert leftover caching things from merging image-previews branchmousebot2021-10-201-3/+1
* Merge branch 'img-previews' into developmousebot2021-10-201-2/+9
|\
| * disambiguate media--attachment-height and preview-max-heightmousebot2021-10-151-3/+3
| * first test merge of hdurer's WIP: Posting of imagesmousebot2021-10-151-0/+5
| * handle caching of imagesmousebot2021-10-091-4/+8
* | Revert "handle cached images"mousebot2021-10-181-10/+4
|/
* handle cached imagesmousebot2021-10-091-4/+10
* flycheck: docstrings, autoloads, etcmousebot2021-10-031-9/+12
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* use inbuilt image scaling if emacs version => 27.1mousebot2021-09-131-5/+12
* foll reqs/faves bindings global, autoloads and declarations, readmemousebot2021-06-011-3/+4
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* travis.yml, move to new cask install methodmousebot2021-05-311-2/+1
* Implement clickable images with shr-browse-image.mousebot2021-05-211-2/+8
* Update copyright and bump versionJohnson Denen2019-03-041-2/+2
* Bump to version 0.8.0Johnson Denen2018-08-101-1/+1
* Give mastodon-media--inline-images a saner interface. (#191)H Durer2018-08-101-20/+22
* Bump to 0.7.2 and shorten long code lines (#172)Alexander Griffith2018-03-051-5/+11
* Stop url.el from spamming the user with "Connecting host: ..." messages in th...Holger Durer2018-03-021-1/+5
* Fixes buffer switching issue and closes issue #158Alexander Griffith2018-03-011-15/+15
* When processing the result of an async image fetch, ensure the buffer still e...Holger Dürer2018-03-011-25/+26
* Bump version to 0.7.1Johnson Denen2017-06-191-1/+1
* Catch any errors thrown during url-retrieve.Holger Dürer2017-06-191-3/+12
* More robust bad url detection.Holger Dürer2017-06-191-3/+4
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
* Remove most byte-compile warnings.Holger Dürer2017-05-181-11/+14
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+2
* Add tests for mastodon-media.elHolger Dürer2017-05-121-9/+14
* Move the rendering of images fully into mastodon-media.el and use default ima...Holger Dürer2017-05-101-6/+112
* Make the image loading asynchronous.Holger Dürer2017-05-101-24/+46
* Show users' avatars plus other image work.Holger Dürer2017-05-081-36/+55
* Fix some whitespace issues.Holger Dürer2017-05-051-2/+2