]> code.delx.au - gnu-emacs-elpa/history - ivy.el
Fixup compilation warnings
[gnu-emacs-elpa] / ivy.el
2015-05-19 Oleh KrehelFixup compilation warnings
2015-05-17 Oleh KrehelDon't try to call permanent action if there's none
2015-05-17 Oleh Krehelivy.el (ivy-forward-char): Add and bind to "C-f"
2015-05-16 Oleh Krehelivy.el (ivy-kill-word): Add and bind to "M-d"
2015-05-15 __rompyFixed ivy--preselect-index on windows where the drives...
2015-05-14 Oleh KrehelUpdate the way spaces are quoted using ivy
2015-05-13 Oleh Krehelivy.el (ivy-partial-or-done): More predictability
2015-05-13 Oleh Krehelivy.el (ivy-partial-or-done): Update doc
2015-05-13 Oleh Krehelivy.el (ivy-partial-or-done): Always forward to `ivy...
2015-05-12 Oleh Krehelivy.el (ivy-delete-char): Add and bind to "C-d"
2015-05-12 Oleh Krehelivy.el (ivy-switch-buffer): Preselect other-buffer
2015-05-12 Oleh Krehelivy.el (ivy-read): Keep the last ivy--index for :dynami...
2015-05-12 Oleh Krehelcounsel-git-grep now works with ivy-resume
2015-05-12 Oleh KrehelIntroduce :matcher for counsel-git-grep
2015-05-12 Oleh KrehelForward to minibuffer-complete for filenames only if...
2015-05-12 Oleh KrehelProperly update virtual buffers for "^ " interaction
2015-05-12 Oleh KrehelFix the error switching to non-existent buffers
2015-05-11 Oleh Krehelivy.el (ivy-partial-or-done): Fixup
2015-05-11 Oleh Krehelivy.el (ivy-partial-or-done): Fixup
2015-05-11 Oleh KrehelWhen completing file names, defer to `minibuffer-comple...
2015-05-11 Oleh KrehelAllow to customize the minibuffer formatter
2015-05-11 Oleh KrehelSwiper should use the :re-builder argument
2015-05-11 Oleh Krehelivy.el (ivy-read): Add a re-builder argument
2015-05-11 Oleh Krehelivy.el (ivy-backward-kill-word): Add and bind to "M...
2015-05-09 Oleh KrehelFix the transition from a bad regex to good one
2015-05-08 Oleh KrehelDeclare swiper-map
2015-05-08 Oleh Krehelivy.el (ivy-use-virtual-buffers): New defcustom
2015-05-08 Oleh KrehelAdd support for virtual buffers
2015-05-08 Tassilo HornSimplify ivy-partial-or-done
2015-05-08 Oleh KrehelAdd swiper -> avy finalizer
2015-05-08 Oleh KrehelAllow to use "^" in swiper
2015-05-08 Oleh KrehelAdd ivy-partial: partial complete without exiting
2015-05-06 Oleh KrehelTry to prevent the resize of minibuffer window
2015-05-06 Oleh KrehelMerge ivy--update-fn into ivy-last
2015-05-06 Oleh KrehelWork around grep-read-files
2015-05-06 Oleh Krehelivy.el (ivy-partial-or-done): Handle empty input
2015-05-05 Oleh KrehelImprove "TAB" interaction with `confirm-nonexistent...
2015-05-05 Oleh Krehelivy.el (ivy-done): Simplify and improve
2015-05-05 Oleh KrehelMerge ivy--collection into ivy-last
2015-05-05 Oleh KrehelRequire dired when completing file names
2015-05-04 Oleh KrehelMake "TAB" switch directories properly
2015-05-04 Oleh Krehel"TAB" shouldn't delete input when no candidate
2015-05-04 Oleh KrehelIgnore case for "TAB"
2015-05-04 Oleh Krehelivy.el (ivy-tab-space): New defcustom
2015-05-03 Oleh KrehelAdd an option for out-of-order matching
2015-05-03 Oleh Krehelivy.el (ivy-resume): Quote the preselect
2015-05-02 Oleh KrehelFix the candidate index for `ivy-resume'
2015-05-02 Oleh KrehelAdd unwind argument to ivy-read
2015-05-01 Oleh KrehelMerge ivy--persistent-action into ivy-state-action
2015-05-01 Oleh Krehelivy-resume now works for functions that supply action
2015-05-01 Oleh KrehelMerge ivy--action into ivy-last
2015-05-01 Oleh KrehelMerge ivy-window into ivy-last
2015-05-01 Oleh KrehelMerge ivy-def into ivy-last
2015-05-01 Oleh KrehelAllow to quote spaces while matching
2015-05-01 Oleh KrehelAdd ivy-state struct
2015-04-30 Oleh KrehelAllow for "/ssh:user@" as well as for "/ssh:"
2015-04-30 Oleh KrehelImprove TRAMP completion for ivy-mode
2015-04-30 Oleh Krehelivy.el (ivy-read): Reset `ivy-text' earlier
2015-04-30 Oleh Krehelivy.el (ivy--regex): Fixup
2015-04-30 Oleh KrehelDon't error on bad regex
2015-04-29 Oleh KrehelUpdate and improve faces
2015-04-29 Oleh Krehelivy.el (ivy--exhibit): Fixup last commit
2015-04-29 Oleh KrehelImprove hidden buffer completion further
2015-04-29 Oleh KrehelImprove the completion of hidden buffers
2015-04-29 Oleh KrehelBind "TAB" to do partial completion
2015-04-28 Oleh Krehelivy.el (ivy-re-builders-alist): Improve doc
2015-04-28 Oleh Krehelivy.el: Fixup docstrings
2015-04-28 Oleh KrehelAdd an option for multi-tier regex matching
2015-04-28 Oleh KrehelUse alpha compositing to add ivy-current-match face
2015-04-28 Oleh Krehelivy.el (ivy--filter): Fixup
2015-04-28 Oleh Krehelivy.el (ivy-alt-done): Treat `ivy-text' with ":" verbatim
2015-04-28 Oleh KrehelStore the preselect and use it for empty ivy-text
2015-04-25 Oleh KrehelImprove completion history using the propertize trick
2015-04-24 Oleh KrehelMinibuffer faces should inherit minibuffer-prompt
2015-04-24 Oleh KrehelImprove the match confirm while completing files
2015-04-24 Oleh KrehelReset to the first candidate when switching directories
2015-04-24 Oleh KrehelPropertize remote buffers with ivy-remote face
2015-04-23 Oleh KrehelRespect `confirm-nonexistent-file-or-buffer'
2015-04-23 Oleh Krehelivy.el (ivy-read): Fixup preselect addition
2015-04-23 Oleh Krehelivy.el (ivy--cd): Reset `ivy--old-re'
2015-04-23 Oleh Krehelivy.el (Info-current-file): Declare
2015-04-23 Oleh KrehelUse "//" to move to root instead of "/" as before
2015-04-23 Oleh KrehelAvoid sorting org refile candidates
2015-04-23 Oleh KrehelRemove globbing heuristics for file name completion
2015-04-23 Oleh Krehelivy.el (ivy-backward-delete-char): Expand `ivy--directory'
2015-04-23 Oleh Krehelivy.el (ivy-done): Update wrt globs
2015-04-23 Oleh Krehelivy.el (ivy-done): Don't expand globs
2015-04-22 Oleh KrehelFixup `swiper-query-replace'
2015-04-22 Oleh Krehelivy.el (ivy-read): Fix preselect logic
2015-04-22 Oleh Krehelivy.el (ivy-done): Fixup
2015-04-22 Oleh Krehelivy.el (ivy--add-face): Don't fail for weird str
2015-04-22 Oleh Krehelivy.el (ivy--exhibit): Wrap in `while-no-input'
2015-04-22 Oleh KrehelBind "M-q" to `ivy-toggle-regexp-quote'
2015-04-22 Oleh KrehelAllow to customize the regex matching per-collection
2015-04-22 Oleh Krehelivy.el (ivy-done): Be more strict for `require-match'
2015-04-22 Oleh KrehelChange `ivy-read' to a cl-defun
2015-04-22 Oleh Krehelivy.el (ivy--filter): Update prefix optimization
2015-04-21 Oleh Krehelivy.el (ivy--filter): Try directory expansion with "/"
2015-04-21 Oleh KrehelAdd a way to exit ignoring the candidates
2015-04-21 Oleh Krehelivy.el (ivy-read): Don't add the `default-directory'
next