Age | Commit message (Expand) | Author |
2023-03-16 | core: display new key name using aliases in output of `/key` command | Sébastien Helleu |
2023-03-16 | core: add function to expand raw key code to name with alias, use it in /key ... | Sébastien Helleu |
2023-03-16 | core: add keyboard debug mode with command `/key debug` | Sébastien Helleu |
2023-03-10 | core: simplify /help eval, move examples with the other examples (issue #1888) | Sébastien Helleu |
2023-03-10 | core: allow /eval to get hashtable properties | Andrew Potter |
2023-01-29 | core: force ctrl keys to lower case when they are added (closes #1875) | Sébastien Helleu |
2023-01-28 | core, plugins: make plugin names case sensitive (issue #1872) | Sébastien Helleu |
2023-01-28 | core: make bar and bar items case sensitive (issue #1872) | Sébastien Helleu |
2023-01-28 | core, plugins: make commands, hook command_run, completions and aliases case ... | Sébastien Helleu |
2023-01-28 | core: make configuration files, sections and options case sensitive (issue #1... | Sébastien Helleu |
2023-01-28 | core: add function config_file_get_configs_by_priority (issue #1872) | Sébastien Helleu |
2023-01-28 | core: sort configuration files by name, reload them by priority (issue #1872) | Sébastien Helleu |
2023-01-12 | core: remove useless continue statement in loop | Sébastien Helleu |
2023-01-12 | core: display error in command if allocation of arraylist fails | Sébastien Helleu |
2023-01-03 | core: fix crash or infinite loop in /allbuf command | Sébastien Helleu |
2023-01-03 | core: add variable list_size to prevent computing arraylist size in each iter... | Sébastien Helleu |
2023-01-01 | core: update copyright dates | Sébastien Helleu |
2022-12-25 | core: move `/input` buffer switch/zoom actions to command `/buffer` | Sébastien Helleu |
2022-12-25 | core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set` | Sébastien Helleu |
2022-12-25 | core: add command `/allbuf` | Sébastien Helleu |
2022-12-25 | api: do not check hotlist add conditions when adding buffer in hotlist with f... | Sébastien Helleu |
2022-12-25 | core: add option `add` in command `/hotlist` | Sébastien Helleu |
2022-12-25 | core: move `/input` hotlist actions to new command `/hotlist` | Sébastien Helleu |
2022-12-25 | core: add function gui_buffer_jump_last_visible_number | Sébastien Helleu |
2022-12-25 | core: move `/input` jump actions to command `/buffer jump` | Sébastien Helleu |
2022-12-25 | core: fix typo in comment | Sébastien Helleu |
2022-12-24 | core: remove useless conditions | Sébastien Helleu |
2022-12-10 | core: add whole string information in /debug unicode | Sébastien Helleu |
2022-12-10 | core: add color attributes "blink" and "dim" (half bright) (closes #1855) | Sébastien Helleu |
2022-11-21 | core: add option `unicode` in command `/debug` | Sébastien Helleu |
2022-11-20 | core: reorder sub-commands in /debug command callback | Sébastien Helleu |
2022-11-05 | core: add range of chars in evaluation of expressions with `chars:xxx` | Sébastien Helleu |
2022-10-12 | core: allow command `/toggle` to create option before setting the value, if a... | Sébastien Helleu |
2022-09-18 | core: add key alt+backspace, change behavior of key ctrl+w (closes #559) | Sébastien Helleu |
2022-08-07 | core: add option `-save` in command `/upgrade` (closes #1630) | Sébastien Helleu |
2022-07-20 | api: add arguments "index_start" and "index_end" in function string_rebuild_s... | Sébastien Helleu |
2022-07-20 | api: rename function string_build_with_split_string to string_rebuild_split_s... | Sébastien Helleu |
2022-05-27 | core: add completion of conditions and content in commands `/item add` and `/... | Sébastien Helleu |
2022-05-27 | core: add examples in /help item (issue #808) | Sébastien Helleu |
2022-05-27 | core: add display conditions in custom bar items (issue #808) | Sébastien Helleu |
2022-05-27 | core: add command /item (closes #808) | Sébastien Helleu |
2022-05-11 | core: allow to remove multiple filters at once with command /filter del | Sébastien Helleu |
2022-04-24 | core: move detailed list of hooks from command "/plugin listfull" to "/debug ... | Sébastien Helleu |
2022-04-23 | core: add missing options "dirs" and "hooks" in description of /debug command... | Sébastien Helleu |
2022-04-18 | core: add case conversion in evaluation of expressions (closes #1778) | Sébastien Helleu |
2022-03-13 | core: add function gui_buffer_new_props (issue #1759) | Sébastien Helleu |
2022-01-30 | core: add support of date and tags in messages displayed in buffers with free... | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2021-10-01 | core: add command /toggle | Sébastien Helleu |
2021-09-20 | core: add creation of user variables in evaluated expressions with ${define:n... | Sébastien Helleu |