summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2023-08-18core: add name of section in warning message for invalid value when reading c...Sébastien Helleu
2023-08-17core: fix increment/decrement of options weechat.notify.*Sébastien Helleu
2023-08-17core: fix integer overflow when setting integer option with `++N` or `--N`Sébastien Helleu
2023-08-16core: fix /help cursor (issue #1282)Sébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with c...Sébastien Helleu
2023-07-31core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)Sébastien Helleu
2023-07-31core: fix typoSébastien Helleu
2023-07-31doc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_...Sébastien Helleu
2023-07-31core: add missing trailing newline char in doc generation error messagesSébastien Helleu
2023-07-18core: fix typo in commentSébastien Helleu
2023-07-11core: clarify messages for unknown options/sections read in config files (clo...Sébastien Helleu
2023-07-08core: use type "enum" in optionsSébastien Helleu
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
2023-07-05core: add quotes around key names in /help keySébastien Helleu
2023-07-04core: fix cursor position after `/plugin list -i` or `/plugin list -il`Sébastien Helleu
2023-07-04core: check that ptr_value is not NULLSébastien Helleu
2023-07-04core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound...Sébastien Helleu
2023-07-04core: add key ctrl-backspace in /help key (issue #1975)Sébastien Helleu
2023-07-04doc: fix anchor links in auto-generated filesSébastien Helleu
2023-06-27core: check for newline characters in string_is_whitespace_charTrygve Aaberge
2023-06-26core: display actual key name and command with key Alt+kSébastien Helleu
2023-06-25core: force key "return" to command "/input return" when migrating legacy keysSébastien Helleu
2023-06-17core: ignore rest of config file if config version is invalid or not supportedSébastien Helleu
2023-06-10core: add completions "filters_names_disabled" and "filters_names_enabled"Sébastien Helleu
2023-06-05doc: fix URLs to WeeChat docsSébastien Helleu
2023-05-30core: send all command line parameters not beginning with a dash to all plugi...Sébastien Helleu
2023-05-16core: move creation of info_hashtable "secured_data" in plugin-api-info.cSébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-05-05core: fix execution of multiple commands separated by newline when there are ...Sébastien Helleu
2023-05-04api: don't split on newline by default in functions `command` and `command_op...Sébastien Helleu
2023-05-01core: add enabled/disabled status color in output of `/filter list` (closes #...Sébastien Helleu
2023-05-01core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...Sébastien Helleu
2023-04-26core: enable option weechat.look.color_inactive_time by default (issue #1920)Sébastien Helleu
2023-04-26core: change default chat colors (issue #1920)Sébastien Helleu
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