Age | Commit message (Expand) | Author |
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 |
2012-04-03 | core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ... | Sebastien Helleu |
2012-03-28 | core: add option weechat.look.prefix_same_nick (hide or change prefix on mess... | Sebastien Helleu |
2012-03-05 | api: add list "gui_buffer_last_displayed" in hdata "buffer" | Sebastien Helleu |
2012-02-19 | core: fix memory leak when closing buffer | Sebastien Helleu |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ... | Sebastien Helleu |
2011-11-21 | core: add "full_name" in buffer structure | Sebastien Helleu |
2011-11-08 | core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/... | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu |