summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
AgeCommit message (Expand)Author
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
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-19Fix crash with /upgrade (problem when closing buffers)Sebastien Helleu
2009-05-18Add option weechat.look.jump_previous_buffer_when_closingSebastien 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-17Add signals "key_bind" and "key_unbind"Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer numb...Sebastien 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-04-21Add new option weechat.look.jump_current_to_previous_bufferSebastien Helleu
2009-04-15Jump to last displayed buffer when jumping to current buffer numberSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-02-25Send buffer pointer with signal "buffer_title_changed"Sebastien Helleu
2009-02-24Improved search of buffer with partial name (command "/buffer name")Sebastien Helleu
2009-02-21Add signals when local variables or buffer type are changedSebastien Helleu