summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-24Do not update self nick color when changing option ↵Sebastien Helleu
weechat.color.chat_nick_colors
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
2011-02-24Reset color used to display spaces around time and buffer in chat areaSebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-02-23Fix reload of file rmodifier.confSebastien Helleu
2011-02-23Fix crash when adding rmodifier with invalid regexSebastien Helleu
2011-02-22Replace char "/" by ":" to specify background in nick colorsSebastien Helleu
2011-02-22weercd.py: fix read of config file with python 3.xSebastien Helleu
2011-02-22Fix crash when using column filling in bars with some empty items (bug #32565)Sebastien Helleu
2011-02-21Auto recalculate values of win_width_pct and win_height_pct when windows are ↵Sebastien Helleu
resized
2011-02-21Fix typo in /debug windowsSebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-21Add some default keys for gnome-terminal (home/end, ctrl+up/down, alt+pgup/pgdn)Sebastien Helleu
New default keys: meta-OH => /input move_beginning_of_line meta-OF => /input move_end_of_line meta2-1;5A => /input history_global_previous meta2-1;5B => /input history_global_next meta2-5;3~ => /window scroll_up meta2-6;3~ => /window scroll_down
2011-02-17Fix typo: #weecht -> #weechatSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-16Fix array overflow in lua plugin for config reload callbackSebastien Helleu
2011-02-15Update italian user guide and plugin API referenceSebastien Helleu
2011-02-15Fix dump of bar colors in log file (missing color name)Sebastien Helleu
2011-02-15Update italian translations and FAQSebastien Helleu
2011-02-10Add option "memory" to command /debugSebastien Helleu
2011-02-10Add task #10299 in ChangeLogSebastien Helleu
2011-02-10Fix crash when completing /part command on a non-irc buffer (bug #32402)Sebastien Helleu
2011-02-09Rename some color constants and functions for attributesSebastien Helleu
2011-02-09Factorize code used to apply color codes in strings (for chat and bars)Sebastien Helleu
2011-02-09Update german translationsSebastien Helleu
2011-02-08Add missing parenthesesSebastien Helleu
2011-02-08Fix some translationsSebastien Helleu
2011-02-08Fix typo: half channel operator -> channel half-operatorSebastien Helleu
2011-02-08Fix typo: transfert -> transferSebastien Helleu
2011-02-08Fix typo in /help color: minimum color number for alias is 0 and not 1Sebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-02-07Improve display of commands lists in /help (add arguments -list and -listfull)Sebastien Helleu
2011-02-07Fix color used to display color aliases on /color bufferSebastien Helleu
2011-02-07Fix missing suffix (after prefix) on lines when nothing is displayed before ↵Sebastien Helleu
suffix (no time/buffer/prefix)
2011-02-07Reset bold attribute when setting extended color for foregroundSebastien Helleu
2011-02-06Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxxSebastien Helleu
2011-02-05Fix infinite loop when option weechat.look.read_marker_string it set to ↵Sebastien Helleu
empty string
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for ↵Sebastien Helleu
horizontal bar separators only
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-02-05Fix option color_real_white: replace white by default color only if bold is ↵Sebastien Helleu
set for color
2011-02-05Fix display of extended foreground color on non-default background in barsSebastien Helleu
2011-02-04Update ChangeLogSebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with ↵Sebastien Helleu
same name (for same command name in many plugins)
2011-02-04Fix size of arrays for colors (patch #7458)Sebastien Helleu
2011-02-03Replace message "WeeChat colors" by "WeeChat color pairs" on color bufferSebastien Helleu
2011-02-02Add note about package "ncurses-term" in user guide and FAQ for 256 colorsSebastien Helleu
2011-02-02Rename options add/del by alias/unalias in command /colorSebastien Helleu
2011-02-02Fix crash when many lua scripts are executing callbacks at same timeSebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) ↵Sebastien Helleu
(bug #32216)
2011-02-01Fix terminal title when $TERM starts with "screen" (patch from sleo)Sebastien Helleu