summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-29core: add new option weechat.look.separator_vertical, rename option weechat.l...Sebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set eat_n...Sebastien Helleu
2011-05-31core: fix bug with horizontal scroll in windows and long linesSebastien Helleu
2011-05-16core: add horizontal scrolling for buffers with free content (command /window...Sebastien Helleu
2011-05-08core: ensure that new split percent is between 1 and 99 for balance of windowsSebastien Helleu
2011-05-07core: fix balance of windows with vertical splitSebastien Helleu
2011-05-07core: fix balance of windowsSebastien Helleu
2011-05-01core: fix compiler warning on function wattr_get (on pointers to attrs and pair)Sebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is displ...Sebastien Helleu
2011-04-23core: add option "balance" for command /window (key: alt+"w" + alt+"b")Sebastien Helleu
2011-04-22core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1...Sebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option weechat.look.color_pairs...Sebastien Helleu
2011-04-11core: add default keys meta-O{A,B,C,D} (same as meta-O{a,b,c,d})Sebastien Helleu
2011-04-11core: fix crash when terminal has no color supportSebastien Helleu
2011-03-26core: flush stdout after changing terminal title (patch from Guido Berhoerster)Sebastien Helleu
2011-03-02Reset style (bold/underline/reverse) before setting color when displaying bar...Sebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
2011-02-24Reset color used to display spaces around time and buffer in chat areaSebastien Helleu
2011-02-21Auto recalculate values of win_width_pct and win_height_pct when windows are ...Sebastien 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
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)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-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 s...Sebastien Helleu
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 empty...Sebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for horizon...Sebastien Helleu
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 s...Sebastien Helleu
2011-02-05Fix display of extended foreground color on non-default background in barsSebastien Helleu
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-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 weechat.loo...Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-09Display more colors on each line for WeeChat basic and nick colors on /color ...Sebastien Helleu
2011-01-05Remove unneeded call to gui_color_buffer_displaySebastien Helleu
2011-01-04Fix number of colors displayed in buffer opened by /color (can be different b...Sebastien Helleu
2011-01-02Free color palette structures when exiting WeeChatSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu