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
/
src
Age
Commit message (
Expand
)
Author
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
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-11
doc/api: Improve python example for config_new_section
Trygve Aaberge
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: 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
2022-12-10
core: expand tabulations as spaces in bars
Sébastien Helleu
2022-12-10
core: replace call to memcpy by utf8_strncpy
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-20
core: fix typo in comment
Sébastien Helleu
2022-11-19
trigger: properly initialize variable "value" to NULL
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: display failing regex in trigger creation error
Sébastien Helleu
2022-11-06
trigger: use explicit command "s" in regex of default triggers
Sébastien Helleu
2022-11-06
trigger: add regex command "y" to translate chars, set default regex command ...
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-20
trigger: execute trigger command on appropriate buffer (closes #1841)
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
api: do not expect any return value in callbacks change/delete of config_new_...
Sébastien Helleu
2022-10-14
python: Fix return types for config option callbacks
Trygve Aaberge
2022-10-14
Allow terminal title to be left unchanged.
Latchezar Tzvetkoff
2022-10-12
irc: escape backslashes in raw buffer (closes #1838)
Sébastien Helleu
2022-10-12
core: allow command `/toggle` to create option before setting the value, if a...
Sébastien Helleu
2022-10-10
core: fix context info in buffers with free content (closes #1832)
Sébastien Helleu
2022-10-09
python: Include script examples in function docstring
Trygve Aaberge
2022-10-08
core: fix compilation warning on isdigit function
Sébastien Helleu
2022-10-08
xfer: add missing include of netinet/in.h
Sébastien Helleu
2022-10-05
core: fix page scroll in bare display (closes #1830)
Sébastien Helleu
2022-10-02
python: Include constant values in python stub
Trygve Aaberge
2022-10-01
irc: set local variable "filter" when doing `/server raw xxx` with raw buffer...
Sébastien Helleu
2022-09-30
trigger: add variable `${tg_hook_type}` (closes #1765)
Sébastien Helleu
2022-09-29
api: change type of argument object_id in upgrade_new callback from string to...
Sébastien Helleu
[prev]
[next]