summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
2021-04-29Add error message when completion is already in progressDaniel Mendler
2021-04-29Print warning if corfu-mode is enabled on text display.Daniel Mendler
2021-04-28RenamingsDaniel Mendler
2021-04-28Delete overlay before updateDaniel Mendler
2021-04-28Call corfu-abortDaniel Mendler
2021-04-28Revert "Simplify state management"Daniel Mendler
2021-04-28Simplify state managementDaniel Mendler
2021-04-28More robust window configuration change handlingDaniel Mendler
2021-04-28Version 0.40.4Daniel Mendler
2021-04-28Avoid display artifact at first startDaniel Mendler
2021-04-28Ensure that popup colors are updatedDaniel Mendler
2021-04-28Use :align-to for scrollbarDaniel Mendler
2021-04-28Simplify face definitionsDaniel Mendler
2021-04-28Rename corfu-confirm to corfu-no-matchDaniel Mendler
2021-04-28Use italic face for "No match" messageDaniel Mendler
2021-04-28Ensure that frame buffer is setDaniel Mendler
2021-04-28Pixel-perfect positioningDaniel Mendler
2021-04-28Use redraw-frameDaniel Mendler
2021-04-28Use spaces for border/bar instead of imageDaniel Mendler
2021-04-28Use internal borderDaniel Mendler
2021-04-28Keep frame alive for performanceDaniel Mendler
2021-04-28Ensure that documentation/location frame still works with child-frame popupDaniel Mendler
2021-04-28Ensure that overlay is deleted properlyDaniel Mendler
2021-04-28SimplifyDaniel Mendler
2021-04-28Reorder exit conditionsDaniel Mendler
2021-04-28Use child frames instead of overlaysDaniel Mendler
2021-04-28Add popup comment (See #10 and #15)Daniel Mendler
2021-04-28Use `vertical-motion` instead of `forward-line`Daniel Mendler
2021-04-27Use stricter definition of the affixation-functionDaniel Mendler
2021-04-27Minor cleanup of keep-alive logicDaniel Mendler
2021-04-27Show "No match" message if no candidates are foundDaniel Mendler
2021-04-27Better guarding against errors during candidate generationDaniel Mendler
2021-04-27Exit conditions: Minor cleanupDaniel Mendler
2021-04-27Guard against dabbrev error if there are no matchesDaniel Mendler
2021-04-27Add `corfu-excluded-modes`Daniel Mendler
2021-04-27Ensure that the corfu popup works with `dabbrev-completion`Daniel Mendler
2021-04-26Add `corfu-confirm`, more tolerance for typos (Fix #14)Daniel Mendler
2021-04-26Simplify corfu--pre-command-hookDaniel Mendler
2021-04-26Simplify corfu--restore-on-next-commandDaniel Mendler
2021-04-26Fix corfu-show-locationDaniel Mendler
2021-04-26Version 0.30.3Daniel Mendler
2021-04-26Fix display in shell-mode (See #13)Daniel Mendler
2021-04-20Minor restructuringDaniel Mendler
2021-04-20Pass beg+base as position to `corfu--popup`Daniel Mendler
2021-04-20Exit from `corfu-complete` and `completion-at-point`Daniel Mendler
2021-04-20Extract `corfu--done` from `corfu--insert`Daniel Mendler
2021-04-20Revert "Exit from `corfu-complete`"Daniel Mendler
2021-04-20Exit from `corfu-complete`Daniel Mendler
2021-04-19Add noteDaniel Mendler
2021-04-19Add note to deferred hlDaniel Mendler