summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
AgeCommit message (Collapse)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 + ↵Sebastien Helleu
underscore) (task #9483)
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 ↵Sebastien Helleu
array gui_buffer_properties_set
2010-04-03Add or remove highlight words in a buffer with "highlight_words_add" and ↵Sebastien Helleu
"highlight_words_del" (for buffer_set)
2010-04-03Allow buffer local variables in highlight words (option ↵Sebastien Helleu
"weechat.look.highlight" and buffer property "highlight_words") For example "$nick" with highlight a message printed if it contains content of local variable "nick" for buffer.
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
many /layout apply were needed (bug #26110)
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add ↵Sebastien Helleu
examples in /help key Note: old option "reset" for /key has been renamed to "resetall".
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 ↵Sebastien Helleu
lines)
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string ↵Sebastien Helleu
and in buffer infolist
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions ↵Sebastien Helleu
buffer_get_integer and buffer_set
2010-01-03Update copyright datesSebastien Helleu
2009-10-06Fix alignment problem for buffer name when a merged buffer is closed (bug ↵Sebastien Helleu
#27617)
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 ↵Sebastien Helleu
closing, partial completion
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 ↵Sebastien Helleu
back to last visited buffer when closing a buffer
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 ↵Sebastien Helleu
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N
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
For example, if you are on buffer #2, and press alt-1 twice, you'll come back to buffer #2.
2009-04-11Add support of many templates for completion of command arguments, rename ↵Sebastien Helleu
default completion items
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