Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -1/+2 |
| | | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files. | ||||
* | Added face customization closes #124 | Alexander Griffith | 2017-05-15 | 1 | -8/+11 |
| | |||||
* | Move the rendering of images fully into mastodon-media.el and use default ↵ | Holger Dürer | 2017-05-15 | 1 | -13/+2 |
| | | | | | | | images. Having all the logic in one file reduces interdependencies. Having default images is more pleasing during the incremental loading. | ||||
* | Show users' avatars plus other image work. | Holger Dürer | 2017-05-15 | 1 | -9/+21 |
| | | | | | | | | | - Shows users' avatars (makes only sense if Emacs is built with imagemagick) - Scales media attachement previews to a max size (if Emacs is built with imagemagick) - Enable cacheing of image fetches Known issues: - We should really cache the avatars to avoid having multiple identical images in memory. | ||||
* | Clean up use of progn. | Holger Dürer | 2017-05-05 | 1 | -3/+2 |
| | | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form. | ||||
* | Don't quote nil. | Holger Dürer | 2017-05-05 | 1 | -3/+3 |
| | | | | "nil" evaluates to itself so no need to quote it. | ||||
* | Moved decode-coding-string out of tl functions | alexjgriffith | 2017-05-05 | 1 | -7/+4 |
| | |||||
* | Merged nested lets | alexjgriffith | 2017-05-05 | 1 | -3/+3 |
| | |||||
* | #114 Swapped customize-set-value to let | alexjgriffith | 2017-05-05 | 1 | -4/+3 |
| | |||||
* | removed fonting from shr-render-region call | Alexander Griffith | 2017-05-05 | 1 | -1/+4 |
| | |||||
* | Removed the superfluous if around mapconcat and Renamed images media preview | alexjgriffith | 2017-05-05 | 1 | -9/+4 |
| | |||||
* | Added suport for multiple media display per toot | alexjgriffith | 2017-05-05 | 1 | -7/+10 |
| | |||||
* | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | word is no longer nil when no word-at-point is nil | Alexander Griffith | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | en #74 added autofill for tag timeline | Alexander Griffith | 2017-04-28 | 1 | -1/+4 |
| | |||||
* | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Add the time of posting to the byline. | Holger Dürer | 2017-04-28 | 1 | -0/+4 |
| | |||||
* | Store 'favourited-p and 'boosted-p properties on bylines | Johnson Denen | 2017-04-27 | 1 | -4/+5 |
| | |||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Removed tabs from mastodon-tl | Alexander Griffith | 2017-04-24 | 1 | -12/+12 |
| | |||||
* | fixed formatting and conventions for #41 | Alexander Griffith | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Fix #41 cleaned up fork | Alexander Griffith | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Fixed #41, inline images | Alexander Griffith | 2017-04-24 | 1 | -3/+5 |
| | |||||
* | Added content warnings and inserted media links into toots | Alexander Griffith | 2017-04-24 | 1 | -0/+40 |
| | |||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -11/+11 |
| | |||||
* | fix #65 altered indentation | Alexander Griffith | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Fixed #65 pointer placement when getting more toots | Alexander Griffith | 2017-04-24 | 1 | -2/+5 |
| | |||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -2/+2 |
| | |||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -1/+7 |
| | |||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | Close #52 with mastodon-tl--more function | Johnson Denen | 2017-04-23 | 1 | -9/+44 |
| | | | | You can request more toots by hitting 'j' at the end of a timeline buffer | ||||
* | Group API endpoint function with mastodon-http | Johnson Denen | 2017-04-23 | 1 | -3/+3 |
| | |||||
* | Fix 32 decode utf-8 for content, name and handle | Alexander Griffith | 2017-04-22 | 1 | -3/+6 |
| | |||||
* | Render html with shr instead of html2text | Johnson Denen | 2017-04-19 | 1 | -3/+5 |
| | |||||
* | Fix load issue | Johnson Denen | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Add thread functionality to timelines | Johnson Denen | 2017-04-18 | 1 | -0/+16 |
| | |||||
* | Add and use mastodon-tl--field function | Johnson Denen | 2017-04-18 | 1 | -11/+13 |
| | | | | | Retrieves FIELD from TOOT, prioritizing FIELD from boosted toot before TOOT itself. | ||||
* | Display favourited status in byline | Johnson Denen | 2017-04-18 | 1 | -0/+5 |
| | |||||
* | Show boosted state with (B) marker in byline | Johnson Denen | 2017-04-18 | 1 | -1/+6 |
| | |||||
* | Rename mastodon-toot--property and move to tl feature | Johnson Denen | 2017-04-18 | 1 | -2/+8 |
| | |||||
* | Do not use fringe face | Johnson Denen | 2017-04-17 | 1 | -2/+2 |
| | | | | It looks weird in some themes. | ||||
* | Reimplement update post-rewrite | Johnson Denen | 2017-04-17 | 1 | -0/+28 |
| | |||||
* | Fix #38 by using pre-existing faces | Johnson Denen | 2017-04-17 | 1 | -14/+7 |
| | | | | Now your theme matters! | ||||
* | Rewrite timeline display internals and fix #36 | Johnson Denen | 2017-04-17 | 1 | -68/+59 |
| | |||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-16 | 1 | -0/+15 |
| | |||||
* | Add function to update current timeline | Johnson Denen | 2017-04-16 | 1 | -4/+19 |
| | |||||
* | Add `j' and `k' bindings to move to previous/next toot | Johnson Denen | 2017-04-15 | 1 | -14/+33 |
| | |||||
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 1 | -0/+21 |
| | | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up | ||||
* | Add major mode | Johnson Denen | 2017-04-14 | 1 | -1/+2 |
| | | | | | | | | | | | - `mastodon' opens home buffer in new major mode - `F' switches to your federated timeline - `H' switches to your home timeline - `L' switches to your local timeline - `n' opens a `mastodon-toot' buffer - `q' quits by killing the buffer - `Q' quits by killing both the buffer and the window - `T' prompts your for a tag and then opens its timeline |