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
2020-04-24
buflist: add default key alt-shift-B to toggle buflist
Sébastien Helleu
2020-04-06
buflist: evaluate option buflist.look.sort (closes #1465)
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-07-11
buflist: add infolist "buflist" (issue #1375)
Simmo Saan
2019-01-20
buflist: add alternate key codes for alt-F1/alt-F2 (xterm)
Sébastien Helleu
2019-01-20
buflist: fix typo on key code for ctrl-F2
Sébastien Helleu
2019-01-20
buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist (s...
Sébastien Helleu
2019-01-20
buflist: add alternate key codes for F1/F2 and alt-F1/alt-F2 (compatibility w...
Sébastien Helleu
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-10-27
buflist: fix warning displayed when script buffers.pl is loaded (closes #1274)
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
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 (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