summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-04* ivy-posframe.el (ivy-posframe-enable): Removed, use ivy-posframe-mode instead.Feng Shu
2020-10-03* ivy-posframe.el (ivy-posframe-swiper-avy): Remove useless codeFeng Shu
2020-10-03ivy-posframe--swiper--avy-goto -> ivy-posframe--swiper-avy-gotoFeng Shu
2020-10-03sort declare-functionFeng Shu
2020-10-03* ivy-posframe.el (ivy-posframe-dispatching-done): RewriteFeng Shu
2020-10-03* ivy-posframe.el (ivy-posframe-read-action-by-key): Add comment.Feng Shu
2020-10-03* ivy-posframe.el (ivy-posframe--swiper-avy-candidates): Add comment about ch...Feng Shu
2020-10-03* ivy-posframe.el: Update yearFeng Shu
2020-10-03Update docstring.Feng Shu
2020-10-03ivy-posframe-swiper-avy: Rewrite.Feng Shu
2020-10-03Rewrite ivy-posframe--swiper-avy-candidateFeng Shu
2020-10-03* ivy-posframe.el (ivy-posframe-read-action): Rewrite.Feng Shu
2020-10-03version 0.2.0Feng Shu
2020-05-28let ivy-posframe-swiper-avy work when do not use ivy-posframe functionFeng Shu
2020-05-28Fix swiper exampleFeng Shu
2020-05-21Fix swiper-avy and ivy-posframe are having trouble #80Feng Shu
2020-03-31(defvar avy-pre-action)Feng Shu
2019-12-26Try to fix: Posframe max-width? #82feng
2019-11-03Merge pull request #79 from xeijin/patch-1tumashu
2019-11-03try and fix issues with posframexeijin
2019-09-28Merge pull request #74 from tttuuu888/work-issue-71-3tumashu
2019-09-28Remove prompt replication in different approach. #71SeungKi Kim
2019-09-26Merge pull request #73 from tttuuu888/work-issue-71-2tumashu
2019-09-26Fix for prompt line duplicated issue in another way. #71SeungKi Kim
2019-09-23Merge pull request #72 from tttuuu888/work-issue-71tumashu
2019-09-24Fix for prompt line duplicated issue. #71SeungKi Kim
2019-08-19Fix: Regression : not usable with tty and gui emacsen under same daemon #69Feng Shu
2019-07-27Update READMEFeng Shu
2019-07-27Add a window/frame top center position option #61Feng Shu
2019-07-27Hide minibuffer when posframe workableFeng Shu
2019-07-27ivy-display-function -> ivy--display-functionFeng Shu
2019-07-27Try to fix Minibuffer is hiding always #66Feng Shu
2019-07-27Fix previous commitFeng Shu
2019-07-27Fix Minibuffer hiding does not work #62Feng Shu
2019-07-06Merge pull request #59 from conao3/fix-ivy-buffer-missingtumashu
2019-07-06make ivy-posframe-buffer as defcustom variable and set setterconao3
2019-07-03Merge pull request #57 from conao3/fix-warningtumashu
2019-07-03not use let variable to make code simpleconao3
2019-07-03use mapc instead of mapcarconao3
2019-07-02Merge pull request #56 from conao3/create-defun-advicetumashu
2019-07-02accept declare formconao3
2019-07-02remove unneeded prognconao3
2019-07-02remove ivy-posframe--poframe-p-adviceconao3
2019-07-02use ivy-posframe--defun-advice instead of defunconao3
2019-07-02define defun-advice functionconao3
2019-06-28Merge pull request #53 from gagbo/patch-1tumashu
2019-06-26Check (display-graphic-p) dynamically in advicesGerry Agbobada
2019-06-10Merge pull request #51 from conao3/simplify-get-positiontumashu
2019-06-11simplify get next beginning positionconao3
2019-06-07Add ivy-posframe-size-function #50Feng Shu