Age | Commit message (Expand) | Author |
2011-08-14 | core: allow empty short name on buffers (name is used if not set) | Sebastien Helleu |
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ... | Sebastien Helleu |
2011-08-13 | core: fix typo in comment | Sebastien Helleu |
2011-08-06 | core: display a warning at startup if locale is UTF-8 and if ncurses has no w... | Sebastien Helleu |
2011-08-06 | core: fix path for included file term.h (first use ncursesw/term.h if available) | Sebastien Helleu |
2011-08-05 | core: save and restore layout for buffers and windows on /upgrade | Sebastien Helleu |
2011-08-03 | core: fix crash with "/input grab_mouse" | Sebastien Helleu |
2011-08-02 | core: stop horizontal bar scroll at the end of content (for bars with horizon... | Sebastien Helleu |
2011-08-01 | core: add info about position where mouse button is released in hook_focus (f... | Sebastien Helleu |
2011-07-30 | core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl... | Sebastien Helleu |
2011-07-30 | core: fix refresh bug when switching buffer | Sebastien Helleu |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu |
2011-07-29 | core: fix refresh of bars (remove duplicated refresh for bars) | Sebastien Helleu |
2011-07-28 | core: improve mouse support: process utf-8 codes, add option weechat.look.mou... | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-29 | core: add new option weechat.look.separator_vertical, rename option weechat.l... | Sebastien Helleu |
2011-06-13 | core: add option "tags" for command /debug | Sebastien Helleu |
2011-06-13 | core: add option weechat.look.eat_newline_glitch (disabled by default, can ca... | Sebastien Helleu |
2011-06-01 | core: fix bug with new line inserted at end of each line displayed (set eat_n... | Sebastien Helleu |
2011-05-31 | core: fix bug with horizontal scroll in windows and long lines | Sebastien Helleu |
2011-05-16 | core: add horizontal scrolling for buffers with free content (command /window... | Sebastien Helleu |
2011-05-08 | core: ensure that new split percent is between 1 and 99 for balance of windows | Sebastien Helleu |
2011-05-07 | core: fix balance of windows with vertical split | Sebastien Helleu |
2011-05-07 | core: fix balance of windows | Sebastien Helleu |
2011-05-01 | core: fix compiler warning on function wattr_get (on pointers to attrs and pair) | Sebastien Helleu |
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is displ... | Sebastien Helleu |
2011-04-23 | core: add option "balance" for command /window (key: alt+"w" + alt+"b") | Sebastien Helleu |
2011-04-22 | core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1... | Sebastien Helleu |
2011-04-17 | core: add automatic reset of color pairs, new option weechat.look.color_pairs... | Sebastien Helleu |
2011-04-11 | core: add default keys meta-O{A,B,C,D} (same as meta-O{a,b,c,d}) | Sebastien Helleu |
2011-04-11 | core: fix crash when terminal has no color support | Sebastien Helleu |
2011-03-26 | core: flush stdout after changing terminal title (patch from Guido Berhoerster) | Sebastien Helleu |
2011-03-02 | Reset style (bold/underline/reverse) before setting color when displaying bar... | Sebastien Helleu |
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | Sebastien Helleu |
2011-02-24 | Reset color used to display spaces around time and buffer in chat area | Sebastien Helleu |
2011-02-21 | Auto recalculate values of win_width_pct and win_height_pct when windows are ... | Sebastien Helleu |
2011-02-21 | Allow relative size for command /window resize | Sebastien Helleu |
2011-02-21 | Add some default keys for gnome-terminal (home/end, ctrl+up/down, alt+pgup/pgdn) | Sebastien Helleu |
2011-02-17 | Add attributes for colors ("*": bold, "%": reverse, "_": underline) | Sebastien Helleu |
2011-02-09 | Rename some color constants and functions for attributes | Sebastien Helleu |
2011-02-09 | Factorize code used to apply color codes in strings (for chat and bars) | Sebastien Helleu |
2011-02-07 | Fix color used to display color aliases on /color buffer | Sebastien Helleu |
2011-02-07 | Fix missing suffix (after prefix) on lines when nothing is displayed before s... | Sebastien Helleu |
2011-02-07 | Reset bold attribute when setting extended color for foreground | Sebastien Helleu |
2011-02-06 | Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx | Sebastien Helleu |
2011-02-05 | Fix infinite loop when option weechat.look.read_marker_string it set to empty... | Sebastien Helleu |
2011-02-05 | Add option weechat.look.read_marker_string, use option hline_char for horizon... | Sebastien Helleu |
2011-02-05 | Add color "gray", fix white background (use white instead of gray) | Sebastien Helleu |
2011-02-05 | Fix option color_real_white: replace white by default color only if bold is s... | Sebastien Helleu |