index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
curses
/
gui-curses-bar.c
Age
Commit message (
Expand
)
Author
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 config_get/config_get...
Sebastien Helleu
2008-04-22
Added conditions for bar display and bar max size
Sebastien Helleu
2008-04-15
New format for [bar] section in weechat.conf file, bar options can be set wit...
Sebastien Helleu
2008-04-11
Improved /set command, added /unset command, new name for config files (*.conf)
Sebastien Helleu
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-29
Fixed bug with creation of bar window
Sebastien Helleu
2008-03-29
Fixed bug with bars refresh
Sebastien Helleu
2008-03-23
Removed sizeof(char) and useless type casts from void* to another pointer typ...
Sebastien Helleu
2008-03-22
Added tags for lines and custom filtering by tags or regex (task #7674), fixe...
Sebastien Helleu
2008-03-15
Fixed bugs with bars size and refresh
Sebastien Helleu
2008-03-07
Save of bars in main WeeChat config file (weechat.rc)
Sebastien Helleu
2008-03-07
Added "max_height" parameter for bar item rebuild callbacks
Sebastien Helleu
2008-03-05
Partial support of bars, with custom items.
Sebastien Helleu