summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2011-07-27core: fix message with new key added (displayed on current buffer instead of ↵Sebastien Helleu
core)
2011-07-27core: remove delimiters around empty bar itemsSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-12core: fix completion for command arguments when same command exists in many ↵Sebastien Helleu
plugins (bug #33753)
2011-07-05core: add context "search" for keys (to define keys used during search in ↵Sebastien Helleu
buffer with ctrl+"r")
2011-06-29core: add new option weechat.look.separator_vertical, rename option ↵Sebastien Helleu
weechat.look.hline_char to weechat.look.separator_horizontal
2011-06-26core: many improvements on hdataSebastien Helleu
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks
2011-06-21core: fix bug with option weechat.look.hotlist_count_max when count_max is ↵Sebastien Helleu
greater than 1 and priority in hotlist is highlight
2011-06-21core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)Sebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien 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 ↵Sebastien Helleu
cause display bugs)
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set ↵Sebastien Helleu
eat_newline_glitch to 0 if available)
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 ↵Sebastien Helleu
/window scroll_horiz) (task #11112)
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-05-01core: remove unused variablesSebastien Helleu
2011-04-26core: fix scroll on buffers with free contentSebastien Helleu
2011-04-24core: fix scroll in windows with /window scroll (skip lines "Day changed to")Sebastien Helleu
2011-04-24core: add date and date_printed of each line in dump of buffersSebastien Helleu
2011-04-24core: recalculate buffer_max_length when buffer short name is changed (patch ↵Sebastien Helleu
#7441)
2011-04-24core: add option weechat.look.hotlist_add_buffer_if_awaySebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is ↵Sebastien Helleu
displayed) (task #10948), do not update hotlist during upgrade
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 ↵Sebastien Helleu
#11001)
2011-04-17core: add automatic reset of color pairs, new option ↵Sebastien Helleu
weechat.look.color_pairs_auto_reset
2011-04-13core: use buffer pointer instead of window in input functions, add new ↵Sebastien Helleu
function window_search_with_buffer in plugin API
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-04-11core: add messages counts in hotlist for each buffer, option ↵Sebastien Helleu
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other
2011-04-07core: add prefix in addition of message in output of /debug bufferSebastien Helleu
2011-03-26core: flush stdout after changing terminal title (patch from Guido Berhoerster)Sebastien Helleu
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-03-10Fix bug with repeat of last completion ("%*"), which failed when many ↵Sebastien Helleu
templates are used in completion
2011-03-09Add missing variable "buffers" in dump of filtersSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task ↵Sebastien Helleu
#10880)
2011-03-06Rebuild bar content when items are changed in an hidden barSebastien Helleu
2011-03-02Reset style (bold/underline/reverse) before setting color when displaying ↵Sebastien Helleu
bar items
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
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-22Replace char "/" by ":" to specify background in nick colorsSebastien 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