summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-04Version 0.50.5Daniel Mendler
2021-05-04require orderless to fix deferred highlightingDaniel Mendler
2021-05-02Minor README updatesDaniel Mendler
2021-05-01Fix completion cycling in eshell and shellDaniel Mendler
2021-04-30Add links to issuesDaniel Mendler
2021-04-30Ensure that case-fold-search=t (See #17)Daniel Mendler
2021-04-30Detect both gnome and cinnamonDaniel Mendler
2021-04-30HACK: Try to fix resizing issue (Fix #17)Daniel Mendler
2021-04-29Align annotations (Fix #18)Daniel Mendler
2021-04-29Overlay fixDaniel Mendler
2021-04-29Set child-frame-border on Emacs 28Daniel Mendler
2021-04-29child frame: Anti-flicker fixDaniel Mendler
2021-04-29Add corfu-min/max-width for easier customizationDaniel Mendler
2021-04-29Add corfu-bar-width/corfu-margin-width customizable variablesDaniel Mendler
This allows to scale scrollbar and margins according to your preference. Setting the width to 0 is supported. See #1 and #7.
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
Degrade gracefully, ensure that default completion stays functional.
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
This reverts commit 36f51adb3dbbdefe057cbab8747bdaed2c10c7f2.
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
Otherwise the colors will get lost when themes are switched. Thanks, @protesilaos.
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
Fix #10, #13 and #15.
2021-04-28Add popup comment (See #10 and #15)Daniel Mendler
2021-04-28Use `vertical-motion` instead of `forward-line`Daniel Mendler
Partial fix of #15
2021-04-27Use stricter definition of the affixation-functionDaniel Mendler
See https://github.com/emacs-mirror/emacs/commit/d8e037eeaa7eef26349bc0fb3fa00e10a5c4b894
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-27Update readmeDaniel Mendler