summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-13Display buffer name in hotlist if buffers are merged with same numberSebastien Helleu
2009-06-13Remove all merged buffers from hotlist, instead of only current selected bufferSebastien Helleu
2009-06-13Do not refresh buffer if displayed line is filtered (hidden)Sebastien Helleu
2009-06-12Fix line filtering after /upgrade when filter applies on one buffer onlySebastien Helleu
2009-06-12Fix refresh of hidden bars (patch #6837)Sebastien Helleu
2009-06-12Fix bug with some utf-8 chars in input lineSebastien Helleu
2009-06-11Fix display bug with color/attribute chars (< 32) in command line (bug #26749)Sebastien Helleu
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ...Sebastien Helleu
2009-06-10Add infolist with commands historySebastien Helleu
2009-06-10Add variable "active" in buffer infolistSebastien Helleu
2009-06-10Rename option weechat.completion.nick_completor to nick_completerSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-03Fix display of bold/reverse/underline color attributes in barsSebastien 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-17Remove unneeded space between two bar items (for items glued with "+")Sebastien Helleu
2009-05-16Add infolist "key" with key bindingsSebastien Helleu
2009-05-12Add buffer pointer in hotlist infolistSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer numb...Sebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-09Disable loop on commands in history when reaching oldest commandSebastien Helleu
2009-05-09Fix completion with non-latin nicks (bug #18993)Sebastien Helleu
2009-05-08Fix infinite loop when scrolling bars with horizontal fillingSebastien Helleu
2009-05-08Improve display of filter indicator in status bar, add option for colorSebastien Helleu
2009-05-08Add missing space at beginning of bar item when first sub-item content is NULLSebastien Helleu
2009-05-08Improve completion: allow a command to use completion of another command (use...Sebastien Helleu
2009-05-04Use or '\r' in bar items to force new line with horizontal fillingSebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-05-03Fix bug with scroll in bars: do not scroll if bar is hiddenSebastien Helleu
2009-04-24Fix crash when giving empty buffer pointer to nicklist API functions (bug #26...Sebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ...Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien 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-17Remove unused signalSebastien Helleu
2009-04-15Jump to last displayed buffer when jumping to current buffer numberSebastien Helleu
2009-04-11Use case sensitive comparison for key codes (bug #26145)Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-04-05Fix memory leak when sending modifier "input_text_content"Sebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick comp...Sebastien Helleu
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ...Sebastien Helleu
2009-04-01Fix bug with partial completionsSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu