index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2023-01-29
core: force ctrl keys to lower case when they are added (closes #1875)
Sébastien Helleu
2023-01-29
tests: add tests on gui key functions (issue #1875)
Sébastien Helleu
2023-01-28
irc: make IRC server names case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core: make configuration files, sections and options case sensitive (issue #1...
Sébastien Helleu
2023-01-28
core: add function config_file_get_configs_by_priority (issue #1872)
Sébastien Helleu
2023-01-28
core: sort configuration files by name, reload them by priority (issue #1872)
Sébastien Helleu
2023-01-28
core: move function hook_get_priority_and_name to wee-string.c (issue #1872)
Sébastien Helleu
2023-01-15
irc: update message with number of nicks when joining a channel
Sébastien Helleu
2023-01-14
tests: add tests on string comparison functions
Sébastien Helleu
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-04
tests: fix long lines in scripting API tests
Sébastien Helleu
2023-01-04
tests: ignore module level import not at top of file (flake8 E402)
Sébastien Helleu
2023-01-04
tests: mark methods is_bool and is_number as static
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2023-01-01
tests: add tests on gui input functions
Sébastien Helleu
2022-12-31
core: move function gui_input_move_to_buffer to gui-buffer.c
Sébastien Helleu
2022-12-30
core: fix color when the delimiter is not followed by a background color (clo...
Sébastien Helleu
2022-12-25
core: move `/input` buffer switch/zoom actions to command `/buffer`
Sébastien Helleu
2022-12-25
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
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-24
api: add functions string_strcmp and string_strncmp
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-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-18
tests: add tests on function gui_input_delete_next_word
Sébastien Helleu
2022-12-18
tests: add tests on function gui_input_delete_range
Sébastien Helleu
2022-12-18
tests: add tests on gui delete previous/next char functions
Sébastien Helleu
2022-12-18
tests: add extra tests on function gui_input_set_pos
Sébastien Helleu
2022-12-18
tests: add tests on gui input completion functions
Sébastien Helleu
2022-12-18
core: remove unused argument "pos" from function gui_input_insert_string, add...
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-11-27
tests: define constants with UTF-8 strings, add tests on functions returning ...
Sébastien Helleu
2022-11-21
core: add option `unicode` in command `/debug`
Sébastien Helleu
2022-11-11
core: add identifier in buffer lines (closes #901)
Sébastien Helleu
2022-11-08
core: add signals "buffer_user_{input|closing}_xxx" for buffers created with ...
Sébastien Helleu
2022-11-06
trigger: add regex command "y" to translate chars, set default regex command ...
Sébastien Helleu
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
[prev]
[next]