Commit Graph

  • 112e689f75 hydra.el (hydra-add-imenu): Add master Oleh Krehel 2020-07-11 14:10:04 +0200
  • 8a9124f80b hydra.el: Fix hydra-curr-map nil when hydras are nested via :post Oleh Krehel 2020-06-08 17:28:25 +0200
  • 87873d7888 Explicitly require cl-lib. Philipp Stephani 2020-05-07 17:18:13 +0200
  • 2dfc493ebc Fixed message hint display from being escaped by percent Sebastian Wålinder 2020-05-04 19:47:19 +0200
  • 16fa8d109e hydra.el (defhydra): Use "__" in docstring to represent a literal "_" Oleh Krehel 2020-03-06 10:13:17 +0100
  • 370a5c613e hydra.el (hydra-key-regex): Include "[]" in the char group Oleh Krehel 2020-03-03 20:02:19 +0100
  • d2b921d067 hydra.el (defhydra): :exit key can now also be a sexp Oleh Krehel 2020-02-28 19:30:33 +0100
  • 9fc28a044b hydra.el (hydra--make-defun): Refactor Oleh Krehel 2020-02-28 19:23:04 +0100
  • 6442faf3da hydra.el (hydra--make-defun): Refactor Oleh Krehel 2020-02-28 19:21:31 +0100
  • 5e29ad0092 lv.el (lv-window): Ensure fundamental-mode Oleh Krehel 2020-02-27 14:00:43 +0100
  • d3328cab67 doc: Add full text of licences Oleh Krehel 2020-02-17 12:38:08 +0100
  • e3beffdd80 lv.el (lv-window): Don't modify the buffer-list order Stephen Bach 2019-12-03 12:21:55 -0500
  • 9db28034d7 lv.el (lv-window-hook): Add Oleh Krehel 2019-12-14 15:56:43 +0200
  • bcc2d0eb5b hydra.el (hydra--work-around-dedicated): Revert Oleh Krehel 2019-11-25 10:54:08 +0100
  • d38c63d3d8 hydra.el (hydra--work-around-dedicated): Unset on 26.3 Oleh Krehel 2019-11-21 10:36:00 +0100
  • 0c5dcf7ab9 .travis.yml: Use EVM Oleh Krehel 2019-11-14 11:26:40 +0100
  • 49bef08465 Fix typos Jonas Bernoulli 2019-11-06 13:38:18 +0100
  • 91f961d5d5 lv.el (lv-use-padding): New defcustom Oleh Krehel 2019-11-03 15:39:04 +0100
  • 74b32f3ff0 lv.el: Sience byte compiler Oleh Krehel 2019-10-25 16:26:48 +0300
  • 9936d1c6a8 lv.el (lv-window): Set tab-line-format to nil Oleh Krehel 2019-10-16 16:42:51 +0200
  • 435c55e9f7 Disable fill-column-indicator display. Davor Rotim 2019-08-14 11:18:25 +0200
  • b14aaf71cb hydra.el (hydra-lv): Remove obsolete defcustom Oleh Krehel 2019-08-21 11:39:32 +0200
  • a91dd72529 lv.el (lv-window): Set header-line-format to nil ema2159 2019-07-16 10:54:42 -0600
  • 798c0d810f .github/FUNDING.yml: Add Oleh Krehel 2019-06-25 21:48:09 +0200
  • 82ff12666e hydra.el (find-func): Fix advice Oleh Krehel 2019-06-17 10:59:15 +0200
  • a2bb124a3f hydra.el (hydra-posframe-hide): Delay hiding hint when it makes sense Tuấn-Anh Nguyễn 2019-05-23 21:36:36 +0700
  • 406988f6e9 hydra.el (hydra-posframe-show-params): Add Oleh Krehel 2019-05-20 20:26:23 +0200
  • e94b39171a hydra.el (hydra-posframe-show): Introduce a border Oleh Krehel 2019-05-17 14:08:03 +0200
  • f27fce1b2f hydra.el: Bump version Oleh Krehel 2019-05-16 12:13:28 +0200
  • acb69859f3 hydra-test.el: Update tests for the last commit Oleh Krehel 2019-04-08 12:19:12 +0200
  • 6842731f08 hydra.el (hydra-lv): Declare obsolete Oleh Krehel 2019-04-08 12:06:07 +0200
  • 480ae63137
    Declare dependency on separate lv package bmag 2019-04-05 13:15:49 +0300
  • 8e3698fb53 hydra-examples.el (hydra-rectangle): Change "p" to "x" Oleh Krehel 2019-03-26 20:27:38 +0100
  • d96180865c hydra.el (hydra-hint-display-alist): Add Oleh Krehel 2019-03-26 20:45:59 +0100
  • e0e3282efa hydra.el (hydra-hint-display-type): Add Yanghao Xie 2019-03-21 19:30:02 +0800
  • 9c4a4711bc hydra.el (hydra-key-doc-function-default): Accept also sexp as doc Oleh Krehel 2019-02-13 19:49:50 +0100
  • aa55bbd196 hydra.el (hydra--hint-from-matrix): Don't wrap with concat Oleh Krehel 2019-02-13 13:48:11 +0100
  • 38a567fc5b hydra.el (hydra--hint-from-matrix): Return a list Oleh Krehel 2019-02-13 13:44:55 +0100
  • 1dab16cd2a hydra.el (hydra--hint-from-matrix): Prep to return list Oleh Krehel 2019-02-13 13:08:55 +0100
  • f0745366ff hydra.el (hydra--hint-from-matrix-1): Extract Oleh Krehel 2019-02-13 12:50:13 +0100
  • b7279c7c19 hydra.el (hydra--hint-row): Prep to return list Oleh Krehel 2019-02-13 12:21:39 +0100
  • 3846e2728f hydra.el (hydra-interpose): Extract Oleh Krehel 2019-02-13 12:05:02 +0100
  • 16563fbc4c hydra.el (hydra--hint-row): Extract Oleh Krehel 2019-02-13 12:04:39 +0100
  • 1e423933a9 hydra.el: sexp hints are now supported for :columns Oleh Krehel 2019-02-12 12:40:48 +0100
  • 67e454bf10 hydra.el (defhydra+): Update indent spec Oleh Krehel 2019-02-06 11:51:30 +0100
  • 9ca93bdffb hydra.el (defhydra+): Add Oleh Krehel 2019-02-05 11:49:06 +0100
  • 425f20e7ed README.md: Link to :column code Oleh Krehel 2019-02-04 16:52:41 +0100
  • 05871dd6c8 hydra.el (defhydra): Document the :column feature Oleh Krehel 2019-02-04 16:50:33 +0100
  • 2ad0b01611 hydra.el (hydra--normalize-body): Fixup for Emacs24 Oleh Krehel 2019-02-04 16:30:00 +0100
  • e01a79e4b7 hydra.el (defhydra): Declare "/params" and "/docstring" Oleh Krehel 2019-02-04 16:21:55 +0100
  • ffff068d7f
    Update readme.md, add repo name and melpa badges duianto 2019-01-22 12:47:01 +0100
  • 67098cc914 hydra.el (hydra--format): Add extra newline Oleh Krehel 2018-11-28 18:16:24 +0100
  • 5c5b9ca326 Silence byte-compiler on Emacs 25 Jonas Bernoulli 2018-11-10 18:40:26 +0100
  • d071278fcc hydra.el (hydra--format): Fix off-by-one Oleh Krehel 2018-10-30 20:25:43 +0100
  • c30e04d3f6 lv.el (lv-window): Turn off display-line-numbers Oleh Krehel 2018-09-18 17:29:45 +0200
  • 44b42598ee Fix Typos culot 2018-08-23 15:50:08 +0200
  • 87cc74b264 hydra.el (hydra--format): Make no docstring equivalent to :hint nil Oleh Krehel 2018-07-03 17:02:49 +0200
  • 5b8f662992 hydra.el (hydra--format): Allow e.g. "M-?" in docstring Oleh Krehel 2018-05-08 19:08:55 +0200
  • 1e72f96a14 hydra.el (defhydra): Add :base-map option to body plist Oleh Krehel 2018-05-02 21:25:08 +0200
  • 62e0f37462 hydra-test.el: Fix tests for previous commit Oleh Krehel 2018-02-27 18:44:27 +0100
  • 8119d82fe9 hydra.el (hydra--make-defun): require hydra Justin Burkett 2018-02-26 14:14:06 -0500
  • cf96140079 hydra-test.el: Regenerate tests for the last commit Oleh Krehel 2018-02-01 17:47:58 +0100
  • 462202d7fc hydra.el (hydra--doc): Fixup Oleh Krehel 2018-02-01 17:45:58 +0100
  • 03eeea324c Make first line of hydra docstrings more informative. Justin Burkett 2018-01-31 21:22:06 -0500
  • 1deed8a00e
    fix typo in readme wouter bolsterlee 2017-12-24 17:59:58 +0100
  • e228432bb6 hydra.el (hydra--hint-from-matrix): Adjust for "%" in key Oleh Krehel 2017-11-20 19:42:47 +0100
  • 49611c1509 hydra.el (hydra--generate-matrix): Refactor Oleh Krehel 2017-11-20 19:42:37 +0100
  • a23046b7d5 hydra.el (hydra--hint-from-matrix): Refactor Oleh Krehel 2017-11-20 19:07:20 +0100
  • 6eaf10f52c hydra-test.el (hydra-format-5): Fix failing test Oleh Krehel 2017-11-20 19:31:33 +0100
  • df3025f7e3 hydra.el (hydra-key-regex): Add "\\" Oleh Krehel 2017-09-25 07:59:18 +0200
  • b12d37ac00 hydra.el (hydra--format): Detect macroexpand Oleh Krehel 2017-09-03 11:18:37 +0200
  • b4fb3298cd hydra.el (hydra--hint-heads-wocol): Ignore dynamic hints Oleh Krehel 2017-08-13 19:58:09 +0200
  • ab67b29835 Declare the third argument of `defhydra’ as a (potential) docstring. Joe Wreschnig 2017-08-03 22:19:26 +0200
  • 943636fe4a hydra.el: Bump version Oleh Krehel 2017-07-22 17:18:08 +0200
  • 38ce88a9c3 hydra.el : fix some docstring warning David AMAR 2017-03-25 16:15:45 +0100
  • 02f29073e0 hydra.el (hydra--sort-heads): change ordering method of columns David AMAR 2017-03-25 16:12:05 +0100
  • 36fb5e0149 hydra.el (defhydra): Use copy-tree on heads Oleh Krehel 2017-01-08 10:48:34 +0100
  • 2751f00c2c Remove trailing whitespace from :column docstring David AMAR 2016-12-04 14:05:45 +0100
  • 95008ea38b hydra.el: Add automatic lookup for remaped cmd David AMAR 2016-11-15 21:38:01 +0100
  • 3db82e5f43 Implement named columns David AMAR 2016-11-07 06:54:23 +0100
  • a72d68a0f6 hydra.el (hydra-fontify-head-default): Fix head keys as "%f" Oleh Krehel 2016-11-17 19:27:53 +0100
  • dd5f703d52 hydra.el: Use error-message-string, not message Oleh Krehel 2016-09-13 11:16:23 +0200
  • a07b92a875 lv.el (lv-window): Rename to " *LV*" Oleh Krehel 2016-09-12 16:55:53 +0200
  • 2ebf8624d5 Move Amaranth warning message to a defvar jasonm23 2016-09-10 09:20:33 +0700
  • 3527b321ce Fix byte compiler warnings Oleh Krehel 2016-08-28 10:54:41 +0200
  • 76d51ecd41 Fix compile warnings Oleh Krehel 2016-08-25 09:36:34 +0200
  • 91f8e7c13b hydra.el: Bump version Oleh Krehel 2016-07-02 09:29:28 +0200
  • 63de503ee8 hydra.el (hydra-key-regex): Add "$" Oleh Krehel 2016-06-16 09:24:02 +0200
  • d2aaf869ec Fix e.g. _f_(foo) in format string Oleh Krehel 2016-05-18 16:21:43 +0200
  • 9c2589f9ae Update the package description Oleh Krehel 2016-05-11 10:51:14 +0200
  • 1eee0f337a hydra.el (hydra-get-property): New defun. Oleh Krehel 2016-05-11 10:04:43 +0200
  • 585db09f58 hydra-examples.el: Add example of setting verbosity Oleh Krehel 2016-04-15 13:23:17 +0200
  • 1d378c6887 Allow to set hydra verbosity Oleh Krehel 2016-04-15 13:20:25 +0200
  • 81d88e4c11 hydra.el (hydra-show-hint): Extract from defhydra Oleh Krehel 2016-04-15 12:22:32 +0200
  • 270b917f1c hydra.el (defhydra): Don't eval hints during the definition Oleh Krehel 2016-04-13 18:26:21 +0200
  • 798684a119 hydra-examples.el: Don't byte-compile Oleh Krehel 2016-04-13 18:25:15 +0200
  • f877855284 hydra-examples.el (org-agenda-cts): Add Oleh Krehel 2016-04-13 18:10:25 +0200
  • 6d5bdf7cb0 Introduce (:hint none) Oleh Krehel 2016-04-11 15:24:36 +0200
  • 200a444419 hydra.el (hydra--hint): Revert return "" for :hint nil Oleh Krehel 2016-04-11 09:16:41 +0200
  • 0a5074afe8 hydra.el (hydra--format): Avoid inf loops Oleh Krehel 2016-04-08 11:08:20 +0200