Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-19 | buflist: add two new bar items using the same format configuration options ↵ | Sébastien Helleu | |
(closes #990) | |||
2017-06-25 | fset: shift plugins priority to insert fset plugin between buflist and fifo | Sébastien Helleu | |
2017-06-20 | buflist: display the warning about script buffers.pl only if buflist is enabled | Sébastien Helleu | |
2017-06-08 | buflist: add option buflist.look.auto_scroll (issue #332) | Sébastien Helleu | |
2017-06-06 | buflist: return 0 if buffers are equal in sort function | Sébastien Helleu | |
This is better for symmetry of comparison callback (comparing buffer1 and buffer2 will give same as comparing buffer2 and bufer1). Thanks to Simmo Saan for reporting the problem. | |||
2017-06-05 | buflist: display a warning when the script "buffers.pl" is loaded | Sébastien Helleu | |
2017-06-02 | buflist: replace IRC struct by "void *" for IRC server/channel pointers | 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-30 | buflist: replace function buflist_compare_hdata_var by a call to ↵ | Sébastien Helleu | |
weechat_hdata_compare | |||
2017-05-24 | buflist: fix slow switch of buffer when there are a lot of buffers opened ↵ | Sébastien Helleu | |
(closes #998) The function hdata_search (which evaluates a condition for each item in a list) is too slow to search server and channel on each buffer. It is replaced by a manual search in the list (using weechat_hdata_string to get the name), much faster. | |||
2017-05-23 | buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist bar | Sébastien Helleu | |
2017-05-18 | buflist: add option "bar" in command /buflist, do not automatically add the ↵ | Sébastien Helleu | |
bar when buflist is disabled (closes #994) | |||
2017-05-05 | buflist: add option buflist.look.enabled | Sébastien Helleu | |
2017-04-30 | buflist: fix sort of merged and inactive buffers | 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-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-25 | buflist: add option buflist.look.signals_refresh | Sébastien Helleu | |
2017-03-25 | buflist: add command /buflist | Sébastien Helleu | |
2017-03-25 | buflist: use hotlist pointer in buffer hdata | Sébastien Helleu | |
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: load plugin after some other plugins by shifting plugins priority | Sébastien Helleu | |
2017-03-25 | buflist: new plugin "buflist" (bar with list of buffers) | Sébastien Helleu | |