Age | Commit message (Expand) | Author |
2017-06-06 | core: remove unused functions gui_bar_get_min_width and gui_bar_get_min_heigh... | Sébastien Helleu |
2017-03-25 | core: fix type of values for hashtables extra_vars and options in gui_bar_che... | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-03-17 | core: use ${info:term_width} instead of ${window.win_width} in /help weechat.... | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-01-23 | core: fix crash when a root bar has conditions different from active/inactive... | Sébastien Helleu |
2015-01-03 | core: fix NULL pointer in free of bar window (closes #293); add extra checks ... | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-12-28 | core: check bar conditions in root bars and on each update of a bar item | Sébastien Helleu |
2014-05-24 | api: add argument "flags" in function hdata_new_list | Sébastien Helleu |
2014-02-09 | trigger: add trigger plugin | Sebastien Helleu |
2014-02-01 | core: fix crash when creating two bars with same name but different case (bug... | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when di... | Sebastien Helleu |
2013-08-04 | api: add argument "options" in function string_eval_expression, add option "-... | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | 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-12-05 | core: disable paste detection and confirmation if bar item "input_paste" is n... | Nils Görs |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ... | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu |
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-10-29 | core: add help for values of option "conditions" in bars (options weechat.bar... | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu |
2011-07-29 | core: add "bar_refresh_needed" in dump of bars to log file | Sebastien Helleu |
2011-07-27 | core: fix crash on /bar toggle | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-03-06 | Rebuild bar content when items are changed in an hidden bar | Sebastien Helleu |
2011-02-15 | Fix dump of bar colors in log file (missing color name) | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-18 | Add note about comma and "+" in help of options weechat.bar.xxx.items | Sebastien Helleu |
2010-10-23 | Fix default value of bar items options (bug #31422) | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-11 | Fix refresh of bar item when it is used more than one time in a bar | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-27 | Change default order of items in input bar: move input_paste before input_text | Sebastien Helleu |
2009-06-23 | Add modifier "bar_condition_xxx", used to display/hide bars on some windows w... | Sebastien Helleu |
2009-06-21 | Fix problems with /set of some bar options | Sebastien Helleu |