aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | unfold toot: replace whole item on unfolding (so we have props!)marty hiatt2024-07-181-15/+16
| |
* | update infomarty hiatt2024-07-182-30/+32
| |
* | Merge branch 'emoji.el' into developmarty hiatt2024-07-185-81/+112
|\ \
| * | readme re tofumarty hiatt2024-07-081-1/+1
| | |
| * | indexmarty hiatt2024-07-061-3/+1
| | |
| * | update infomarty hiatt2024-07-062-54/+87
| | |
| * | readme, emojimarty hiatt2024-07-061-19/+18
| | |
| * | toot: default to emoji.el, emojify customizemarty hiatt2024-07-062-10/+14
| | | | | | | | | | | | mastodon-use-emojify customize
* | | use mastodon-use-emojify in toot.elmarty hiatt2024-07-181-1/+1
| | |
* | | flymake toot.elmarty hiatt2024-07-181-4/+4
| | |
* | | multisession var in -toot.elmarty hiatt2024-07-181-20/+28
| | |
* | | flymakemarty hiatt2024-07-182-9/+11
| | |
* | | fold toots customize/ refactormarty hiatt2024-07-181-10/+19
| | |
* | | fold long posts, unfolding cmd. FIX #572.marty hiatt2024-07-181-4/+47
| | |
* | | horiz-bar refactormarty hiatt2024-07-181-3/+2
| | |
* | | wrap --thread in with-item macromarty hiatt2024-07-121-36/+37
| | |
* | | message -> user-errormarty hiatt2024-07-091-2/+2
| | |
* | | Merge branch 'multisession' into developmarty hiatt2024-07-084-16/+24
|\ \ \ | |/ / |/| |
| * | mastodon-use-emojify customizemarty hiatt2024-07-062-5/+8
| | |
| * | readme: multisessionmarty hiatt2024-07-051-1/+1
| | |
| * | replace persist with multisessionmarty hiatt2024-07-043-10/+15
| | |
* | | tl: no-refresh for next-item in --single-tootmarty hiatt2024-07-041-1/+1
| | |
* | | comments on mastodon-tl--goto-item-posmarty hiatt2024-07-041-3/+7
|/ /
* / screenshotsmarty hiatt2024-07-033-0/+10
|/
* move/rename with-toot-itemmarty hiatt2024-07-012-14/+15
|
* img help echo: cmd keys and toggle sensitive bindingmarty hiatt2024-07-011-2/+6
|
* readme re bookmarksmarty hiatt2024-06-251-3/+1
|
* docstringmarty hiatt2024-06-241-1/+1
|
* flycheck tl.elmarty hiatt2024-06-241-0/+4
|
* map-alist: adapt arg and docstringmarty hiatt2024-06-241-4/+6
|
* bump versionmarty hiatt2024-06-241-1/+1
|
* use map alist in attach descs and server poll to localmarty hiatt2024-06-241-6/+5
|
* block fave/boost/bookmark on folls/foll-reqsmarty hiatt2024-06-181-84/+92
|
* cl-loop in tl--map-alistmarty hiatt2024-06-181-12/+8
|
* pop-to-buffer in handlermarty hiatt2024-06-151-1/+2
|
* with-mastodon-buffer : switch buffer after bodymarty hiatt2024-06-151-2/+3
|
* fix message-help-echo checksmarty hiatt2024-06-151-2/+2
|
* rough bookmarks, make record and handlermarty hiatt2024-06-151-0/+23
|
* http: handle --get returning nil from instancemarty hiatt2024-06-101-2/+6
|
* add check to sensitive media togglemarty hiatt2024-06-051-15/+16
|
* defcustom for hiding sensitive mediamarty hiatt2024-06-052-1/+8
|
* Merge branch 'nsfw-hide' into developmarty hiatt2024-06-043-10/+183
|\
| * add remove-overlays to with-mastodon-buffer macromarty hiatt2024-06-042-2/+1
| |
| * move sensitive binding off C-c C-c.marty hiatt2024-06-041-1/+1
| | | | | | | | | | | | | | C C is bad in search buffers (it cycles them) and profile buffers (cycling), so if point isn't on image, it does the other action, and being on an image also masks that binding. we go with S instead, which otherwise is just jump to scheduled toots.
| * fix sensitive prop checkmarty hiatt2024-06-041-2/+1
| |
| * use sensitive image placeholdermarty hiatt2024-06-042-7/+134
| |
| * fix sensitive prop test: json-false or t!marty hiatt2024-06-041-1/+2
| |
| * move toggle sensitive image to tl and give it a bindingmarty hiatt2024-06-042-21/+23
| |
| * rough toggle display of sensitive imagesmarty hiatt2024-06-041-3/+41
| |
| * factor out format-heading from insert-headingmarty hiatt2024-06-041-7/+13
| |