summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.h
AgeCommit message (Expand)Author
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-08-05core: fix bugs with automatic layout (bug #26110), add support of merged buff...Sebastien Helleu
2011-08-04core: add option -all for command /buffer unmergeSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu
2010-10-15Fix bug with buffer name in "/bar scroll" commandSebastien Helleu
2010-10-11Add property "no_highlight_nicks" in buffers to disable highlight for some ni...Sebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-07-05Use of hashtable for local variables of buffersSebastien 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-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...Sebastien Helleu
2010-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-29Fix infinite loop with /layout apply and bug when applying layout, sometimes ...Sebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-21Use buffer local variable "nick" for default item "input_prompt"Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-13Display buffer name in hotlist if buffers are merged with same numberSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-18Add option weechat.history.max_visited_buffersSebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b...Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first l...Sebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-15Reintroduce option "irc.network.send_unknown_commands", save extra data for b...Sebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-09-30Set unread marker for IRC server/channels/pv buffers when using /away commandSebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu