index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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: fix typo in comment
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 style in ChangeLog and release notes
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-22
core: fix typo in French translation of /help input
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
irc: fix calls to weechat_string_toupper
Sébastien Helleu
2022-12-19
core: fix call to string_toupper
Sébastien Helleu
2022-12-19
spell: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-19
irc: return directly output of string_dyn_free without temporary variable
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-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-17
core: simplify gui input functions by returning immediately if condition not met
Sébastien Helleu
2022-12-17
irc: do not join channels in server autojoin option after reconnection to the...
Sébastien Helleu
2022-12-14
doc: update German auto-generated file
Sébastien Helleu
2022-12-14
core: update German translations
Nils Görs
2022-12-11
doc/api: Improve python example for config_new_section
Trygve Aaberge
2022-12-11
doc/api: Fix return values for callback_read in config_new_section
Trygve Aaberge
2022-12-11
core: add contributor (issue #1859)
Sébastien Helleu
2022-12-11
core: update ChangeLog (issue #1859)
Sébastien Helleu
2022-12-11
cmake: add support of compiling with enchant-2 for the Spell plugin
Ryan Qian
2022-12-11
core: update ChangeLog (issue #1843)
Sébastien Helleu
2022-12-11
scripts: Send null values to config section callbacks
Trygve Aaberge
2022-12-10
trigger: fix variables sent to focus callback (closes #1858)
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: update ChangeLog (closes #1659, closes #1669, closes #1770)
Sébastien Helleu
2022-12-10
core: update translations
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
core: display chars < 32 with a letter/symbol and reverse video attribute in ...
Sébastien Helleu
2022-12-10
core: toggle reverse video attribute in bars for chars < 32 only if not alrea...
Sébastien Helleu
[next]