summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-08exec: remove trailing space on buffers with free content when line numbers ↵Sébastien Helleu
are not displayed
2024-03-07exec: add missing exec tags in lines of buffers with free content (closes #2086)Sébastien Helleu
2024-03-07doc: update German documentationNils Görs
2024-03-07core: update German translationsNils Görs
2024-03-07doc/plugin: add missing translation commentsSébastien Helleu
2024-03-06core: check if malloc.h is present, independently of function malloc_trimSébastien Helleu
2024-03-06irc: add option `-all` in command `/allchan`, do not execute command on ↵Sébastien Helleu
parted channels by default (closes #2085)
2024-03-06core: include header malloc.h only if function malloc_trim is availableSébastien Helleu
2024-03-06core: update translationsSébastien Helleu
2024-03-06core: check that function `malloc_trim` is available, display an error if ↵Sébastien Helleu
not available
2024-03-06core: add option `malloc_trim` in command `/sys`Sébastien Helleu
2024-03-06irc: use API config functions to get inherited value (server options)Sébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option ↵Sébastien Helleu
weechat.look.mouse_timer_delay (closes #2082)
2024-03-06core: update German translationsNils Görs
2024-03-05doc/scripting: auto-generate list of scripting functions and constants from ↵Sébastien Helleu
Python API
2024-03-05python: add infolists "python_function" and "python_constant"Sébastien Helleu
2024-03-05plugins: move scripting API constants to plugin-script.cSébastien Helleu
2024-03-05tests: add tests on scripting API constantsSébastien Helleu
2024-03-05doc: move script doc/python_stub.py to tools/generate_python_stub.pySébastien Helleu
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in ↵Sébastien Helleu
scripting API
2024-03-05tests/scripts: fix representation of `None` Python value in generated scriptsSébastien Helleu
2024-03-05core: refactor functions that read values of config optionsSébastien Helleu
2024-03-05tests: add tests on functions that read values of config optionsSébastien Helleu
2024-03-05api: add functions config_option_get_string and config_option_get_pointer in ↵Sébastien Helleu
scripting API
2024-03-05tcl: simplify return macrosDasBrain
2024-03-05tcl: refactor creation of constantsDasBrain
2024-02-26core: update German translationsNils Görs
2024-02-26relay/api: rename "salt" to "timestamp"Sébastien Helleu
2024-02-25doc/api: fix string format in calls to weechat.prnt (examples in Python)Sébastien Helleu
2024-02-25python: fix truncation of unsigned long long integer returned by function ↵Sébastien Helleu
string_parse_size
2024-02-25php: remove constants that must not be visible in scriptsSébastien Helleu
2024-02-25tcl: fix truncation of long integer returned by function hdata_longSébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button3"Sébastien Helleu
2024-02-24doc/user: fix order of mouse event modifiersSébastien Helleu
Key "alt" is always before "ctrl".
2024-02-24core: fix typo in commentSébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button2"Sébastien Helleu
2024-02-23doc: Update Serbian translationIvan Pešić
2024-02-23core: Update Serbian translationIvan Pešić
Some typos are corrected
2024-02-23docs: fix some typos in documentation and commentsTrygve Aaberge
2024-02-22core: add contributorSébastien Helleu
2024-02-22tcl: make plugin compatible with Tcl 9.0Johannes Kuhn
Replace calls to Tcl_GetStringFromObj by Tcl_GetString.
2024-02-21fset: allow filename starting with "~" in command `/fset -export`Sébastien Helleu
2024-02-21script: always display list of scripts when searching scripts with `/script ↵Sébastien Helleu
search` (closes #2077)
2024-02-21script: fix default mouse keys (closes #2076)Sébastien Helleu
Some parameters of command `/script` were renamed in commit 85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not changed and still using the old parameters names.
2024-02-19core: update German translationsNils Görs
2024-02-19script: add info "script_loaded"Sébastien Helleu
2024-02-19api: add info "plugin_loaded"Sébastien Helleu
2024-02-18tests: add tests on "api" relay (general functions and messages)Sébastien Helleu
2024-02-18relay: move functions to get URL parameters from api to relay-http.c, add testsSébastien Helleu
2024-02-18tests: fix free of HTTP requestSébastien Helleu