Age | Commit message (Expand) | Author |
2011-07-12 | core: fix completion for command arguments when same command exists in many p... | 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-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-21 | core: fix bug with option weechat.look.hotlist_count_max when count_max is gr... | Sebastien Helleu |
2011-06-21 | core: fix bug with option weechat.look.hotlist_count_max (value+1 was used) | Sebastien Helleu |
2011-06-15 | core: add local variable "highlight_regex" in buffers | 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-13 | core: add "hdata" (direct access to WeeChat/plugin data) | 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-05-01 | core: remove unused variables | Sebastien Helleu |
2011-04-26 | core: fix scroll on buffers with free content | Sebastien Helleu |
2011-04-24 | core: fix scroll in windows with /window scroll (skip lines "Day changed to") | Sebastien Helleu |
2011-04-24 | core: add date and date_printed of each line in dump of buffers | Sebastien Helleu |
2011-04-24 | core: recalculate buffer_max_length when buffer short name is changed (patch ... | Sebastien Helleu |
2011-04-24 | core: add option weechat.look.hotlist_add_buffer_if_away | 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-13 | core: use buffer pointer instead of window in input functions, add new functi... | 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-04-11 | core: add messages counts in hotlist for each buffer, option weechat.look.hot... | Sebastien Helleu |
2011-04-07 | core: add prefix in addition of message in output of /debug buffer | Sebastien Helleu |
2011-03-26 | core: flush stdout after changing terminal title (patch from Guido Berhoerster) | Sebastien Helleu |
2011-03-18 | Add optional bar name in command /bar default | Sebastien Helleu |
2011-03-18 | Add new option weechat.look.highlight_tags (force highlight on tags) | Sebastien Helleu |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu |
2011-03-10 | Fix bug with repeat of last completion ("%*"), which failed when many templat... | Sebastien Helleu |
2011-03-09 | Add missing variable "buffers" in dump of filters | Sebastien Helleu |
2011-03-09 | Allow list of buffers in command /filter (exclusion with prefix "!") (task #1... | Sebastien Helleu |
2011-03-06 | Rebuild bar content when items are changed in an hidden bar | 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 | Replace char "%" by "!" for reverse video in color attributes | Sebastien Helleu |
2011-02-24 | Reset color used to display spaces around time and buffer in chat area | Sebastien Helleu |
2011-02-22 | Replace char "/" by ":" to specify background in nick colors | Sebastien Helleu |
2011-02-22 | Fix crash when using column filling in bars with some empty items (bug #32565) | 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 |