summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-21Experimentationpreview-firstDaniel Mendler
2022-09-21Preview first candidateDaniel Mendler
2022-09-21Put preview overlay behind baseDaniel Mendler
2022-08-29Version 0.270.27Daniel Mendler
2022-08-21corfu-indexed: Add corfu-indexed-start customization variableDaniel Mendler
2022-08-20Fix typo in README, Fix #220Daniel Mendler
2022-08-07Use ash instead of lshDaniel Mendler
2022-07-28README: Add note about Mct (Fix #209)Daniel Mendler
2022-07-21README: Generate better info outputDaniel Mendler
2022-07-21README: Generate better info outputDaniel Mendler
2022-07-19Fix #205Daniel Mendler
2022-07-18README: Fix typosDaniel Mendler
2022-07-02Parameter set incorrectly, Fix #63Daniel Mendler
2022-07-02Cleanup echo message codeDaniel Mendler
2022-07-02Optimize frame redisplay when completion is restartedDaniel Mendler
By deferring the frame hiding we can reuse the frame which is still visible for the subsequent completion. Before this change, the frame was made invisible for a split second such that one could perceive some flickering.
2022-07-02Fix defcustom typeDaniel Mendler
2022-07-02README: Add linkDaniel Mendler
2022-06-27Version 0.260.26Daniel Mendler
2022-06-26Update readmeDaniel Mendler
2022-06-26README: Document aggressive auto completion settingsDaniel Mendler
See https://github.com/minad/cape/issues/52 for the discussion.
2022-06-21Fix dot chaining (Fix #196)Daniel Mendler
2022-06-13Add inhibit-modification-hooksDaniel Mendler
2022-06-08Add candidates without properties to historyDaniel Mendler
Ensure that the history can be persisted by savehist-mode.
2022-06-06Revert back to a262a214325c7e33704bb1fade0fa40042ff93a5Daniel Mendler
Regression #186
2022-06-06Try to fix regression (Fix #186)Daniel Mendler
2022-06-05Remove variable aliasDaniel Mendler
2022-06-04Refactor corfu--make-frameDaniel Mendler
- Inline corfu--make-frame, rename corfu--make-frame-1 - corfu--make-frame takes buffer as argument - Rename corfu--move-frame
2022-06-04Remove content-handlerDaniel Mendler
It is better to instead run (with-current-buffer " *corfu-doc*" (visual-line-mode 1)) after frame creation. Also instead of calling visual-line-mode it may make more sense to instead set the variables directly. The mode doesn't do much more than setting a bunch of variables.
2022-06-04Extract corfu--make-frame-1 from corfu--make-frameYuwei Tian
2022-06-04Add corfu--set-frame-positionYuwei Tian
2022-06-04Set the fringe background color for the created child frameYuwei Tian
2022-06-04Generalize `corfu--make-buffer' and `corfu--make-frame'Yuwei Tian
2022-06-04Reset more buffer local variablesDaniel Mendler
2022-06-04corfu--auto-post-command: Do not trigger in read-only buffer (Fix #185)Daniel Mendler
2022-06-03IndentationDaniel Mendler
2022-06-03Also defer redisplayDaniel Mendler
2022-06-03Defer popup hiding (Fix #184)Daniel Mendler
2022-05-25Version 0.250.25Daniel Mendler
2022-05-20README update - Expand on corfu-terminalDaniel Mendler
2022-05-20Extract function corfu--popup-support-pDaniel Mendler
2022-05-15Extract corfu--in-region-1Daniel Mendler
2022-05-13corfu-history: Be more explicit about the configuration (See #167)Daniel Mendler
2022-05-13Minor extension documentation improvements (Fix #167)Daniel Mendler
2022-05-13Version 0.240.24Daniel Mendler
2022-05-11Try different frame redirectionDaniel Mendler
2022-05-11Revert "Redirect focus in after-focus-change-function (Fix #159)"Daniel Mendler
This reverts commit ad712043b43791cacf13db66be901f271fb70bcf.
2022-05-11Revert "Another attempt at working around the frame focus bug (#159)"Daniel Mendler
This reverts commit b4004a14a2ada1f3cbd7c21df99e6607572a0bb3.
2022-05-10Another attempt at working around the frame focus bug (#159)Daniel Mendler
2022-05-09Redirect focus in after-focus-change-function (Fix #159)Daniel Mendler
2022-05-09Revert "HACK: Try to fix focus issue on Lucid/Athena toolkit (See #159)"Daniel Mendler
This reverts commit 688170e70a7485fbce364aa53b0704d8e57ea4c0.