Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-30 | Fix some memory leaks | Sebastien Helleu | |
2008-09-23 | Fix help of /bar command | Sebastien Helleu | |
2008-09-21 | Add IRC bar items (buffer name, lag indicator), use bar items from plugins ↵ | Sebastien Helleu | |
with callback to core items if not found | |||
2008-07-10 | Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ↵ | Sebastien Helleu | |
to have a filling specific to top/bottom bars (vs left/right bars) | |||
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu | |
2008-06-28 | Add "buffer_title" bar item, and create title bar when using /bar default | Sebastien Helleu | |
2008-06-28 | Add "default" option to command /bar, to create default bars (today only ↵ | Sebastien Helleu | |
input and status) | |||
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu | |
2008-06-24 | Fix refresh bug when bar priority is changed with /set command | Sebastien Helleu | |
2008-06-22 | Add delimiter color for bars, fix some bugs with bars | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) | |||
2008-04-29 | Added bar priority (replaces bar number) | Sebastien Helleu | |
2008-04-24 | Added completion with possible values for /set, new possible values "++n" ↵ | Sebastien Helleu | |
and "--n" for integers and colors | |||
2008-04-24 | Fixed bug with bar auto-sizing in windows | Sebastien Helleu | |
2008-04-24 | Added filling/color_fg/color_bg options for bars, added ↵ | Sebastien Helleu | |
config_get/config_get_plugin/config_set_plugin in script API | |||
2008-04-22 | Added conditions for bar display and bar max size | Sebastien Helleu | |
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added ↵ | Sebastien Helleu | |
option type for infolist "options" | |||
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu | |
These keys can be set thru API function "buffer_set", for example: weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up"); weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down"); weechat_buffer_set(my_buffer, "key_unbind_meta2-B", ""); weechat_buffer_set(my_buffer, "key_unbind_*", ""); These keys are volatile and not saved in any config file. So they must be set when buffer is open. | |||
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set ↵ | Sebastien Helleu | |
with /set command | |||
2008-04-04 | Added auto-resize feature for bars | Sebastien Helleu | |
2008-04-03 | Bugs fixed with bars | Sebastien Helleu | |
2008-04-03 | New features and bug fixes with bars | Sebastien Helleu | |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer ↵ | Sebastien Helleu | |
type (patch from Leonid Evdokimov) | |||
2008-03-07 | Save of bars in main WeeChat config file (weechat.rc) | Sebastien Helleu | |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... |