Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-10-23 | plugins: sort options added in configuration sections | Sébastien Helleu | |
2019-08-17 | Revert "buflist: mention variables available for option ↵ | Sébastien Helleu | |
buflist.look.display_conditions in its help and in /help buflist (closes #1393)" This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e. | |||
2019-08-17 | buflist: mention variables available for option ↵ | Sébastien Helleu | |
buflist.look.display_conditions in its help and in /help buflist (closes #1393) | |||
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu | |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-07-10 | buflist: fix crash when setting the option buflist.look.signals_refresh with ↵ | Sébastien Helleu | |
a list of signals | |||
2018-05-19 | buflist: add example of format for two bar items using a ternary operator in ↵ | Sébastien Helleu | |
/help buflist.format.buffer | |||
2018-01-14 | core: reinitialize config file pointer to NULL after an error on section ↵ | Sébastien Helleu | |
creation | |||
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-10-19 | buflist: add two new bar items using the same format configuration options ↵ | Sébastien Helleu | |
(closes #990) | |||
2017-09-02 | buflist: remove recursive evaluation of extra variables (closes #1060) | Sébastien Helleu | |
2017-07-01 | buflist: add option buflist.look.add_newline (closes #1027) | Sébastien Helleu | |
2017-06-23 | buflist: add variable `${format_name}` in bar item evaluation and option ↵ | Sébastien Helleu | |
buflist.format.name (issue #1020) | |||
2017-06-08 | buflist: add option buflist.look.auto_scroll (issue #332) | Sébastien Helleu | |
2017-05-30 | buflist: add support of char "~" in option buflist.look.sort for case ↵ | Sébastien Helleu | |
insensitive comparison | |||
2017-05-05 | buflist: add option buflist.look.enabled | Sébastien Helleu | |
2017-04-26 | buflist: add support of hdata "irc_server" and "irc_channel" in sort option ↵ | Sébastien Helleu | |
(closes #968) | |||
2017-04-25 | buflist: add option buflist.format.nick_prefix | Sébastien Helleu | |
2017-04-23 | buflist: add option buflist.format.indent | Sébastien Helleu | |
2017-04-20 | buflist: add example in /help buflist.look.display_conditions | Sébastien Helleu | |
2017-04-20 | buflist: remove foreground color from default value of option ↵ | Sébastien Helleu | |
buflist.format.buffer_current (closes #954) The foreground is not needed because it is overriden by the hotlist color. | |||
2017-04-20 | buflist: fix refresh of buflist bar item when the option ↵ | Sébastien Helleu | |
buflist.look.display_conditions is reset | |||
2017-04-02 | buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty | Sébastien Helleu | |
The option buflist.look.signals_refresh is not an extra list of signals for refresh, so it is empty by default. The default list of signals is handled directly by buflist and not visible to the user. | |||
2017-03-30 | buflist: add mouse support | Sébastien Helleu | |
New options: - buflist.look.mouse_jump_visited_buffer - buflist.look.mouse_move_buffer - buflist.look.mouse_wheel New keys added by buflist plugin: - @item(buflist):button1* => hsignal:buflist_mouse - @item(buflist):button2* => hsignal:buflist_mouse - @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse - @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse | |||
2017-03-29 | buflist: add option buflist.format.number | Sébastien Helleu | |
2017-03-25 | buflist: add option buflist.look.display_conditions | Sébastien Helleu | |
2017-03-25 | buflist: add option buflist.look.signals_refresh | Sébastien Helleu | |
2017-03-25 | core: update translations | Sébastien Helleu | |
2017-03-25 | buflist: add command /buflist | Sébastien Helleu | |
2017-03-25 | buflist: add formats for hotlist | Sébastien Helleu | |
New options: - buflist.format.hotlist - buflist.format.hotlist_separator | |||
2017-03-25 | buflist: add option "buflist.format.lag" and variable "format_lag" for ↵ | Sébastien Helleu | |
buffer line format | |||
2017-03-25 | buflist: add option buflist.look.sort | Sébastien Helleu | |
2017-03-25 | buflist: add hotlist format options (for color according to hotlist priority) | Sébastien Helleu | |
2017-03-25 | buflist: new plugin "buflist" (bar with list of buffers) | Sébastien Helleu | |