summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-window.c
AgeCommit message (Expand)Author
2012-06-13core: fix resize of windows after horizontal splitSebastien Helleu
2012-06-10core: add horizontal separator between windows, two new options to toggle hor...Sebastien Helleu
2012-05-22core: force display of prefix on first line displayed in window (even if it s...Sebastien Helleu
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-01-28core: add signal "window_switch"Sebastien Helleu
2012-01-28core: fix signal "buffer_switch": send it only once when switching buffer (bu...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-07core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, resto...Sebastien Helleu
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-15core: add color attribute "|" and value "resetcolor" for function weechat_col...Sebastien Helleu
2011-10-02core: fix display of background color in chat area after line feedSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-27core: do automatic zoom on current window when terminal becomes too small for...Sebastien Helleu
2011-08-23core: remove unused function gui_window_wprintwSebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-07-30core: fix refresh bug when switching bufferSebastien Helleu
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-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-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-03-26core: flush stdout after changing terminal title (patch from Guido Berhoerster)Sebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien 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-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-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-05Add option weechat.look.read_marker_string, use option hline_char for horizon...Sebastien Helleu
2011-02-05Fix option color_real_white: replace white by default color only if bold is s...Sebastien Helleu
2011-02-01Fix terminal title when $TERM starts with "screen" (patch from sleo)Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-17Allow use of color pair number in color options and in API function "weechat_...Sebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-06Revert last commit about "buffer_switch" signal (introduced new refresh bugs ...Sebastien Helleu
2010-10-05Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)Sebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ad...Sebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu