summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar.c
AgeCommit message (Expand)Author
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 "buffer_title" bar item, and create title bar when using /bar defaultSebastien 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-24Added completion with possible values for /set, new possible values "++n" and...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-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)Sebastien 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-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-07Save of bars in main WeeChat config file (weechat.rc)Sebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu