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
Age
Commit message (
Expand
)
Author
2019-04-25
cmake: allow custom libdir (fix #1341)
Ryan Farley
2019-03-24
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
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-11-05
buflist: add variable ${number2}, always set with the indented buffer number
Sébastien Helleu
2018-10-27
buflist: fix warning displayed when script buffers.pl is loaded (closes #1274)
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-07-10
buflist: fix crash when setting the option buflist.look.signals_refresh with ...
Sébastien Helleu
2018-05-19
buflist: add example of format for two bar items using a ternary operator in ...
Sébastien Helleu
2018-01-14
core: reinitialize config file pointer to NULL after an error on section crea...
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-12-03
buflist: use larger buffer for buflist bar item name
Sébastien Helleu
2017-10-19
buflist: add two new bar items using the same format configuration options (c...
Sébastien Helleu
2017-09-02
buflist: remove recursive evaluation of extra variables (closes #1060)
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-07-01
buflist: add option buflist.look.add_newline (closes #1027)
Sébastien Helleu
2017-06-27
buflist: fix crash in auto-scroll of bar when the buflist item is not the fir...
Sébastien Helleu
2017-06-25
fset: shift plugins priority to insert fset plugin between buflist and fifo
Sébastien Helleu
2017-06-23
buflist: add variable `${format_name}` in bar item evaluation and option bufl...
Sébastien Helleu
2017-06-20
buflist: display the warning about script buffers.pl only if buflist is enabled
Sébastien Helleu
2017-06-13
buflist: add variable ${merged} in /help buflist
Sébastien Helleu
2017-06-13
buflist: add variable ${merged} in bar item evaluation
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-03
gui, buflist: remove declared but undefined functions
Simmo Saan
2017-06-02
buflist: fix typo in /help buflist
Sébastien Helleu
2017-06-02
buflist: fix type of IRC server/channel pointers
Sébastien Helleu
2017-06-02
buflist: replace IRC struct by "void *" for IRC server/channel pointers
Sébastien Helleu
2017-06-01
buflist: fix long mouse gestures
Sébastien Helleu
2017-05-31
buflist: add missing ${hotlist_priority} in /help buflist
Sébastien Helleu
2017-05-31
buflist: add missing ${number_displayed} in /help buflist
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: increase size of hashtables used for string evaluation (issue #998)
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-19
buflist: add variable ${current_buffer} in bar item evaluation
Sébastien Helleu
2017-05-18
buflist: add missing indentation in /help buflist
Sébastien Helleu
2017-05-18
buflist: add option "bar" in command /buflist, do not automatically add the b...
Sébastien Helleu
2017-05-15
buflist: add a variable to store the size of arraylist
Sébastien Helleu
2017-05-13
buflist: fix uninitialized hdata pointer in focus callback
Sébastien Helleu
2017-05-10
buflist: fix authors
Sébastien Helleu
[next]