summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2023-03-16core: add key alt-K (alt+shift+k) to grab raw key and its commandSébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-03-16core: fix display of key with command `/key bindctxt <context> <key>`Sébastien Helleu
2023-03-16core: add configuration version, add API function config_set_versionSébastien Helleu
2023-03-16core: simplify function config_file_read_internalSébastien Helleu
2023-03-16core: display new key name using aliases in output of `/key` commandSébastien Helleu
2023-03-16core: fix function gui_key_legacy_to_alias with keys on areasSébastien Helleu
2023-03-16core: add function to expand raw key code to name with alias, use it in /key ...Sébastien Helleu
2023-03-16core: add keyboard debug mode with command `/key debug`Sébastien Helleu
2023-03-16fset: remove scroll to top of fset buffer when options are added or removed (...Sébastien Helleu
2023-03-12core: revert case sensitive Curl constants and options (issue #1872)Sébastien Helleu
2023-03-12core: check that parameters are not NULL in URL functionsSébastien Helleu
2023-03-10core: simplify /help eval, move examples with the other examples (issue #1888)Sébastien Helleu
2023-03-10core: rename variable open_paren to pos_open_parenSébastien Helleu
2023-03-10core: allow /eval to get hashtable propertiesAndrew Potter
2023-02-22core: fix crash in case of NULL message sent to function gui_chat_printf_y_da...Sébastien Helleu
2023-02-10core: allow /input move_next_word going to the end of lineRobin Jarry
2023-02-04fix: various code commentsrj1
2023-02-04core: optimize search of key bindings in contexts default/search/cursorSébastien Helleu
2023-02-03core: simplify function gui_key_cmpSébastien Helleu
2023-02-02core: remove extra spaces before commaSébastien Helleu
2023-01-31irc: add command `/rules` (closes #1864)Sébastien Helleu
2023-01-31irc: add command `/knock` (closes #7)Sébastien Helleu
2023-01-30core: update description of function hook_command_display_error_unknownSébastien Helleu
2023-01-30core: inform that commands are case sensitive when another command with diffe...Sébastien Helleu
2023-01-30core: improve prioritization of commands starting with same chars in similar ...Sébastien Helleu
2023-01-30core: display similar command names when a command is unknown (closes #1877)Sébastien Helleu
2023-01-30core: add function string_get_common_bytes_count (issue #1877)Sébastien Helleu
2023-01-30core: add function string_levenshtein (issue #1877)Sébastien Helleu
2023-01-29core: properly skip command char when it is a wide char in exec of hook_comma...Sébastien Helleu
2023-01-29irc: add server option "registered_mode" (closes #1625)Andrew Potter
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-29core: ignore incomplete ctrl/meta/meta2 codes in keys (issue #1875)Sébastien Helleu
2023-01-29core: ensure internal_code is not NULL when adding a default key (issue #1875)Sébastien Helleu
2023-01-29core: compute first internal code and expanded name before removing key (issu...Sébastien Helleu
2023-01-29core: compute first internal code and expanded name before adding key (issue ...Sébastien Helleu
2023-01-29core: use dynamic string in functions gui_key_get_internal_code and gui_key_g...Sébastien Helleu
2023-01-29api: readjust string size in function string_dyn_free when string is not free...Sébastien Helleu
2023-01-29tests: add tests on gui key functions (issue #1875)Sébastien Helleu
2023-01-28alias: add option `rename` in command `/alias` (issue #1872)Sébastien Helleu
2023-01-28core: make buffer name case sensitive in read of infolist "buffer" (issue #1872)Sébastien Helleu
2023-01-28core: make proxy name case sensitive in read of infolist "proxy" (issue #1872)Sébastien Helleu
2023-01-28relay: make relay compression case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: replace calls to strcmp by string_strcmp when difference matte...Sébastien Helleu
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu