summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar-item.h
AgeCommit message (Expand)Author
2015-01-01core: update copyright datesSébastien Helleu
2014-11-06core: add bar item "mouse_status", new options weechat.look.item_mouse_status...Nils Görs
2014-05-16core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-30core: add bar item "buffer_last_number"Sebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-05core: disable paste detection and confirmation if bar item "input_paste" is n...Nils Görs
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-10-23Fix default value of bar items options (bug #31422)Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), a...Sebastien 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-10-10Add 2 new default bar items (input_paste and input_search), used by default i...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-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-12Added new default bar item "time"Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-15Fixed bugs with bars size and refreshSebastien Helleu
2008-03-07Added "max_height" parameter for bar item rebuild callbacksSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu