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
/
plugins
/
buflist
/
buflist.c
Age
Commit message (
Expand
)
Author
2017-10-19
buflist: add two new bar items using the same format configuration options (c...
Sébastien Helleu
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
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 insensi...
Sébastien Helleu
2017-05-30
buflist: replace function buflist_compare_hdata_var by a call to weechat_hdat...
Sébastien Helleu
2017-05-24
buflist: fix slow switch of buffer when there are a lot of buffers opened (cl...
Sébastien Helleu
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 b...
Sébastien Helleu
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
2017-03-30
buflist: add mouse support
Sébastien Helleu
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