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
/
gui-bar-window.c
Age
Commit message (
Expand
)
Author
2009-05-17
Fix typo: formated -> formatted
Sebastien Helleu
2009-05-17
Remove unneeded space between two bar items (for items glued with "+")
Sebastien Helleu
2009-05-08
Add missing space at beginning of bar item when first sub-item content is NULL
Sebastien Helleu
2009-05-04
Use or '\r' in bar items to force new line with horizontal filling
Sebastien Helleu
2009-04-24
Fix typo: splited/splitted -> split
Sebastien Helleu
2009-02-27
Add missing refreshs when creating/deleting bars
Sebastien Helleu
2009-02-26
Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...
Sebastien Helleu
2009-02-23
Test return code of some malloc/strdup
Sebastien Helleu
2009-02-05
Fix crash with nicklist bar when position is top/bottom and filling is columns
Sebastien Helleu
2009-02-04
Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)
Sebastien Helleu
2009-01-25
Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ...
Sebastien Helleu
2009-01-04
Fix crash when creating bar, rename options in bar structure
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-12-19
Fix too many refreshs for bars (build content of items when bar is displayed)
Sebastien Helleu
2008-12-19
Add sub-items in bars (items glued with "+" as separator instead of comma), a...
Sebastien Helleu
2008-12-16
Remove unneeded space after last column on bar with filling "columns"
Sebastien Helleu
2008-12-15
Add new bar filling types: columns_horizontal and columns_vertical
Sebastien Helleu
2008-12-14
Remove debug message when building content of bar items
Sebastien Helleu
2008-12-13
Add infolists for bars/bar items/bar windows, code cleanup for bars
Sebastien Helleu
2008-12-11
Source code reorganization for bars and bar windows
Sebastien Helleu