• Joined on 2026-02-16
daneel pushed to master at martin/emacs-doom 2026-02-26 13:32:21 +00:00
fd523f501f v15.3: fix VoiceOver cursor not following during typing
daneel pushed to master at martin/emacs-doom 2026-02-26 13:11:18 +00:00
9d963a6ab1 v15.2: fix all AXTextStateChange enum values (off-by-one from Unknown=0)
daneel pushed to master at martin/emacs-doom 2026-02-26 12:43:36 +00:00
cd48418a3c v15.1: fix freeze on window split, C-n/C-p cursor tracking, new window detection
daneel pushed to master at martin/emacs-doom 2026-02-26 12:27:17 +00:00
64c40f4867 v15: fix w->start_charpos -> marker_position(w->start), remove unused line_start
daneel pushed to master at martin/emacs-doom 2026-02-26 12:21:51 +00:00
0dbcde3acb v15: fix missing @synthesize in patch (re-staged from working tree)
daneel pushed to master at martin/emacs-doom 2026-02-26 11:57:46 +00:00
b7c750ff71 v15: regenerate patch from git diff (fix corrupt hunk headers)
daneel pushed to master at martin/emacs-doom 2026-02-26 11:56:24 +00:00
046ea8cf7e v15: add @synthesize for MRC ivar access (no underscore prefix)
daneel pushed to master at martin/emacs-doom 2026-02-26 11:51:03 +00:00
0570ee6717 v15: fix patch paths (src/nsterm.*), replace into original patch file
daneel pushed to master at martin/emacs-doom 2026-02-26 11:47:34 +00:00
bc3731112f v15: buffer-relative accessibility rewrite (patch file)
daneel pushed to master at martin/emacs-doom 2026-02-26 10:58:06 +00:00
8849a726a3 ns: fix VoiceOver cursor sync — 8 changes from pipeline review
daneel pushed to master at martin/emacs-doom 2026-02-26 10:53:54 +00:00
e40d502d43 ns: fix VoiceOver cursor sync — 8 changes from pipeline review
daneel pushed to master at martin/emacs-doom 2026-02-26 09:47:14 +00:00
946b138a0a v14.1: post notifications on focused virtual element, not EmacsView
daneel pushed to master at martin/emacs-doom 2026-02-26 09:20:06 +00:00
8fbdb2406d v14: fix VoiceOver virtual tree plumbing (based on Chromium analysis)
daneel pushed to master at martin/emacs-doom 2026-02-26 08:30:52 +00:00
ce31b94bb9 revert to v9 patch - virtual tree broke VoiceOver text interaction
daneel pushed to master at martin/emacs-doom 2026-02-26 08:23:40 +00:00
ebf611bf19 v13.3: restore typing echo + add full text protocol on EmacsView
daneel pushed to master at martin/emacs-doom 2026-02-26 08:09:11 +00:00
f41fe14772 v13.2: fix protected ivar access (@public for lastAccessibilityCursorRect)
daneel pushed to master at martin/emacs-doom 2026-02-26 08:03:13 +00:00
46265bdaa6 v13.2 patch: restore Zoom cursor tracking + fix MRC + fix typing echo
daneel pushed to master at martin/emacs-doom 2026-02-26 07:52:48 +00:00
e5bfce500f v13 patch: fix MRC retain/release for accessibilityElements array
daneel pushed to master at martin/emacs-doom 2026-02-26 07:46:35 +00:00
e152900004 v13 patch: fix MRC weak property error (unsafe_unretained)
daneel pushed to master at martin/emacs-doom 2026-02-25 22:27:01 +00:00
60afee0aec v13 patch: VoiceOver virtual accessibility tree