summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* Update help.Thierry Volpiatto2017-06-18
* Change behavior of helm--follow-action.Thierry Volpiatto2017-06-18
* Allow setf'ing helm-attr and remove unused helm-attr-defined.Thierry Volpiatto2017-06-01
* Add comments, no code change.Thierry Volpiatto2017-05-25
* Avoid resetting iterator when not needed in cycle resume.Thierry Volpiatto2017-05-25
* Add help entry for customize.Thierry Volpiatto2017-05-24
* Add group slot to helm-source and use it.Thierry Volpiatto2017-05-24
* New user var for cycle resume delay.Thierry Volpiatto2017-05-22
* Bind cycle resume to a key available in terminals as well.Thierry Volpiatto2017-05-22
* Update help.Thierry Volpiatto2017-05-21
* Improve cycling resume.Thierry Volpiatto2017-05-21
* Allow cycling resume.Thierry Volpiatto2017-05-20
* Fix some long lines.Thierry Volpiatto2017-05-19
* Fix delay in `helm-run-multi-key-command`.Thierry Volpiatto2017-05-19
* Fix `helm-force-update` docstring.Thierry Volpiatto2017-05-17
* Allow passing a numeric argument to recenter in force-update.Thierry Volpiatto2017-05-17
* Make recenter optional in force-update.Thierry Volpiatto2017-05-15
* Improve helm-render-source performances (#1766).Thierry Volpiatto2017-05-07
* Helm requires async from now and use it in helm-ff-checksum.Thierry Volpiatto2017-05-02
* DRY in helm-insert-match.Thierry Volpiatto2017-04-29
* Docstring only, no code change.Thierry Volpiatto2017-04-26
* Allow customizing prefix key for executing action at nth (#1757).Thierry Volpiatto2017-04-26
* Update helm-help-message.Thierry Volpiatto2017-04-26
* Maybe follow candidate when mouse selecting (#1746).Thierry Volpiatto2017-04-26
* Reset mouse in preselection (#1746).Thierry Volpiatto2017-04-26
* Workaround to avoid loosing help-echo in output-filter-post-process (#1746).Thierry Volpiatto2017-04-25
* Don't overwrite mouse properties when redisplaying (#1746).Thierry Volpiatto2017-04-25
* Add terminal bindings for helm-ff-run-toggle-auto-update.Thierry Volpiatto2017-04-24
* Warn when clicking in helm-buffer while action buffer is visible (#1746).Thierry Volpiatto2017-04-23
* inhibit-read-only when changing mouse help-echo prop (#1755).Thierry Volpiatto2017-04-23
* Fix condition in helm--bind-mouse-for-selection (#1746).Thierry Volpiatto2017-04-22
* Test if map exists before defining mouse binding (#1746).Thierry Volpiatto2017-04-22
* Make some helm-mouse fns private (#1746).Thierry Volpiatto2017-04-22
* Bind mouse and set help-echo when marking selection (#1746).Thierry Volpiatto2017-04-22
* Handle mouse selection on multiline candidates (#1746).Thierry Volpiatto2017-04-22
* Set cursor-type in action buffer.Thierry Volpiatto2017-04-22
* Add helm-only prop on helm-mouse-select-candidate.Thierry Volpiatto2017-04-22
* Fix setting of help-echo when changing place (#1746).Thierry Volpiatto2017-04-22
* Add comment and fix long line (#1746).Thierry Volpiatto2017-04-21
* Fix existing help-echo's with mouse-face (#1746).Thierry Volpiatto2017-04-21
* Update helm-message.Thierry Volpiatto2017-04-21
* Prevent exiting with first candidate when display is not ready (#1750).Thierry Volpiatto2017-04-21
* Add brief documentation for mouse usage (#1746).Thierry Volpiatto2017-04-20
* Handle existing help-echo in mouse help-echo (#1746).Thierry Volpiatto2017-04-20
* Rename helm-prevent-mouse to helm-allow-mouse (#1746).Thierry Volpiatto2017-04-20
* Merge branch 'mouse_select'Thierry Volpiatto2017-04-20
|\
| * Enable basic mouse usage in helm (#1746).Thierry Volpiatto2017-04-20
* | Remove deprecated helm-debug-toggle (#1749).Thierry Volpiatto2017-04-19
|/
* Reorder, use with-helm-alive-p in interactive mark-all fn.Thierry Volpiatto2017-04-14
* Update mode-line after marking all (#1739).Thierry Volpiatto2017-04-12