summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-01-31Add some chars after cursor when scrolling input line: new option ↵Sebastien Helleu
weechat.look.input_cursor_scroll (bug #21391)
2011-01-31Update german translationsSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator)
2011-01-28Do not close chat buffers when removing xfer from list (bug #32271)Sebastien Helleu
2011-01-26Fix typos in config functions in plugin API referenceSebastien Helleu
2011-01-25Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API referenceSebastien Helleu
2011-01-23Add weercd.py, the WeeChat flood irc serverSebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-20Fix bug when closing color buffer with command /buffer close NSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-18Enlarge table with list of $TERM for colors in user guideSebastien Helleu
2011-01-18Fix typo in user guideSebastien Helleu
2011-01-16Version 0.3.5-devSebastien Helleu
2011-01-16Version 0.3.4Sebastien Helleu
2011-01-16Add missing file asciidoc.css in Makefile.amSebastien Helleu
2011-01-16Update polish translations and FAQSebastien Helleu
2011-01-14Update brazilian translationsSebastien Helleu
2011-01-14Update german user guideSebastien Helleu
2011-01-13Fix compilation of Ruby plugin with ruby >= 1.9.1, give higher priority to ↵Sebastien Helleu
newest ruby when many versions are installed
2011-01-13Fix display of bar item "input_prompt" in root bar (patch from Deltafire)Sebastien Helleu
2011-01-11Update spanish translationsSebastien Helleu
2011-01-10Use options for server with /connect command when temporary server already ↵Sebastien Helleu
exists