Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Sébastien Helleu | |
first item in the bar | |||
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 ↵ | Sébastien Helleu | |
buflist.format.name (issue #1020) | |||
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 | |
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-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 ↵ | 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: increase size of hashtables used for string evaluation (issue #998) | Sébastien Helleu | |
This should make refresh of buflist bar item a bit faster. | |||
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-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 ↵ | Sébastien Helleu | |
bar when buflist is disabled (closes #994) | |||
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 | |
2017-05-10 | buflist: remove void action on variables used in the function | Sébastien Helleu | |
2017-05-10 | buflist: remove unused includes | Sébastien Helleu | |
2017-05-05 | buflist: add option buflist.look.enabled | Sébastien Helleu | |
2017-05-03 | buflist: add all buffer hdata in focus callback | 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-04-25 | buflist: add pointers to IRC server and channel | Sébastien Helleu | |
New pointers in evaluated formats: - irc_server: IRC server - irc_channel: IRC channel | |||
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-04 | buflist: move set of "nick_prefix" in hashtable | Sébastien Helleu | |
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-31 | buflist: add key "__quiet" in hashtable for function key_bind | Sébastien Helleu | |
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 | |