summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar.c
AgeCommit message (Expand)Author
2012-01-08core: update copyright datesSebastien Helleu
2011-10-29core: add help for values of option "conditions" in bars (options weechat.bar...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-29core: add "bar_refresh_needed" in dump of bars to log fileSebastien Helleu
2011-07-27core: fix crash on /bar toggleSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-03-06Rebuild bar content when items are changed in an hidden barSebastien Helleu
2011-02-15Fix dump of bar colors in log file (missing color name)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-18Add note about comma and "+" in help of options weechat.bar.xxx.itemsSebastien Helleu
2010-10-23Fix default value of bar items options (bug #31422)Sebastien 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-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-27Change default order of items in input bar: move input_paste before input_textSebastien Helleu
2009-06-23Add modifier "bar_condition_xxx", used to display/hide bars on some windows w...Sebastien Helleu
2009-06-21Fix problems with /set of some bar optionsSebastien Helleu
2009-06-20Add missing refresh of bar when changing size with command /setSebastien Helleu
2009-05-08Improve display of filter indicator in status bar, add option for colorSebastien Helleu
2009-05-03Fix bug with scroll in bars: do not scroll if bar is hiddenSebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ...Sebastien Helleu
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-21Use of brackets {} around nicklist count in default status barSebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ...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
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), a...Sebastien Helleu
2008-12-18Fix refresh of bar when changing items insideSebastien Helleu
2008-12-16Set default filling "columns_vertical" for nicklist barSebastien 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-11-19Remove old and unused color optionsSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-27Add name of plugins next to plugin pointers in dump (to log file)Sebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-10Add 2 new default bar items (input_paste and input_search), used by default i...Sebastien Helleu
2008-10-04Split default bars creation in many functionsSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu