Age | Commit message (Expand) | Author |
2022-12-25 | api: do not check hotlist add conditions when adding buffer in hotlist with f... | Sébastien Helleu |
2022-12-25 | core: add option `add` in command `/hotlist` | Sébastien Helleu |
2022-12-25 | core: move `/input` hotlist actions to new command `/hotlist` | Sébastien Helleu |
2022-12-25 | core: add function gui_buffer_jump_last_visible_number | Sébastien Helleu |
2022-12-25 | core: move `/input` jump actions to command `/buffer jump` | Sébastien Helleu |
2022-12-25 | core: fix typo in comment | Sébastien Helleu |
2022-12-24 | core: remove useless conditions | Sébastien Helleu |
2022-12-24 | api: add functions string_strcmp and string_strncmp | Sébastien Helleu |
2022-12-24 | doc/api: mention "UTF-8" in char/string comparison functions | Sébastien Helleu |
2022-12-24 | api: rename char comparison functions "utf8_char*" to "string_char*" | Sébastien Helleu |
2022-12-24 | api: return arithmetic difference between chars in string comparison functions | Sébastien Helleu |
2022-12-23 | api: fix function strcmp_ignore_chars with case sensitive comparison and wide... | Sébastien Helleu |
2022-12-21 | core: improve case convert and insensitive char comparisons (closes #258) | Sébastien Helleu |
2022-12-19 | core: remove unneeded casts | Sébastien Helleu |
2022-12-19 | core: fix call to string_toupper | Sébastien Helleu |
2022-12-19 | core: return directly output of string_dyn_free without temporary variable | Sébastien Helleu |
2022-12-18 | api: return newly allocated string in functions string_tolower and string_tou... | Sébastien Helleu |
2022-12-18 | core: return number of bytes for UTF-8 char in function utf8_int_string | Sébastien Helleu |
2022-12-10 | core: add whole string information in /debug unicode | Sébastien Helleu |
2022-12-10 | core: add color attributes "blink" and "dim" (half bright) (closes #1855) | Sébastien Helleu |
2022-12-10 | core: fix function string_cut when there are non printable chars in suffix | Sébastien Helleu |
2022-12-10 | core: do not display non printable chars, fix function utf8_char_size_screen | Sébastien Helleu |
2022-12-10 | api: add function utf8_strncpy | Sébastien Helleu |
2022-12-10 | core: optimize and fix function utf8_strlen_screen with non printable chars | Sébastien Helleu |
2022-12-10 | core: add result of `utf8_char_size_screen` in /debug unicode | Sébastien Helleu |
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-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-11 | core: add identifier in buffer lines (closes #901) | 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-10-23 | core: Prevent use of uninitialized memory when setting invalid color | Trygve Aaberge |
2022-10-12 | core: allow command `/toggle` to create option before setting the value, if a... | Sébastien Helleu |
2022-10-08 | core: fix compilation warning on isdigit function | Sébastien Helleu |
2022-09-29 | core: fix compilation with zstd < 1.4.0 | Sébastien Helleu |
2022-09-27 | api: add function file_compress | Sébastien Helleu |
2022-09-27 | api: restrict number to integer in function string_parse_size | Sébastien Helleu |
2022-09-27 | api: add function string_parse_size | Sébastien Helleu |
2022-09-18 | core: add key alt+backspace, change behavior of key ctrl+w (closes #559) | Sébastien Helleu |
2022-09-16 | api: add support of priority in function hook_line (closes #1821) | Sébastien Helleu |
2022-09-03 | core: remove debug print | Sébastien Helleu |
2022-09-03 | xfer: fix DCC file receive on Termux (closes #1811) | Sébastien Helleu |
2022-08-31 | core: rename argument "length" to "bytes" in function string_strndup (header ... | Sébastien Helleu |
2022-08-16 | api: add function crypto_hash_file | Sébastien Helleu |
2022-08-07 | core: add option `-save` in command `/upgrade` (closes #1630) | Sébastien Helleu |
2022-07-24 | core: remove dead assignments | Sébastien Helleu |
2022-07-24 | core: add option weechat.look.highlight_disable_regex and buffer property "hi... | Sébastien Helleu |
2022-07-20 | api: add arguments "index_start" and "index_end" in function string_rebuild_s... | Sébastien Helleu |
2022-07-20 | api: rename function string_build_with_split_string to string_rebuild_split_s... | Sébastien Helleu |