summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2012-12-19core: fix default mouse buttons actions for script buffer (focus the window b...Sebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and /ve...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is le...Sebastien Helleu
2012-11-30core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu
2012-11-02core: add incomplete mouse events "event-down" and "event-drag" (task #11840)Ailin Nemui
2012-10-17core: fix display problem when option weechat.look.prefix_same_nick is set (p...Sebastien Helleu
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies to...Sebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-27core: fix display bug when end of a line is displayed on top of chat (last li...Sebastien Helleu
2012-08-22core: display spaces at the end of messages in chat area (bug #37024)Sebastien Helleu
2012-08-22core: fix infinite loop in display when chat area has width of 1 with a bar d...Sebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when installing/rem...Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse bind...Sebastien Helleu
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ...Nils Görs
2012-08-17core: fix color of long lines (displayed on more than one line on screen) und...Sebastien Helleu
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi...Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-07-18core: fix compilation of gui-curses-window.c under SolarisSebastien Helleu
2012-07-05core: add default key alt+"s" (toggle aspell)Sebastien Helleu
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-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for...Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...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-04-07core: convert options weechat.look.prefix_align_more and weechat.look.prefix_...Sebastien Helleu
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...Sebastien Helleu
2012-03-31core: fix bad computation of prefix length when simulating display (this caus...Sebastien Helleu
2012-03-29core: fix display bug with prefix when length is greater than max and prefix ...Sebastien Helleu
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on mess...Sebastien Helleu
2012-03-24core: convert tabs to spaces in text pasted (bug #25028)Sebastien Helleu
2012-03-10core: fix lost scroll when switching to a buffer with a pending search (ctrl-r)Sebastien Helleu
2012-03-10core: fix grab of key (alt-k) (bug introduced with bracketed paste mode)Sebastien Helleu
2012-03-09core: fix broken mouse (bug introduced by the previous commit)Sebastien Helleu
2012-03-09core: improve and fix bugs on standard paste and bracketed pasteSebastien Helleu
2012-03-06core: read data on stdin even when asking confirmation for paste (fix lost ch...Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_b...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-24core: move option "scroll_unread" from command /input to /windowSebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable i...Sebastien Helleu
2012-01-16core: add library "pthread" in cmake file for link on OpenBSDSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25core: change mouse state when option weechat.look.mouse is changedSebastien Helleu
2011-12-25core: set option weechat.look.mouse when mouse state is changed with command ...Sebastien Helleu
2011-12-16core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right) for gn...Sebastien Helleu
2011-12-07core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, resto...Sebastien Helleu