summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Collapse)Author
2013-05-01core: fix display of long lines without time (message beginning with two tabs)Sebastien Helleu
The long lines without time were not properly aligned: the second and subsequent lines should start at column 0 of chat area.
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵Sebastien Helleu
add logger options) (bug #37531)
2013-04-12core: do not force weechat_quit to 0 in main loop, so that a /quit issued ↵Sebastien Helleu
before main loop is working
2013-03-17core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)Sebastien Helleu
The item is now cleared after any action that is changing content of command line and after switch of buffer.
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-01-12core: fix crash in display of chat area when the ncurses chat window is not ↵Sebastien Helleu
initialized This can happen when a window becomes too small for display: then we set the ncurses chat window to NULL. So when displaying buffer, we'll skip it if the ncurses chat window is NULL. Steps to reproduce crash: 1. /window splith 2. /window resize -1 (many times, until chat area is less than one line) 3. /window balance
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-01core: fix scroll to bottom of window (default key: alt+end) when line ↵Sebastien Helleu
displayed is bigger than chat area
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20core: fix another bug with horizontal separator displayed at bottom after ↵Sebastien Helleu
split of windows (bug #37874)
2012-12-19core: fix refresh of windows after split (fix bug with horizontal separator ↵Sebastien Helleu
between windows) (bug #37874)
2012-12-19core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu
2012-12-19core: fix default mouse buttons actions for script buffer (focus the window ↵Sebastien Helleu
before executing action)
2012-12-16core: add git version in build, display it in "weechat-curses --help" and ↵Sebastien Helleu
/version
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 ↵Sebastien Helleu
less than 100 (bug #37875)
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 ↵Sebastien Helleu
(problem with nick displayed in first line of screen) (bug #37556) To fix this bug, a feature has been removed: the first message with a nick has the prefix forced (to not display the value of weechat.look.prefix_same_nick on top of screen), commit was: 04e98c3f29156a04785f86d429dda4d521fc1779 This feature may be reintroduced in a future commit.
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies ↵Sebastien Helleu
to all plugins) (bug #37311)
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 ↵Sebastien Helleu
line truncated and MORE(0) in status bar) (bug #37203)
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 ↵Sebastien Helleu
displayed on the right (nicklist by default) (bug #37089)
2012-08-21script: add option script.look.quiet_actions (no messages when ↵Sebastien Helleu
installing/removing/loading/unloading scripts on script buffer)
2012-08-20script: add focus info for mouse on script buffer, add two default mouse ↵Sebastien Helleu
bindings: left button = select line, right button = install/remove script
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ↵Nils Görs
in bars with vertical filling (bug #37054)
2012-08-17core: fix color of long lines (displayed on more than one line on screen) ↵Sebastien Helleu
under FreeBSD (bug #36999)
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵Sebastien Helleu
with free content
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
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 ↵Sebastien Helleu
horizontal/vertical separators between windows New boolean options, enabled by default: - weechat.look.window_separator_horizontal - weechat.look.window_separator_vertical
2012-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg ↵Sebastien Helleu
for highlight when nick is offline)
2012-06-09core: add options to use different color for offline nicks in prefix (patch ↵Sebastien Helleu
from Nei) (task #11109) New options: - weechat.look.color_nick_offline: boolean to enable feature (off by default) - weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
2012-05-22core: force display of prefix on first line displayed in window (even if it ↵Sebastien Helleu
should be hidden by option weechat.look.prefix_same_nick)
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 ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵Sebastien Helleu
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick.
2012-03-31core: fix bad computation of prefix length when simulating display (this ↵Sebastien Helleu
caused one or more empty lines at bottom of chat area) (bug was introduced in previous commit: 10df976e53a4bf131bc9905b30237e2ffeb33a9a)
2012-03-29core: fix display bug with prefix when length is greater than max and prefix ↵Sebastien Helleu
is ending with a wide char (bug #36032)
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵Sebastien Helleu
messages whose nick is the same as previous message) (task #11965)
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
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one