summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar-item.c
AgeCommit message (Expand)Author
2013-08-20core: fix buffer returned in focus info for bar items with a forced bufferSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix...Sebastien Helleu
2013-01-14core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #3...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien 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-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-07-29core: fix refresh of bar items when switching windowSebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-09core: fix refresh of bar items "buffer_filter" and "scroll" in root bars (bug...Sebastien Helleu
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (...Sebastien Helleu
2012-05-04core: fix crash in focus hook for nicklist (bug #36271)Sebastien Helleu
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: fix display of paste multi-line prompt with a root input bar (bug #34305)Sebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-25core: fix memory leak in display of empty bar itemsSebastien Helleu
2011-08-17core: fix refresh of item buffer_plugin when short name of buffer changes (fo...Sebastien Helleu
2011-08-16core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc ...Sebastien Helleu
2011-08-14core: return empty string for window and buffer pointers in focus hashtable w...Sebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-27core: remove delimiters around empty bar itemsSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-21core: fix bug with option weechat.look.hotlist_count_max when count_max is gr...Sebastien Helleu
2011-06-21core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option weechat.look.hot...Sebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-06Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxxSebastien Helleu
2011-02-05Fix display of extended foreground color on non-default background in barsSebastien Helleu
2011-01-13Fix display of bar item "input_prompt" in root bar (patch from Deltafire)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-11-10Fix crash when displaying groups in buffer nicklistSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien Helleu
2010-10-29Fix display of nick in nicklist when groups are displayed and nick has "visib...Sebastien Helleu
2010-10-23Fix default value of bar items options (bug #31422)Sebastien Helleu
2010-10-18Fix color of comma in hotlist bar itemSebastien Helleu