summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-27v0.6.4externals/ivy-posframeFeng Shu
2026-01-27Update ivy-posframe-refposhandler-defaultFeng Shu
See: https://github.com/tumashu/posframe/issues/134#issuecomment-3798787928
2024-10-23Support tty-child-frames feature.Feng Shu
2024-10-23display-graphic-p -> posframe-workable-pFeng Shu
2021-12-17* ivy-posframe.el (ivy-posframe-display-at-frame-bottom-center): Added. #118Feng Shu
2021-11-03v0.6.3Feng Shu
2021-11-03* ivy-posframe.el (ivy-posframe--display): Use border-width/color instead.Feng Shu
2021-09-22v0.6.2Feng Shu
2021-09-21Fix: ivy-posframe disappear in a flash after ivy-posframe-avy #114Feng Shu
2021-06-09v0.6.1Feng Shu
2021-06-09Hide ivy-posframe when exit minibuffer.Feng Shu
* ivy-posframe.el (ivy-posframe--display): Add :hidehandler. (ivy-posframe-hidehandler): New function.
2021-04-27Merge pull request #111 from tttuuu888/work-dispatching-calltumashu
Add ivy-posframe-dispatching-call and ivy-posframe--dispatching-call
2021-04-26Add ivy-posframe-dispatching-call and ivy-posframe--dispatching-callSeungKi Kim
2021-04-10v0.6.0Feng Shu
2021-04-10* ivy-posframe.el (ivy-posframe-parent-frame-poshandler): remove.Feng Shu
2021-04-10* ivy-posframe.el (exwm-workspace-current-index): remove useless space.Feng Shu
2021-04-10* ivy-posframe.el (ivy-posframe-refposhandler-default): Use bound-and-true-p ↵Feng Shu
to test exwm--connection.
2021-04-09* ivy-posframe.el (ivy-posframe-refposhandler-default): use exwm info to get ↵Feng Shu
ref position.
2021-04-09* ivy-posframe.el (ivy-posframe-refposhandler-default): New function.Feng Shu
2021-04-09parent-frame-poshandler => refposhandlerFeng Shu
2021-04-08* ivy-posframe.el (ivy-posframe-parent-frame-poshandler): update docstring.Feng Shu
2021-04-08Try to handle EXWM environment.Feng Shu
* ivy-posframe.el (ivy-posframe-parent-frame-poshandler): New variable. (ivy-posframe--display): use parent-frame-poshandler.
2021-01-22Fix READMEFeng Shu
2020-12-15v0.5.5Feng Shu
2020-12-14Merge pull request #106 from tttuuu888/work-issue-103tumashu
Fix minibuffer height is increased after closing action list #103
2020-12-14Update a function name properly to ivy-posframe--dispatching-doneSeungKi Kim
2020-12-14Fix minibuffer height is increased after closing action list #103SeungKi Kim
2020-12-14v0.5.4Feng Shu
2020-12-14Merge pull request #104 from tttuuu888/work-issue-103tumashu
Fix to properly exit the action list #103
2020-12-14Fix to properly exit the action list #103SeungKi Kim
1. Fix that pressing `ESC` is showing "^[ is not bound" issue. 2. Fix that pressing `C-g` is showing "^[ is not bound" issue. 3. Add support `M-o` to properly exit the action list
2020-11-24Version 0.5.3Feng Shu
2020-11-24* ivy-posframe.el (ivy-posframe--minibuffer-setup): remove :box :underline ↵Feng Shu
:overline :strike-through of face.
2020-10-26Version 0.5.2Feng Shu
2020-10-26Merge pull request #98 from snyball/mastertumashu
Set truncate-lines to ivy-truncate-lines
2020-10-24Set truncate-lines to ivy-truncate-linesJonas Møller
2020-10-10* ivy-posframe.el (ivy-posframe--display): Fix indent.Feng Shu
2020-10-09Version 0.5.1Feng Shu
2020-10-09let* -> letFeng Shu
* ivy-posframe.el (ivy-posframe-read-action) (ivy-posframe-dispatching-done): use let instead let*
2020-10-09Fix ivy-posframe-mode block ivy-mode's ivy-dispatching-done(M-o) #69Feng Shu
* ivy-posframe.el (ivy-posframe-dispatching-done): call ivy-dispatching-done instead of ivy-done
2020-10-05* ivy-posframe.el (ivy-posframe--swiper-avy-candidate): Do not use cl-letfFeng Shu
2020-10-04Version: 0.5.0Feng Shu
2020-10-04Fix according to Stefan's suggestionFeng Shu
2020-10-04* ivy-posframe.el (ivy-posframe-dispatching-done): Do not use cl-letfFeng Shu
2020-10-04Fix display-function warnFeng Shu
* ivy-posframe.el (ivy-posframe-read-action) (ivy-posframe-read-action-by-key): Deal with display-function compile warn.
2020-10-04Fix compile warn.Feng Shu
2020-10-04Version: 0.4.0Feng Shu
2020-10-04ivy-posframe-style use 'frame-center by default.Feng Shu
* ivy-posframe.el (ivy-posframe-style): change ivy-posframe-style instead (ivy-posframe-display-functions-alist): revert to use ivy-posframe-display
2020-10-04* ivy-posframe.el (ivy-posframe-display-functions-alist): Use ↵Feng Shu
ivy-posframe-display-at-frame-center by default.
2020-10-04* ivy-posframe.el: update Package-RequiresFeng Shu
2020-10-04* ivy-posframe.el: version 0.3.0Feng Shu