summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* 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
* Update doc about marking.Thierry Volpiatto2017-04-12
* Allow marking candidates in all sources (#1739).Thierry Volpiatto2017-04-12
* Merge pull request #1741 from alphapapa/fix-make-visible-markThierry Volpiatto2017-04-10
|\
| * Fix marking last candidate in a sourceAdam Porter2017-04-10
* | Revert marking candidates in all sources for now (cd5b2bfe) (#1739).Thierry Volpiatto2017-04-10
|/
* Allow marking candidates in all sources (#1739).Thierry Volpiatto2017-04-09
* Allow returning marked candidates in all sources (#1739).Thierry Volpiatto2017-04-09
* Use a separate sort function for helm-M-x (#1736).Thierry Volpiatto2017-04-02
* Revert disabling menu-bar.Thierry Volpiatto2017-04-02
* Merge pull request #1733 from alphapapa/recentf-fuzzy-preserve-order-2Thierry Volpiatto2017-03-30
|\
| * Preserve order when fuzzy matching in helm-recentfAdam Porter2017-03-29
* | Add some infos in help messages.Thierry Volpiatto2017-03-29
|/
* Disable menu-bar while in helm.Thierry Volpiatto2017-03-29
* Split helm-pattern with helm-mm-split-pattern in many places.Thierry Volpiatto2017-03-29
* Update helm-search-match-part docstring.Thierry Volpiatto2017-03-28
* Fix match-part with negation.Thierry Volpiatto2017-03-28
* Fix help message.Thierry Volpiatto2017-03-26
* Use assq and memq where needed.Thierry Volpiatto2017-03-22
* Ensure helm-file-completion-source-p returns nil on RFN history.Thierry Volpiatto2017-03-22
* Add comments no code change.Thierry Volpiatto2017-03-20
* Merge branch 'Fix_1703'Thierry Volpiatto2017-03-19
|\
| * Don't move unlessly to first line when no matches (#1703).Thierry Volpiatto2017-03-19
* | Reindent no code change.Thierry Volpiatto2017-03-19
|/
* Rewrite helm-render-source.Thierry Volpiatto2017-03-19
* Execute initilaization of one-by-one on limited candidates.Thierry Volpiatto2017-03-16
* Fix helm doctring.Thierry Volpiatto2017-03-10