summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
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 ↵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-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 ↵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-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 ↵Sebastien Helleu
(used by alias plugin)
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 ↵Sebastien Helleu
#26328)
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ↵Sebastien Helleu
items, buffers, filters, plugins, irc_server, alias, script list)
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
For example, if you are on buffer #2, and press alt-1 twice, you'll come back to buffer #2.
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 ↵Sebastien Helleu
default completion items
2009-04-07Some improvements on key bindingsSebastien Helleu
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys)
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 ↵Sebastien Helleu
completion, on by default)
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ↵Sebastien Helleu
private was open with nick)
2009-04-01Fix bug with partial completionsSebastien Helleu
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other".
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
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-22Force refresh of bars using a bar item when it is destroyedSebastien Helleu
2009-03-21Fix bug with window separator (possible crash)Sebastien Helleu
2009-03-21Use of brackets {} around nicklist count in default status barSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
New (core) command /version displays version, and number of upgrades done with first start date (if # /upgrade > 0). The number of upgrades is displayed at startup (if > 0).
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-20Add signal "key_pressed"Sebastien Helleu
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer)
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl).
2009-03-16Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomedSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu