summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
AgeCommit message (Expand)Author
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-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-05-01core: remove unused variablesSebastien Helleu
2011-04-24core: add date and date_printed of each line in dump of buffersSebastien Helleu
2011-04-24core: recalculate buffer_max_length when buffer short name is changed (patch ...Sebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is displ...Sebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option weechat.look.hot...Sebastien Helleu
2011-04-07core: add prefix in addition of message in output of /debug bufferSebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien 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-28Add refresh when buffer property "nicklist_display_groups" is changedSebastien Helleu
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien 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-27Fix memory leak in function gui_buffer_set_highlight_words_listSebastien Helleu
2010-09-27Free hashtable with local variables when closing buffer (memory leak)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-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-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-05Add missing properties "highlight_words_add" and "highlight_words_del" in arr...Sebastien Helleu
2010-04-03Add or remove highlight words in a buffer with "highlight_words_add" and "hig...Sebastien Helleu
2010-04-03Allow buffer local variables in highlight words (option "weechat.look.highlig...Sebastien Helleu
2010-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-30Add missing variables in debug dumpSebastien 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-20Refresh screen when exiting WeeChat (to display messages printed after /quit)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-29Display own buffer lines in weechat log when dumping buffer (and not mixed li...Sebastien Helleu
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string and...Sebastien Helleu
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions bu...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-06Fix alignment problem for buffer name when a merged buffer is closed (bug #27...Sebastien Helleu
2009-10-03Fix restore of hotlist after /upgradeSebastien Helleu
2009-09-30Remove buffer from hotlist when buffer is cleared (bug #27530)Sebastien Helleu
2009-07-29Fix hotlist bug after /buffer unmerge (bug #27133)Sebastien Helleu
2009-07-03Fix bug when moving group of merged buffers to number 1Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-25Add options irc.look.open_channel/pv_near_serverSebastien Helleu
2009-06-21Fix some memory leaks in command hook (completion templates), buffer closing,...Sebastien Helleu
2009-06-10Add variable "active" in buffer infolistSebastien Helleu