summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2025-12-23Minor simplificationttyborderDaniel Mendler
2025-12-24Try to support displaying borders in TTY child frames (#531)Yuwei Tian
2025-12-22Revert "corfu-popupinfo-margin-width: Support fractional margins"Daniel Mendler
This reverts commit db99669e74a3fd171adef4c8db1e661858511b7f.
2025-12-20corfu-popupinfo-margin-width: Support fractional marginsDaniel Mendler
For consistency with corfu-*-margin-width variables.
2025-12-20corfu-popupinfo: FormattingDaniel Mendler
2025-12-20corfu-popupinfo: Fix margin quirkDaniel Mendler
2025-12-20corfu-popupinfo-margin-width: New customizableDaniel Mendler
2025-12-20corfu-popupinfo: Improve docstringDaniel Mendler
2025-12-20Revert "Remove corfu-popupinfo face"Daniel Mendler
This reverts commit 21edb09ddcfda7f90ad357346137ce0e669017a3.
2025-12-19Remove corfu-popupinfo faceDaniel Mendler
This face seems mostly unused, e.g., in themes. This should help simplifying the upcoming #608.
2025-12-16corfu-popupinfo: Fix margin quirkDaniel Mendler
2025-12-14New defcustom corfu-border-widthDaniel Mendler
2025-12-13Work around Emacs bug#79792Daniel Mendler
2025-12-07corfu-popupinfo: Improve scrolling speedDaniel Mendler
2025-12-07corfu-popupinfo: Fix deprecation warningDaniel Mendler
2025-12-07Version 2.62.6Daniel Mendler
2025-12-04corfu-info, corfu-popupinfo: Use non-propertized candidates in messageDaniel Mendler
2025-12-04corfu-popupinfo--show: Fix misalignment on TTYDaniel Mendler
2025-11-15Version 2.52.5Daniel Mendler
2025-10-13Version 2.42.4Daniel Mendler
2025-09-20Require Emacs 29Daniel Mendler
- Use globalized minor mode predicate - Use equal-including-properties
2025-06-12Version 2.32.3Daniel Mendler
2025-05-26Version 2.22.2Daniel Mendler
2025-04-22Version 2.12.1Daniel Mendler
2025-04-06corfu-history-decay: Decay more quicklyDaniel Mendler
2025-04-06Express decay in history shiftsDaniel Mendler
2025-04-06README: Update configurationDaniel Mendler
2025-04-06Automatically save corfu-historyDaniel Mendler
2025-04-06Update changelogDaniel Mendler
2025-04-06Update commentaryDaniel Mendler
2025-04-06Use exponential decayDaniel Mendler
2025-04-06Improve docstringDaniel Mendler
2025-04-06Use constant step size, make sure that most recent is never outrankedDaniel Mendler
2025-04-06Improve corfu-history--sortDaniel Mendler
2025-04-06Improve docstringDaniel Mendler
2025-04-06history-length can be t, don't use it.Daniel Mendler
2025-04-06Add corfu-history-duplicateDaniel Mendler
2025-04-06Improve corfu-history--sortDaniel Mendler
2025-04-06corfu-history--sort: Minor simplificationDaniel Mendler
2025-03-28Version 2.02.0Daniel Mendler
2025-03-28corfu-quick: Ensure that popup does not move (Fix #566)Daniel Mendler
2025-01-28Version 1.71.7Daniel Mendler
2025-01-03Consistently access metadata via corfu--metadata-getDaniel Mendler
2025-01-01Update copyright yearsDaniel Mendler
2024-12-29corfu-popupinfo: Remove superfluous andDaniel Mendler
2024-12-27corfu-popupinfo: Use corfu--equal-including-properties consistentlyDaniel Mendler
2024-12-22Version 1.61.6Daniel Mendler
2024-12-08FormattingDaniel Mendler
2024-11-01Use fringe for the scroll barDaniel 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-01corfu--make-frame: Remove buffer argument, use current bufferDaniel Mendler