Age | Commit message (Expand) | Author |
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 |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu |
2011-08-14 | core: add buffer property "short_name_is_set", return name if short name is n... | Sebastien Helleu |
2011-08-14 | core: allow empty short name on buffers (name is used if not set) | Sebastien Helleu |
2011-08-06 | core: add "layout_number_merge_order" in buffer properties that can be read | Sebastien Helleu |
2011-08-05 | core: save and restore layout for buffers and windows on /upgrade | Sebastien Helleu |
2011-08-05 | core: fix unwanted merge of buffers when no layout number is assigned to buffer | Sebastien Helleu |
2011-08-05 | core: fix bugs with automatic layout (bug #26110), add support of merged buff... | Sebastien Helleu |
2011-08-04 | core: add option -all for command /buffer unmerge | Sebastien Helleu |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-15 | core: add local variable "highlight_regex" in buffers | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-05-01 | core: remove unused variables | Sebastien Helleu |
2011-04-24 | core: add date and date_printed of each line in dump of buffers | Sebastien Helleu |
2011-04-24 | core: recalculate buffer_max_length when buffer short name is changed (patch ... | Sebastien Helleu |
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is displ... | Sebastien Helleu |
2011-04-11 | core: add messages counts in hotlist for each buffer, option weechat.look.hot... | Sebastien Helleu |
2011-04-07 | core: add prefix in addition of message in output of /debug buffer | Sebastien Helleu |