summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2011-11-12core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #...Simon Kuhnle
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/...Sebastien Helleu
2011-10-29core: change default command for key alt-m: /mouse toggle -> /mute mouse toggleSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-16core: fix status of mouse displayed by command /mouseSebastien Helleu
2011-10-15core: add color attribute "|" and value "resetcolor" for function weechat_col...Sebastien Helleu
2011-10-05core: add modifiers control/alt ("ctrl" and "alt") for mouse eventsSebastien Helleu
2011-10-05core: ignore mouse code '@' (coordinates) when it is received as first event ...Sebastien Helleu
2011-10-02core: fix display of background color in chat area after line feedSebastien Helleu
2011-09-28core: fix color of highlighted prefix on inactive window when option weechat....Sebastien Helleu
2011-09-27core: fix paste detection (problem with end of lines)Sebastien Helleu
2011-09-24core: fix color of inactive merged lines in inactive windows when weechat.loo...Sebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: bol...Sebastien Helleu
2011-09-23core: add default key "meta2-[E" (F5) for linux consoleSebastien Helleu
2011-09-22core: fix option weechat.look.color_inactive_messageSebastien Helleu
2011-09-22core: add options weechat.look.color_inactive_window/buffer, fix bugs with in...Sebastien Helleu
2011-09-22core: rename options *_inactive_line to *_inactive_bufferSebastien Helleu
2011-09-22core: fix option weechat.look.color_inactive_prefix_bufferSebastien 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-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: remove warning at startup if locale is UTF-8 and if ncurses has no wide...Sebastien Helleu
2011-08-23core: remove unused function gui_window_wprintwSebastien Helleu
2011-08-18core: fix input of wide UTF-8 chars under Cygwin (bug #34061)Sebastien Helleu
2011-08-14core: fix focus info for chat area on buffers with free contentSebastien Helleu
2011-08-14core: fix crash in display of chat area (overflow in coords)Sebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-13core: fix typo in commentSebastien Helleu
2011-08-06core: display a warning at startup if locale is UTF-8 and if ncurses has no w...Sebastien Helleu
2011-08-06core: fix path for included file term.h (first use ncursesw/term.h if available)Sebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-08-03core: fix crash with "/input grab_mouse"Sebastien Helleu
2011-08-02core: stop horizontal bar scroll at the end of content (for bars with horizon...Sebastien Helleu
2011-08-01core: add info about position where mouse button is released in hook_focus (f...Sebastien Helleu
2011-07-30core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl...Sebastien Helleu
2011-07-30core: fix refresh bug when switching bufferSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-29core: fix refresh of bars (remove duplicated refresh for bars)Sebastien Helleu
2011-07-28core: improve mouse support: process utf-8 codes, add option weechat.look.mou...Sebastien 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-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