summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2023-04-26core: change default prefix_suffix char and color (issue #1920)Sébastien Helleu
2023-04-26core: change default color of bars and windows separators (issue #1920)Sébastien Helleu
2023-04-26core: add option weechat.color.status_name_insecure (issue #1920)Sébastien Helleu
2023-04-26core: always allow 256 colors, find nearest color if less colors are availabl...Sébastien Helleu
2023-04-25core: add option `split_return` in command `/input` (closes #1916)Sébastien Helleu
2023-04-23Revert "core: remove deprecated parameters from command `/input`"Sébastien Helleu
2023-04-19core: remove deprecated parameters from command `/input`Sébastien Helleu
2023-04-19core: convert deprecated commands bound to keys when upgrading weechat.conf t...Sébastien Helleu
2023-04-15doc/api: add more examples on function util_version_numberSébastien Helleu
2023-04-14core: remove unnecessary condition in comparison of timeval structuresSébastien Helleu
2023-04-13core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)Sébastien Helleu
2023-04-12core: rename option weechat.color.status_name_ssl to weechat.color.status_nam...Sébastien Helleu
2023-04-12core: replace SSL by TLS in comments (issue #1903)Sébastien Helleu
2023-04-07core: change default color of "mouse_status" item to lightgreenSébastien Helleu
2023-04-05core: fix pointer to hash and hash_temp in doc generatorSébastien Helleu
2023-04-01core, plugins: set options to NULL by default, refactor config init functionsSébastien Helleu
2023-04-01alias: rename all aliases to lower case on upgrade (issue #1872)Sébastien Helleu
2023-03-31doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete do...Sébastien Helleu
2023-03-31core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)Sébastien Helleu
2023-03-30doc: remove unnecessary empty lines in autogen filesSébastien Helleu
2023-03-30doc: update autogen files only if changed, add autogen dependencies on docsSébastien Helleu
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add parame...Sébastien Helleu
2023-03-28core: add separate function to get translated help for values of color optionsSébastien Helleu
2023-03-28core: check that infolist is not NULL in next/prev/reset_item_cursor functionsSébastien Helleu
2023-03-26core: Add an option to start multiline input text on a new lineTrygve Aaberge
2023-03-26core: update translations (issue #1503)Sébastien Helleu
2023-03-26core: fix code style (issue #1503)Sébastien Helleu
2023-03-26core: Implement commands for operating on a single input lineTrygve Aaberge
2023-03-25core: Increase default value for paste_max_lines to 100Trygve Aaberge
2023-03-25core: Remove option weechat.look.paste_auto_add_newlineTrygve Aaberge
2023-03-25core: fix memory leak in function config_file_read_internalSébastien Helleu
2023-03-24core: add option `legacy` in command `/key`Sébastien Helleu
2023-03-19core: add option `rename` in command `/bar`Sébastien Helleu
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-19core: do not call check callback when setting default value of optionSébastien Helleu
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-17core: also display mouse codes with `/debug key`Sébastien Helleu
2023-03-17core: add note about "shift-" modifier in /help keySébastien Helleu
2023-03-17core: add modifiers, key names and combos in /help keySébastien Helleu
2023-03-17core: check new keys manually added with /setSébastien Helleu
2023-03-16core: remove mention to list of keys being displayed without arguments in /he...Sébastien Helleu
2023-03-16core: display a specific error when trying to bind a key without area in mous...Sé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: add function config_file_option_set_defaultSébastien Helleu
2023-03-16fset: hook command /keySébastien Helleu