summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2023-01-12Change corfu-popupinfo face height to 1.0 (Fix #288)Daniel Mendler
2023-01-01Update copyrightDaniel Mendler
2022-12-17Fix regexp (Fix #279)Daniel Mendler
2022-12-15corfu-popupinfo: Fix completion predicateDaniel Mendler
2022-12-05Align popups at the bottom when the doc popup is taller than the candidates ↵galeo
popup and limit height of the doc popup to avoid exceeding the parent frame (#273) * corfu-popupinfo: Align popups at the bottom when doc popup is taller (#271) * corfu-popupinfo: Ensure y value is not negative (#271) * corfu-popupinfo: Limit popup height to avoid exceeding the parent frame * Minor simplification Co-authored-by: Daniel Mendler <mail@daniel-mendler.de>
2022-12-05corfu-popupinfo: Align popups at the bottom, if above input (Fix #271, Fix #272)Daniel Mendler
2022-12-05Fix docstringDaniel Mendler
2022-12-04popupinfo: Remap beg/end-other-window (#270)JD Smith
2022-12-04Revert "popupinfo: Remap beg/end-other-window (#270)"Daniel Mendler
This reverts commit 218315a12ad3e01545a52784785457140af54934.
2022-12-04popupinfo: Remap beg/end-other-window (#270)JD Smith
2022-12-04Add inhibit-redisplayDaniel Mendler
2022-12-04popupinfo--get-documentation: inhibit redisplay to prevent flashing (#269)JD Smith
2022-12-03Version 0.340.34Daniel Mendler
2022-11-30Take corfu-default face height into account for popup size (Fix #149)Daniel Mendler
Try this: (set-face-attribute 'corfu-default nil :height 0.8)
2022-11-29corfu-popupinfo: Rename always-* to force-*Daniel Mendler
2022-11-29Update changelogDaniel Mendler
2022-11-29corfu-popupinfo: Add minimum popup size, improve direction configuration (#264)galeo
2022-11-29corfu-popupinfo: Ensure that popup is hidden if corfu-popupinfo-delay is nilDaniel Mendler
2022-11-26Remove some unnecessary offsets (See #263)Daniel Mendler
2022-11-26corfu-popupinfo: Ensure that x-position is positive (Fix #263)Daniel Mendler
2022-11-26corfu-popupinfo: Remove warningDaniel Mendler
2022-11-24Fix docstring warings (Fix #260)Daniel Mendler
2022-11-24Expand commentDaniel Mendler
2022-11-24Add commentDaniel Mendler
2022-11-24corfu-popupinfo: Make sure the popup has a minimum height of 1 line (#261)galeo
2022-11-23corfu-popupinfo: Minor cleanupDaniel Mendler
2022-11-23Improve error messagesDaniel Mendler
2022-11-23corfu-popupinfo: Add missing visibility checkDaniel Mendler
2022-11-23corfu-popupinfo: Only transition when the popup is visible (#259)galeo
Fix #258
2022-11-22corfu-popupinfo--get-location: Ensure that previewed buffer is killedDaniel Mendler
2022-11-22corfu-popupinfo/corfu-info: Handle nil location gracefullyDaniel Mendler
2022-11-22corfu-popupinfo: Popup should be displayed again after an error (Fix #256)Daniel Mendler
2022-11-22corfu-popupinfo: Minor cleanupDaniel Mendler
2022-11-22corfu-popupinfo: Add corfu-popupinfo-direction variableDaniel Mendler
Allow to customize direction of the popup (See #255).
2022-11-22corfu-popupinfo: No top/bottom direction distinctionDaniel Mendler
It suffices to remember the vertical direction, since top or bottom is fixed by the popup position relative to the cursor.
2022-11-21Version 0.330.33Daniel Mendler
2022-11-21corfu-popupinfo: Remove call to corfu--popup-support-pDaniel Mendler
2022-11-21corfu-popupinfo: Fix timer handlingDaniel Mendler
2022-11-21Version 0.320.32Daniel Mendler
2022-11-21corfu-popupinfo: Do not setup keymap if completion-in-region-mode disabledDaniel Mendler
Fix #254
2022-11-20corfu-popupinfo: Work around yet another Emacs quirkDaniel Mendler
2022-11-20corfu-popupinfo: Fix margin computationDaniel Mendler
2022-11-20corfu-popupinfo: Minor cleanupDaniel Mendler
2022-11-20corfu-popupinfo: Improve corfu-popupinfo--get-locationDaniel Mendler
2022-11-20Fix latest commitDaniel Mendler
2022-11-20corfu-popupinfo: Delay mode hooks for file previewDaniel Mendler
2022-11-20corfu-popupinfo--get-location: Kill new buffersDaniel Mendler
2022-11-20Version 0.310.31Daniel Mendler
2022-11-20Expand docstringsDaniel Mendler
2022-11-20corfu-popupinfo: IndentationDaniel Mendler