Age | Commit message (Expand) | Author |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-09-24 | core: fix crash on buffer close when option weechat.look.hotlist_remove is se... | Sébastien Helleu |
2014-05-24 | relay: fix crash when closing relay buffers (closes #57, closes #78) | Sébastien Helleu |
2014-05-24 | api: add argument "flags" in function hdata_new_list | Sébastien Helleu |
2014-04-05 | core: add option -all for command /buffer hide|unhide | Sébastien Helleu |
2014-04-05 | core: add hidden buffers, add options hide/unhide in command /buffer | Sébastien Helleu |
2014-04-03 | core: add "hotlist" in completion of command "/buffer set" | Sébastien Helleu |
2014-04-03 | api: allow value "-1" for property "hotlist" in function buffer_set (to remov... | Sébastien Helleu |
2014-04-01 | core: add default key alt-'-' to toggle filters in current buffer (closes #17) | Sébastien Helleu |
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another merg... | Sébastien Helleu |
2014-03-25 | core: add buffer property "clear" | Sebastien Helleu |
2014-03-11 | api: add support of case insensitive search and search by buffer full name in... | Sebastien Helleu |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu |
2014-02-07 | core: fix apply of layout when buffers that are not in layout are before some... | Sebastien Helleu |
2014-02-06 | core: fix hotlist problems after apply of a layout (bug #41481) | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-12-31 | core: fix unneeded shift of buffer numbers when a buffer with layout is creat... | Sebastien Helleu |
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option irc.look.h... | Sebastien Helleu |
2013-12-14 | core: add logical "and" between tags in filters, weechat.look.highlight_tags ... | Sebastien Helleu |
2013-12-11 | Merge branch 'buffer-auto-renumber' | Sebastien Helleu |
2013-12-08 | core: add signal "buffer_cleared" | Sebastien Helleu |
2013-12-07 | core: use first gap for new buffer only if the buffer has no layout number | Sebastien Helleu |
2013-12-07 | core: add option weechat.look.buffer_position | Sebastien Helleu |
2013-12-04 | core: add buffer property "day_change" to hide messages for the day change in... | Sebastien Helleu |
2013-12-01 | core: fix random crash when closing a buffer | Sebastien Helleu |
2013-11-30 | core: add limits for buffers (max 10000 buffers opened, number of a buffer: b... | Sebastien Helleu |
2013-11-30 | core: fix crash when moving buffer with only one buffer (core buffer) | Sebastien Helleu |
2013-11-30 | core: add variable "gui_buffers_count", use it in bar item "buffer_count" | Sebastien Helleu |
2013-11-30 | core: add option weechat.look.buffer_auto_renumber | Sebastien Helleu |
2013-11-28 | core: revert check of layout when switching to a buffer using value "auto" in... | Sebastien Helleu |
2013-10-27 | core: fix auto-apply of window layout in current window when option irc.look.... | Sebastien Helleu |
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ... | Sebastien Helleu |
2013-08-10 | core: optimize the removal of lines in buffers (a lot faster to clear/close b... | Sebastien Helleu |
2013-04-18 | api: add property "completion_freeze" for function buffer_set: do not stop co... | Sebastien Helleu |
2013-03-17 | core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs) | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu |
2013-03-03 | core: add count for groups, nicks, and total in nicklist | Sebastien Helleu |
2013-02-07 | core: fix structures before buffer data when a buffer is closed | Sebastien Helleu |
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu |
2012-10-18 | core: fix display of zoomed/merged buffer (with number >= 2) after switching ... | Sebastien Helleu |
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-07-29 | core: add option "swap" for command /buffer (task #11373) | Nils Görs |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu |
2012-06-14 | core: add callback "nickcmp" for nick comparison in buffers | Sebastien Helleu |