Age | Commit message (Expand) | Author |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-03-25 | core: add hotlist pointer in buffer structure | Sébastien Helleu |
2017-03-25 | core: check that pointers received in arguments are not NULL in "free" functions | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-08-16 | core: add optional argument "lowest", "highest" or level mask in command /inp... | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
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-08-29 | core: remove some spaces | Sébastien Helleu |
2014-06-06 | core: add option weechat.look.hotlist_remove (closes #99) | Sébastien Helleu |
2014-05-24 | api: add argument "flags" in function hdata_new_list | Sébastien Helleu |
2014-04-03 | api: allow value "-1" for property "hotlist" in function buffer_set (to remov... | Sébastien Helleu |
2014-03-31 | core: don't remove a buffer from hotlist if it's not visible (another merged ... | Sébastien Helleu |
2014-03-06 | core: add option weechat.look.hotlist_add_conditions, remove option weechat.l... | Sebastien Helleu |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | 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-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-07-21 | core: add missing include of stddef.h in gui-hotlist.c | Sebastien Helleu |
2012-07-21 | core: add hdata "hotlist" | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-04 | core: fix sizeof of variable (struct content instead of its pointer) in funct... | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-08-05 | core: save and restore layout for buffers and windows on /upgrade | Sebastien Helleu |
2011-04-24 | core: add option weechat.look.hotlist_add_buffer_if_away | 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-01-01 | Update copyright dates | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-06-24 | Consider private message as highlight when comparing message level to buffer ... | Sebastien Helleu |
2009-06-13 | Remove all merged buffers from hotlist, instead of only current selected buffer | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-05-12 | Add buffer pointer in hotlist infolist | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Fix hotlist: do not add a buffer if it is displayed by at least one window | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-09-02 | Add hotlist infolist | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-11 | Fix hotlist update when buffer is current one | Sebastien Helleu |