summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-22CleanuppreselectDaniel Mendler
2022-12-22work on prototypeDaniel Mendler
2022-12-21preselect prototypeDaniel Mendler
2022-12-21Expand commentDaniel Mendler
2022-12-17Fix regexp (Fix #279)Daniel Mendler
2022-12-15corfu-popupinfo: Fix completion predicateDaniel Mendler
2022-12-13README: Improve example, check password map (Fix #276)Daniel Mendler
2022-12-12HACK: Work around suspected Emacs 29 regressionDaniel Mendler
Is it possible that frames can have a dead root window?! Unfortunately I don't know how I managed to trigger the situation where (frame-live-p frame) returned t and (window-live-p (frame-root-window frame)) returned nil.
2022-12-11Fix last commitDaniel Mendler
2022-12-11Fix region mode predicateDaniel Mendler
2022-12-10Update changelogDaniel 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-12-01Use function from minibuffer.elDaniel Mendler
2022-11-30Update changelogDaniel Mendler
2022-11-30Update changelogDaniel 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-30Use with-silent-modificationsDaniel Mendler
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-29Emacs 29 flicker reductionDaniel Mendler
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-25corfu-quit-no-match: Expand docstring (See #262)Daniel Mendler
2022-11-24README: Remove unnecessary linksDaniel Mendler
Produces better texinfo output.
2022-11-24Fix docstring warings (Fix #260)Daniel Mendler
2022-11-24Update readmeDaniel 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-23Update changelogDaniel 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).