Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-10 | core: optimize and fix function utf8_strlen_screen with non printable chars | Sébastien Helleu | |
When there non printable chars, the return of the function was 1. For example utf8_strlen_screen("abc\x01") now returns 4 instead of 1. In addition the function has been optimized to not use the `mbstowcs` function which is slow; result is up to 15% faster. | |||
2022-12-10 | core: add result of `utf8_char_size_screen` in /debug unicode | Sébastien Helleu | |
2022-12-05 | doc: update Serbian auto-generated files | Sébastien Helleu | |
2022-12-05 | Update Serbian translation | Ivan Pešić | |
Documentation and messages translation update | |||
2022-12-03 | core: display hex codepoint before integer codepoint in /debug unicode | Sébastien Helleu | |
2022-12-03 | core: remove useless call to mbstowcs in function debug_unicode_char | Sébastien Helleu | |
2022-11-27 | tests: define constants with UTF-8 strings, add tests on functions returning ↵ | Sébastien Helleu | |
size on screen | |||
2022-11-22 | doc: update German auto-generated file | Sébastien Helleu | |
2022-11-22 | core: update German translations | Nils Görs | |
2022-11-21 | core: add option `unicode` in command `/debug` | Sébastien Helleu | |
2022-11-20 | core: reorder sub-commands in /debug command callback | Sébastien Helleu | |
2022-11-20 | core: fix typo in comment | Sébastien Helleu | |
2022-11-19 | trigger: properly initialize variable "value" to NULL | Sébastien Helleu | |
2022-11-19 | ci: install guile-3.0-dev instead of guile-2.2-dev | Sébastien Helleu | |
2022-11-19 | debian: change dependency guile-2.2-dev to guile-3.0-dev | Sébastien Helleu | |
2022-11-11 | core: add identifier in buffer lines (closes #901) | Sébastien Helleu | |
For buffers with formatted content, the "id" starts to 0 on each buffer and is incremented on each new line displayed (it is reset to 0 if reaching INT_MAX). For buffers with free content, the "id" is set to the same value as "y" (ie the line number, starting to 0). | |||
2022-11-09 | doc/api: add missing note after list of signals | Sébastien Helleu | |
2022-11-09 | doc/user: add missing supported format for trigger regex | Sébastien Helleu | |
2022-11-08 | doc: update German auto-generated file | Sébastien Helleu | |
2022-11-08 | core: add signals "buffer_user_{input|closing}_xxx" for buffers created with ↵ | Sébastien Helleu | |
`/buffer add` (closes #1848) | |||
2022-11-07 | doc: update German documentation | Nils Görs | |
2022-11-07 | core: update German translations | Nils Görs | |
2022-11-06 | trigger: display failing regex in trigger creation error | Sébastien Helleu | |
2022-11-06 | core: update translations | Sébastien Helleu | |
2022-11-06 | trigger: use explicit command "s" in regex of default triggers | Sébastien Helleu | |
2022-11-06 | core: add release notes about new trigger regex format | Sébastien Helleu | |
2022-11-06 | trigger: add regex command "y" to translate chars, set default regex command ↵ | Sébastien Helleu | |
to "s" (regex replace) (closes #1510) | |||
2022-11-05 | tests: add another test on function string_translate_chars | Sébastien Helleu | |
2022-11-05 | core: add range of chars in evaluation of expressions with `chars:xxx` | Sébastien Helleu | |
2022-11-05 | api: add function string_translate_chars | Sébastien Helleu | |
2022-11-05 | doc: Fix typo in highlight_disable_regex option name | Trygve Aaberge | |
The section describes highlight_disable_regex, but the example used highlight_regex instead. | |||
2022-10-23 | core: update ChangeLog (issue #1844) | Sébastien Helleu | |
2022-10-23 | core: Prevent use of uninitialized memory when setting invalid color | Trygve Aaberge | |
If a color option value is null and is tried being set to an invalid color, the value was set to uninitialized memory which can lead to a segfault. Can be reproduced with this script: https://gist.github.com/trygveaa/6ddb3a52f525a7fd8e0908bafa83e07c The option doesn't have to be set from a script, it also happens with the /set command. | |||
2022-10-22 | doc: remove extra "#" before hex color | Sébastien Helleu | |
2022-10-22 | debian: update changelog | Sébastien Helleu | |
2022-10-21 | core: add version 3.7.1 | Sébastien Helleu | |
2022-10-20 | doc: update German documentation | Nils Görs | |
2022-10-20 | trigger: execute trigger command on appropriate buffer (closes #1841) | Sébastien Helleu | |
This affects the following hook types: - command - command_run - line - modifier - print This fixes a regression introduced in WeeChat 3.7 by commit 0f67f55098db564c82c848262540704985790129. | |||
2022-10-19 | doc/faq: remove mention of obsolete WeeChat versions | Sébastien Helleu | |
2022-10-19 | doc: fix language in links to other docs | Sébastien Helleu | |
2022-10-16 | python: remove functions defined for Python < 2.6 | Sébastien Helleu | |
2022-10-15 | python: remove support of Python 2.x | Sébastien Helleu | |
2022-10-15 | tests: ignore pylint error unnecessary-pass | Sébastien Helleu | |
2022-10-15 | api: do not expect any return value in callbacks change/delete of ↵ | Sébastien Helleu | |
config_new_option (scripting API) | |||
2022-10-15 | tests: add tests on config functions (scripting API) | Sébastien Helleu | |
2022-10-14 | python: Fix return types for config option callbacks | Trygve Aaberge | |
I erroneously typed the return types for these to int in commit e0c117e14, but they should be None. | |||
2022-10-14 | core: add contributor (issue #1836) | Sébastien Helleu | |
2022-10-14 | core: update ChangeLog | Sébastien Helleu | |
2022-10-14 | Allow terminal title to be left unchanged. | Latchezar Tzvetkoff | |
Fixes #1835. | |||
2022-10-12 | irc: escape backslashes in raw buffer (closes #1838) | Sébastien Helleu | |