Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump | marty hiatt | 2024-11-02 | 1 | -1/+1 |
| | |||||
* | bump tp version, bump version | marty hiatt | 2024-10-31 | 1 | -2/+2 |
| | |||||
* | byte-compile | marty hiatt | 2024-10-30 | 3 | -3/+4 |
| | |||||
* | bump tp.el version, bump version | marty hiatt | 2024-10-30 | 1 | -2/+2 |
| | |||||
* | add verified tick symbol | marty hiatt | 2024-10-30 | 1 | -1/+1 |
| | |||||
* | http: return nil if we render html error | marty hiatt | 2024-10-29 | 1 | -1/+3 |
| | |||||
* | after widgets added: newline before pinned statuses | marty hiatt | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | bump version | marty hiatt | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | flychecks | marty hiatt | 2024-10-29 | 2 | -1/+4 |
| | |||||
* | poll transient: display predicate for add choice | marty hiatt | 2024-10-29 | 1 | -1/+2 |
| | |||||
* | poll: choice add: uncomment max poll opts check | marty hiatt | 2024-10-29 | 1 | -2/+2 |
| | |||||
* | poll transient: checks for expiry, max opts, max length, > 1 opt | marty hiatt | 2024-10-29 | 1 | -22/+57 |
| | |||||
* | fix timestamp logic in notifs v2 (use base item when necessary) | marty hiatt | 2024-10-29 | 2 | -16/+21 |
| | |||||
* | poll transient: add another option interactively | marty hiatt | 2024-10-28 | 1 | -0/+32 |
| | |||||
* | add inspect prefix | marty hiatt | 2024-10-28 | 1 | -0/+14 |
| | |||||
* | fix severance/mod warning notifs (experimental still) | marty hiatt | 2024-10-27 | 1 | -3/+3 |
| | |||||
* | fix an eq '(4) prefix arg check | marty hiatt | 2024-10-27 | 1 | -1/+1 |
| | |||||
* | widget: add keymap to subitems too! | marty hiatt | 2024-10-27 | 1 | -1/+2 |
| | |||||
* | rough search widget | marty hiatt | 2024-10-27 | 1 | -1/+10 |
| | | | | | | search - require widget widget: restore search view heading | ||||
* | widget: remove mastodon-profile--views-plist | marty hiatt | 2024-10-27 | 2 | -8/+5 |
| | |||||
* | refactor mastodon-widget.el, add profile tagged statuses to widget. #607 | marty hiatt | 2024-10-27 | 2 | -101/+134 |
| | |||||
* | profile: remove endpoint name (items heading), replaced by widget | marty hiatt | 2024-10-26 | 1 | -24/+4 |
| | |||||
* | profiles: try to split profile display from items display | marty hiatt | 2024-10-26 | 1 | -8/+12 |
| | | | | fix separate profile/items display | ||||
* | make open-statuses cmd like the others | marty hiatt | 2024-10-26 | 1 | -5/+9 |
| | |||||
* | add a profile view type widget. ported from lem-ui.el | marty hiatt | 2024-10-26 | 1 | -0/+117 |
| | |||||
* | Merge pull request 'Use interactive code to select event window' (#590) from ↵ | martianh | 2024-10-26 | 1 | -2/+2 |
|\ | | | | | | | rahguzar/mastodon.el:mouse-fix into develop | ||||
| * | Use interactive code to select event window | Rahguzar | 2024-09-30 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'poll-transient' into develop | marty hiatt | 2024-10-26 | 3 | -49/+216 |
|\ \ | |||||
| * | | factor out poll classes subbing off tp-option-var. FIX #601 | marty hiatt | 2024-10-25 | 1 | -29/+12 |
| | | | |||||
| * | | transient poll: edit toot pulls in existing poll | marty hiatt | 2024-10-24 | 1 | -6/+16 |
| | | | |||||
| * | | poll: set tp-transient-settings on editing a toot | marty hiatt | 2024-10-24 | 2 | -6/+16 |
| | | | |||||
| * | | transient poll: use tp-transient-settings, handle repeated poll edits | marty hiatt | 2024-10-24 | 2 | -45/+86 |
| | | | | | | | | | | | | also integrate with toot code: send, update display, etc. | ||||
| * | | boolean defcustom for transient poll | marty hiatt | 2024-10-23 | 2 | -3/+13 |
| | | | |||||
| * | | autoloads, flycheck | marty hiatt | 2024-10-23 | 1 | -5/+22 |
| | | | |||||
| * | | transient: add poll transient | marty hiatt | 2024-10-23 | 1 | -0/+86 |
| | | | | | | | | | | | | | | | | | | transient poll setup name correct poll trans: fix prefix name in suffix | ||||
| * | | add mastodon-instance-data var and fun | marty hiatt | 2024-10-23 | 2 | -18/+28 |
| | | | | | | | | | | | | | | | mainly used in mastodon-transient.el to avoid pinging the server for instance data non-stop | ||||
* | | | add announcements timeline. (adds no-byline args to tl init funs) | marty hiatt | 2024-10-26 | 1 | -12/+22 |
| | | | | | | | | | | | | buffer check for announcements | ||||
* | | | notif-id prop for notifs. get-single-notif cmd. #606 | marty hiatt | 2024-10-25 | 1 | -6/+25 |
| | | | |||||
* | | | v rough severance/mod warning notifs. WIP. #593 #594 | marty hiatt | 2024-10-25 | 1 | -1/+25 |
| | | | | | | | | | | | | can complete these when we see some in the wild. | ||||
* | | | with-toot-item: exclude folls/foll reqs | marty hiatt | 2024-10-25 | 1 | -1/+3 |
|/ / | |||||
* | | propertize grouped notif authors in help-echo | marty hiatt | 2024-10-23 | 1 | -2/+3 |
| | | |||||
* | | bump | marty hiatt | 2024-10-22 | 1 | -1/+1 |
| | | |||||
* | | less restrictive visibility: flip then/else clauses. FIX #602 | marty hiatt | 2024-10-21 | 1 | -2/+2 |
| | | |||||
* | | flycheck: unwrap Package-Requires | marty hiatt | 2024-10-21 | 1 | -3/+3 |
| | | |||||
* | | change email address | marty hiatt | 2024-10-20 | 16 | -27/+27 |
| | | |||||
* | | change order of toot-visibility-list for sane cycling | marty hiatt | 2024-10-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'map-nested-elt' into develop | marty hiatt | 2024-10-20 | 3 | -25/+18 |
|\ \ | |||||
| * | | refactor display-or-uname | marty hiatt | 2024-10-20 | 3 | -25/+18 |
| | | | |||||
* | | | remove stale fixme | marty hiatt | 2024-10-20 | 1 | -1/+0 |
|/ / | |||||
* | | flychecks | marty hiatt | 2024-10-19 | 4 | -5/+9 |
| | |