| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-30 | Do not create empty fringe bitmaps | Daniel Mendler | |
| They cause crashes in Emacs on non-Cairo builds. See bug#75199. | |||
| 2024-12-29 | corfu-popupinfo: Remove superfluous and | Daniel Mendler | |
| 2024-12-27 | corfu-expand: Use cached metadata | Daniel Mendler | |
| 2024-12-27 | corfu-popupinfo: Use corfu--equal-including-properties consistently | Daniel Mendler | |
| 2024-12-23 | Improve docstring | Daniel Mendler | |
| 2024-12-22 | Remove comment | Daniel Mendler | |
| 2024-12-22 | corfu--in-region-1: Minor cleanup | Daniel Mendler | |
| 2024-12-22 | Version 1.61.6 | Daniel Mendler | |
| 2024-12-20 | corfu--in-region-1: Handle zero candidates after try-completion | Daniel Mendler | |
| Fix #538 | |||
| 2024-12-19 | Emacs 31 supports child frames on TTY 🎉 | Daniel Mendler | |
| 2024-12-08 | Ensure that no text properties leak to the overlay (Fix #533) | Daniel Mendler | |
| 2024-12-08 | Formatting | Daniel Mendler | |
| 2024-11-27 | README: Warn more explicitly about the dangers of corfu-auto=t | Daniel Mendler | |
| Corfu ships with the setting corfu-auto=nil by default. | |||
| 2024-11-26 | Add corfu--preview-delete | Daniel Mendler | |
| Safeguard against double preview overlay creation. See #532. | |||
| 2024-11-26 | Use when instead of if | Daniel Mendler | |
| 2024-11-26 | Clean up preview overlay after quitting out of pre-command hook | Jimmy Yuen Ho Wong | |
| 2024-11-23 | Update settings in README | Daniel Mendler | |
| 2024-11-15 | corfu--popup-show: Minor cleanup | Daniel Mendler | |
| 2024-11-15 | Improve README | Daniel Mendler | |
| 2024-11-14 | README: Document buffer-local completion styles settings | Daniel Mendler | |
| 2024-11-12 | Use delete-region which does less than erase-buffer | Daniel Mendler | |
| 2024-11-05 | Customization group: Add link to the wiki | Daniel Mendler | |
| 2024-11-05 | Reference a few more bugs in comment | Daniel Mendler | |
| 2024-11-05 | Update comment, link to bug report | Daniel Mendler | |
| 2024-11-05 | corfu-insert-separator: Jump back to prompt if a candidate is previewed | Daniel Mendler | |
| 2024-11-05 | Minor README update | Daniel Mendler | |
| 2024-11-05 | Minor cleanup | Daniel Mendler | |
| 2024-11-05 | Minor cleanup | Daniel Mendler | |
| 2024-11-05 | Reduce popup width fluctuations | Daniel Mendler | |
| 2024-11-05 | Expand comment regarding HDPi systems | Daniel Mendler | |
| 2024-11-05 | Move truncation back to corfu--format-candidates | Daniel Mendler | |
| For backward compatibility, only on terminal. | |||
| 2024-11-05 | Preserve corfu-bar-width and corfu-bar face for compatibility | Daniel Mendler | |
| 2024-11-05 | Use the fringe symmetrically on both sides | Daniel Mendler | |
| 2024-11-05 | Restrict the fringe width to 16 | Daniel Mendler | |
| 2024-11-05 | Fringe bitmaps have a width restriction 1 <= w <= 16 | Daniel Mendler | |
| 2024-11-05 | Make right margin part of the fringe | Daniel Mendler | |
| Ensure that the truncated text doesn't leak into the margin. Unfortunately this change leads to some additional complexity, requires a new face definition and internal faces. | |||
| 2024-11-05 | Avoid truncation if scrollbar is shown in the fringe | Daniel Mendler | |
| 2024-11-01 | Update README | Daniel Mendler | |
| 2024-11-01 | corfu-margin-formatters: Update docstring | Daniel Mendler | |
| 2024-11-01 | Fix corfu--popup-show: curr can be nil | Daniel Mendler | |
| 2024-11-01 | Update changelog | Daniel Mendler | |
| 2024-11-01 | Force fringe update | Daniel Mendler | |
| 2024-11-01 | Ensure right-margin-width >= bar-width | Daniel Mendler | |
| 2024-11-01 | Use fringe for the scroll bar | Daniel Mendler | |
| This ensures that the scroll bar is always visible, even if wide characters lead to truncation of the popup content. Before this change, the scroll bar could be pushed out of the window by the content. | |||
| 2024-11-01 | Suffixes are always prefixed with space | Daniel Mendler | |
| 2024-11-01 | format-candidates: ensure suffix is right-aligned when possible | JD Smith | |
| 2024-11-01 | Use :extend=t for corfu-current, Simplify | Daniel Mendler | |
| 2024-11-01 | corfu--make-frame: Remove buffer argument, use current buffer | Daniel Mendler | |
| 2024-11-01 | corfu-popupinfo: Add constant corfu-popupinfo--buffer | Daniel Mendler | |
| 2024-10-30 | corfu-margin-formatters: Document the requirements of the margin formatter | Daniel Mendler | |
| While well known to the maintainer and author of the kind-icon package, these limitations have unfortunately been undocumented so far. See the related discussions: * https://github.com/LuigiPiucco/nerd-icons-corfu/issues/13 * https://github.com/minad/corfu/pull/508 The kind-icon package which satisfies the requirements correctly and preserves Corfu popup alignment. It can serve as a reference implementation: * https://github.com/jdtsmith/kind-icon | |||
