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-07-28
Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943)
Sebastien Helleu
2008-07-10
Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ...
Sebastien Helleu
2008-07-03
Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll
Sebastien Helleu
2008-06-27
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
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-04-29
Added bar priority (replaces bar number)
Sebastien Helleu
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