summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-19core: display an error with `/bar add` when the bar already existsSébastien Helleu
2023-03-19core: add value "name" in completion of `/bar set <name>`Sébastien Helleu
2023-03-19doc/api: fix typoSébastien Helleu
2023-03-19core: fix default value of options for bars added by pluginsSébastien Helleu
2023-03-19core: fix long lines in function gui_bar_use_temp_barsSébastien Helleu
2023-03-19core: allow any valid boolean value in command `/bar set <name> separator xxx`Sébastien Helleu
2023-03-19core: fix typo on bar option name "separator"Sébastien Helleu
2023-03-19core: use a fixed size buffer to create a bar optionSébastien Helleu
2023-03-19core: use a fixed size buffer to rename a barSébastien Helleu
2023-03-19core: do not call check callback when setting default value of optionSébastien Helleu
2023-03-19doc/man: call brackets correctly in the serbian translationSekulum Forka
2023-03-19doc/man: fix grammatical mistakes in the serbian translationSekulum Forka
2023-03-19core: run config hooks only when value or default value is actually changed i...Sébastien Helleu
2023-03-19core: optimize commands `/reset` and `/unset` with a maskSébastien Helleu
2023-03-19core: add command `/reset` to reset options to their default valuesSébastien Helleu
2023-03-19core: don't translate the key context (default/search/cursor/mouse)Sébastien Helleu
2023-03-18core: mention breaking changes in release notesSébastien Helleu
2023-03-18core: bump version to 4.0.0-dev, follow "practical" semantic versioningSébastien Helleu
2023-03-18core: update ChangeLog and release notes (closes #1238)Sébastien Helleu
2023-03-18core: update translationsSébastien Helleu
2023-03-18doc: replace comma by underscore in name of option used in anchorsSébastien Helleu
2023-03-17core: also display mouse codes with `/debug key`Sébastien Helleu
2023-03-17core: change order of modifiers in mouse keysSébastien Helleu
2023-03-17core: split gui-curses.h into multiple headersSébastien Helleu
2023-03-17core: fix search of commands with raw code and alias matchingSébastien Helleu
2023-03-17core: set insert_ok to 0 for backspace keySébastien Helleu
2023-03-17core: remove "%s" from translated message for key debugSébastien Helleu
2023-03-17core: add note about "shift-" modifier in /help keySébastien Helleu
2023-03-17core: refactor print of keys in debug modeSébastien Helleu
2023-03-17core: replace "\x01" by "^" and add color for delimiters in output of /debug keySébastien Helleu
2023-03-17core: add modifiers, key names and combos in /help keySébastien Helleu
2023-03-17core: use order returned by gui_key_expand in gui_key_modifier_listSébastien Helleu
2023-03-17core: display a warning when trying to bind a raw key code or invalid key (mi...Sébastien Helleu
2023-03-17core: check new keys manually added with /setSébastien Helleu
2023-03-17core: remove use of "meta2-" in key nameSébastien Helleu
2023-03-16core: remove mention to list of keys being displayed without arguments in /he...Sébastien Helleu
2023-03-16buflist: do not display keys added in default context on first loadSébastien Helleu
2023-03-16core: display a specific error when trying to bind a key without area in mous...Sébastien Helleu
2023-03-16api: change also default value of new key options with function key_bindSébastien Helleu
2023-03-16core: display a warning if the config version read is newer than supported ve...Sébastien Helleu
2023-03-16core: move keyboard debug mode from `/key debug` to `/debug key`Sébastien Helleu
2023-03-16core: split alias list into two listsSébastien Helleu
2023-03-16tests: add extra test on function gui_key_legacy_to_aliasSébastien Helleu
2023-03-16api: change default value of existing key options with function key_bindSébastien Helleu
2023-03-16core: add function config_file_option_set_defaultSébastien Helleu
2023-03-16fset: hook command /keySébastien Helleu
2023-03-16core: create config options for all keys that can be managed with `/set` and ...Sébastien Helleu
2023-03-16core: fix safe list of keysSébastien Helleu
2023-03-16core: remove obsolete function gui_key_legacy_expandSébastien Helleu
2023-03-16core: optimize search of key by reducing the number of splits into chunksSébastien Helleu