Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | core: update copyright dates | Sébastien Helleu | |
2023-12-15 | core: fix crash on plugin reload when using musl libs (closes #2052) | Sébastien Helleu | |
2023-11-11 | buflist: jump to previous/next buffer displayed in buflist item with ↵ | Sébastien Helleu | |
ctrl+wheel up/down on a buflist item (closes #1473) | |||
2023-11-01 | core, plugins: set error to NULL before calling strtol() | Sébastien Helleu | |
This is not strictly necessary, just in case the function strtol() doesn't update the pointer. | |||
2023-10-17 | buflist: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-01 | buflist: rename completions with items | Sébastien Helleu | |
Completions renamed: - "buflist_all_items" -> "buflist_items" - "buflist_used_items" -> "buflist_items_used" | |||
2023-10-01 | buflist: add support of item names in command `/buflist refresh` | Sébastien Helleu | |
2023-09-11 | buflist: add missing items buflist4 and buflist5 in help on command/options ↵ | Sébastien Helleu | |
and user's guide | |||
2023-08-20 | buflist: add list buffer in /help buflist and /help buflist.format.indent | Sébastien Helleu | |
2023-08-20 | buflist: indent the /list buffer | Sébastien Helleu | |
2023-07-04 | buflist: increase max number of buflist items from 3 to 5 (closes #1703) | Sébastien Helleu | |
2023-05-13 | core: add quotes around paths in CMake files (closes #29) | Sébastien Helleu | |
2023-04-26 | buflist: change default background color of current buffer (issue #1920) | Sébastien Helleu | |
Default value changed: - buflist.format.buffer_current: "${color:,blue}${format_buffer}" -> "${color:,17}${format_buffer}" | |||
2023-04-22 | buflist: update example in /help buflist.look.sort | Sébastien Helleu | |
2023-04-21 | buflist: add example to sort on hotlist activity in /help buflist.look.sort | Sébastien Helleu | |
2023-04-01 | core, plugins: set options to NULL by default, refactor config init functions | Sébastien Helleu | |
2023-03-16 | buflist: do not display keys added in default context on first load | Sébastien Helleu | |
Keys added in mouse context were already hidden, so it makes sense to not display keys in default context as well. These keys added by the default plugins are documented anyway. | |||
2023-03-16 | core: use new key name in command `/key` and configuration file | Sébastien Helleu | |
Legacy keys are automatically converted to new names when loading configuration file `weechat.conf`. Examples: "ctrl-I" => "tab" "meta2-1;3A" => "meta-up" "meta2-Z" => "shift-tab" "meta-wmeta-meta2-A" => "meta-w,meta-up" "ctrl-Cb" => "ctrl-c,b" | |||
2023-01-29 | core: force ctrl keys to lower case when they are added (closes #1875) | Sébastien Helleu | |
2023-01-29 | api: readjust string size in function string_dyn_free when string is not ↵ | Sébastien Helleu | |
freed (issue #1875) This frees some allocated memory if size_alloc was greater than size in the dynamic string. | |||
2023-01-28 | core, plugins: make commands, hook command_run, completions and aliases case ↵ | Sébastien Helleu | |
sensitive (issue #1872) | |||
2023-01-28 | plugins: set priority in calls to weechat_config_new (issue #1872) | Sébastien Helleu | |
2023-01-08 | core: remove build with autotools | Sébastien Helleu | |
CMake is now the only way to build WeeChat. | |||
2023-01-01 | core: update copyright dates | 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-08-15 | buflist: improve help on option buflist.look.enabled | Sébastien Helleu | |
2022-07-31 | buflist: add variable "${hotlist_priority_number}" (integer version of ↵ | Sébastien Helleu | |
"${hotlist_priority}") | |||
2022-04-16 | buflist: fix memory leak when reading config and changing option ↵ | Sébastien Helleu | |
buflist.look.sort | |||
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-07-04 | typing: add typing plugin | Sébastien Helleu | |
2021-05-25 | core, buflist, irc, relay: replace freenode by libera in comments | Sébastien Helleu | |
2021-05-16 | buflist, irc, xfer: do not translate "cleartext" in buffer local variable ↵ | Sébastien Helleu | |
"tls_version" (issue #1622) The text "cleartext" is translated for display only: directly with gettext in IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated format. | |||
2021-05-16 | core: update translations (issue #1622) | Sébastien Helleu | |
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add ↵ | Andrew Potter | |
buflist format "${format_tls_version}" (issue #1622) | |||
2021-03-21 | buflist: improve help on option buflist.look.sort | Sébastien Helleu | |
2021-03-21 | buflist: Fix wrong pointers being used in hdata_compare | Trygve Aaberge | |
This used pointer1 and pointer2 which are pointers to the buffers, but it should use ptr_hotlist1 and ptr_hotlist1 which are pointers to the hotlists it is trying to compare. | |||
2021-03-14 | buflist: always add buflist bar when plugin is loaded, hide bar by default ↵ | Sébastien Helleu | |
if buflist is disabled (issue #1618) | |||
2021-03-14 | buflist: add buflist bar on configuration reload (issue #1618) | Sébastien Helleu | |
2021-02-09 | buflist: add option buflist.look.use_items to speed up display of buflist ↵ | Sébastien Helleu | |
(closes #1613) | |||
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-08-23 | api: add argument "bytes" in function string_dyn_concat | Sébastien Helleu | |
2020-06-21 | core: add bar option "color_bg_inactive" (issue #732) | Sébastien Helleu | |
2020-06-10 | buflist: add "window" pointer in bar item evaluation only if it's not NULL ↵ | Sébastien Helleu | |
(if bar type is "window") | |||
2020-04-24 | buflist: add default key alt-shift-B to toggle buflist | Sébastien Helleu | |
2020-04-24 | buflist: add options enable/disable/toggle in command /buflist | Sébastien Helleu | |
2020-04-06 | buflist: evaluate option buflist.look.sort (closes #1465) | Sébastien Helleu | |
The evaluation allows to use different sort for the bar items, for example with such value: ${if:${bar_item.name}==buflist?number:short_name} This sorts by number on the first bar item and by short name on the two other bar items. | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-12-26 | buflist: add pointer "window" in bar item evaluation | Sébastien Helleu | |
2019-10-23 | plugins: sort options added in configuration sections | Sébastien Helleu | |
2019-10-01 | core: fix style in CMake files | Sébastien Helleu | |