Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | api: add Curl options for versions 7.64.0 to 7.87.0 | Sébastien Helleu | |
2023-01-03 | plugins: change priority of scripting plugins | Sébastien Helleu | |
Use a step of 10 between each scripting plugin priority. | |||
2023-01-03 | core: fix crash or infinite loop in /allbuf command | Sébastien Helleu | |
A crash could occur if the command closes buffers. An infinite loop could occur if the command creates new buffers. | |||
2023-01-03 | core: add variable list_size to prevent computing arraylist size in each ↵ | Sébastien Helleu | |
iteration | |||
2023-01-03 | irc: properly rename private buffer on notice messages | Sébastien Helleu | |
2023-01-02 | Version 3.8-rc1 | Sébastien Helleu | |
2023-01-02 | core: fix line wrapping in Polish translations | Sébastien Helleu | |
2023-01-02 | irc: properly rename private buffer on nick changes or private message when ↵ | Sébastien Helleu | |
new nick is the same with different case | |||
2023-01-02 | irc: replace "private window" by "private buffer" in comments | 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 | |
2023-01-01 | core: check that buffer is not NULL in function gui_input_clipboard_copy | 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 ↵ | Sébastien Helleu | |
(closes #1867) | |||
2022-12-30 | doc: update Polish auto-generated files | Sébastien Helleu | |
2022-12-30 | core: updated Polish translation | Krzysztof Korościk | |
2022-12-29 | doc: update German auto-generated file | Sébastien Helleu | |
2022-12-29 | core: update German translations | Nils Görs | |
2022-12-29 | core: fix French translation of "read marker" | Sébastien Helleu | |
2022-12-29 | core: add option weechat.look.chat_space_right (issue #1862) | Sébastien Helleu | |
2022-12-28 | doc: updated polish translation | Krzysztof Korościk | |
2022-12-28 | doc: update German auto-generated file | Sébastien Helleu | |
2022-12-28 | core: update German translations | Nils Görs | |
2022-12-26 | doc: update German auto-generated files | Sébastien Helleu | |
2022-12-26 | core: update German translations | Nils Görs | |
2022-12-26 | core: update German translations | Nils Görs | |
2022-12-26 | core: allow value "0" in buffer property "unread" to remove read marker from ↵ | Sébastien Helleu | |
buffer | |||
2022-12-26 | doc/api: fix formatting of return value in char/string comparison functions | Sébastien Helleu | |
2022-12-25 | core: reorder entries in ChangeLog | Sébastien Helleu | |
2022-12-25 | changelog: add entry about Ruby 3.2 detection | Dawid Dziurla | |
2022-12-25 | ruby: add detection of Ruby 3.2 | Dawid Dziurla | |
2022-12-25 | core: move `/input` buffer switch/zoom actions to command `/buffer` | Sébastien Helleu | |
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom` | |||
2022-12-25 | core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set` | Sébastien Helleu | |
Actions moved: * `/input set_unread` -> `/allbuf /buffer set unread` * `/input set_unread_current_buffer` -> `/buffer set unread` | |||
2022-12-25 | core: add command `/allbuf` | Sébastien Helleu | |
2022-12-25 | api: do not check hotlist add conditions when adding buffer in hotlist with ↵ | Sébastien Helleu | |
function buffer_set | |||
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 | |
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all` | |||
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 | |
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` | |||
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 | |
Return code is changed for the following functions: - string_strcasecmp - string_strcasecmp_range - string_strncasecmp - string_strncasecmp_range - string_strcmp_ignore_chars - utf8_charcmp - utf8_charcasecmp - utf8_charcasecmp_range |