| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | test: presentation-prompt return values and dispatcher | Craig Jennings | 2026-05-05 | 1 | -0/+125 |
| * | test: add multicloze weighted-presenter dispatch coverage | Craig Jennings | 2026-05-05 | 1 | -0/+143 |
| * | test: add coverage for org-drill-reschedule rating loop | Craig Jennings | 2026-05-05 | 1 | -0/+143 |
| * | fix: remove stray [debug] message in org-drill-entries | Craig Jennings | 2026-05-05 | 1 | -1/+0 |
| * | test: add navigation, key-binding, push-end, and leitner-rebox coverage | Craig Jennings | 2026-05-05 | 1 | -0/+191 |
| * | test: add minibuffer prompt, relearn-item, and progress-message coverage | Craig Jennings | 2026-05-05 | 1 | -0/+145 |
| * | test: add coverage for org-drill-smart-reschedule | Craig Jennings | 2026-05-05 | 1 | -0/+119 |
| * | fix: guard org-drill-smart-reschedule cond against nil days-ahead | Craig Jennings | 2026-05-05 | 1 | -5/+10 |
| * | test: queue popping, fontification, ID creation, strip-all-data | Craig Jennings | 2026-05-05 | 1 | -0/+219 |
| * | test: add explain-entry-p, end-of-entry-pos, and language card info coverage | Craig Jennings | 2026-05-05 | 1 | -0/+176 |
| * | test: add list-utility, hide-comments/drawers, and Leitner promotion coverage | Craig Jennings | 2026-05-05 | 1 | -0/+175 |
| * | test: add entry-status, days-since-creation, and overdue ordering coverage | Craig Jennings | 2026-05-05 | 2 | -2/+219 |
| * | test: add session-state predicate coverage | Craig Jennings | 2026-05-05 | 1 | -0/+265 |
| * | test: add overlay coverage for cloze hide/show and entry text replacement | Craig Jennings | 2026-05-05 | 1 | -0/+222 |
| * | fix: don't create zero-width overlay for hint-less clozes | Craig Jennings | 2026-05-05 | 1 | -2/+8 |
| * | test: add tests for due/overdue predicates and scope translation | Craig Jennings | 2026-05-05 | 1 | -0/+257 |
| * | test: add tests for cloze regex, hypothetical scheduling, and entry stripping | Craig Jennings | 2026-05-05 | 1 | -0/+185 |
| * | test: add round-trip tests for item-data save/load | Craig Jennings | 2026-05-05 | 1 | -0/+177 |
| * | test: add unit tests for entry-property accessors | Craig Jennings | 2026-05-05 | 1 | -0/+214 |
| * | test: add direct unit tests for SM2/SM5 scheduler helpers | Craig Jennings | 2026-05-05 | 1 | -0/+222 |
| * | chore: remove .gitlab-ci.yml | Craig Jennings | 2026-05-05 | 1 | -6/+0 |
| * | fix: include child subtree in entry-empty-p search bound (upstream #13) | Craig Jennings | 2026-05-05 | 2 | -2/+143 |
| * | fix: preserve default-input-method during key reads (upstream #52, #58) | Craig Jennings | 2026-05-05 | 2 | -5/+125 |
| * | build: add lint, compile, validate-parens, and :slow tag filter | Craig Jennings | 2026-05-05 | 3 | -4/+75 |
| * | test: cover org-drill-time-to-inactive-org-timestamp (upstream #59) | Craig Jennings | 2026-05-05 | 1 | -0/+90 |
| * | build: add make coverage target via undercover | Craig Jennings | 2026-05-05 | 4 | -9/+95 |
| * | fix: increment totaln on Simple8 failure path | Craig Jennings | 2026-04-29 | 1 | -0/+1 |
| * | test: expect totaln increment on Simple8 failure path | Craig Jennings | 2026-04-29 | 1 | -4/+5 |
| * | test: add Simple8 scheduler tests | Craig Jennings | 2026-04-29 | 1 | -0/+303 |
| * | refactor: extract shared scheduler test extractors | Craig Jennings | 2026-04-29 | 3 | -157/+156 |
| * | test: add SM5 scheduler tests | Craig Jennings | 2026-04-29 | 1 | -0/+337 |
| * | docs: clarify fork status in README | Craig Jennings | 2026-04-29 | 1 | -0/+6 |
| * | chore: gitignore todo.org | Craig Jennings | 2026-04-29 | 1 | -0/+1 |
| * | build: add nongnu source to Cask file | Craig Jennings | 2026-04-29 | 1 | -0/+1 |
| * | fix: use correct calling convention for `display-buffer` | p-snow | 2026-04-29 | 1 | -1/+1 |
| * | Update org-drill-time-to-inactive-org-timestamp to Org 9.6 format | Joseph Turner | 2026-04-29 | 1 | -1/+4 |
| * | fix: add error handling for malformed timestamps in org-drill-entry-days-sinc... | Craig Jennings | 2025-11-13 | 1 | -1/+3 |
| * | fix: correct property names in org-drill-merge-buffers | Craig Jennings | 2025-11-13 | 1 | -4/+4 |
| * | refactor: extract hardcoded lapse threshold into customizable variable | Craig Jennings | 2025-11-13 | 1 | -6/+18 |
| * | fix: prevent window corruption in org-drill-merge-buffers | Craig Jennings | 2025-11-13 | 1 | -16/+16 |
| * | refactor: remove obsolete commented code for failure count | Craig Jennings | 2025-11-13 | 1 | -3/+0 |
| * | fix: improve error handling for empty property blocks in cloze processing | Craig Jennings | 2025-11-13 | 1 | -4/+18 |
| * | Fix race condition with timer cleanup and marker leak | Craig Jennings | 2025-11-13 | 1 | -13/+16 |
| * | Fix docstring typo and style in org-drill-entry-overdue-p | Craig Jennings | 2025-11-13 | 1 | -1/+1 |
| * | Fix potential infinite loop in marker selection | Craig Jennings | 2025-11-13 | 1 | -5/+12 |
| * | Fix potential division by zero in org-drill-entry-overdue-p | Craig Jennings | 2025-11-13 | 1 | -0/+1 |
| * | Fix missing return value in org-drill-get-tags-advice | Craig Jennings | 2025-11-13 | 1 | -2/+5 |
| * | Security: Replace unsafe read() calls with safer alternatives | Craig Jennings | 2025-11-13 | 1 | -12/+37 |
| * | Fix typo in cram-mode slot documentation | Craig Jennings | 2025-11-13 | 1 | -1/+1 |
| * | test: Add boundary, error, and edge case tests | Craig Jennings | 2025-11-13 | 5 | -0/+1082 |