summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar.h
AgeCommit message (Expand)Author
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-10-23Fix default value of bar items options (bug #31422)Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-11Fix refresh of bar item when it is used more than one time in a barSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), a...Sebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-10-04Split default bars creation in many functionsSebastien Helleu
2008-07-10Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ...Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-28Add "default" option to command /bar, to create default bars (today only inpu...Sebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-24Fix refresh bug when bar priority is changed with /set commandSebastien Helleu
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-04-29Added bar priority (replaces bar number)Sebastien Helleu
2008-04-24Fixed bug with bar auto-sizing in windowsSebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-04Added auto-resize feature for barsSebastien Helleu
2008-04-03Bugs fixed with barsSebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu