Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | core: use an integer for seconds in command /window bare <delay> | Sébastien Helleu | |
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another ↵ | Sébastien Helleu | |
merged buffer is zoomed) (task #12845) There was a bug with "num_displayed" in buffers when they are merged and that one buffer is zoomed: now the num_displayed is > 0 for the active buffer, and it is set to 0 for all merged non-active buffers (only in case of zoom). A variable "zoomed" has been added in buffers to know if a buffer with this number is zoomed or not (possibly another buffer). | |||
2014-03-30 | core: use seconds as float number for delay in command /window bare <delay> | Sébastien Helleu | |
2014-03-30 | core: fix reset of attributes in bars when "resetcolor" is used (closes #41) | Sebastien Helleu | |
2014-03-17 | core: fix "/window scroll_bottom" on a buffer with free content | Sebastien Helleu | |
The bug was introduced by commit 8fac1eea40d6306c27bd854f8ae7bd0c35632fc9 which purpose was to not scroll to the end of buffer with "/window scroll -N" when the top of buffer is displayed. This commit is adding the syntax "--N" to force a scroll from the end (only used by "/window scroll_bottom"). | |||
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu | |
New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display. | |||
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-02-02 | core: fix compilation on Android (replace include of sys/termios.h by ↵ | Sebastien Helleu | |
termios.h) (bug #41434) | |||
2014-01-27 | core: fix display of read marker when all buffers line are unread | Sebastien Helleu | |
The bug is when all buffer lines are unread (so "last_read_line" pointer is NULL), and that the option weechat.look.read_marker_always_show is on. The read marker was displayed at bottom after switch to the buffer. Thanks to Nils Görs. | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-18 | core: add support of UTF-8 chars in horizontal/vertical separators | Sebastien Helleu | |
2013-12-18 | core: add option weechat.look.window_auto_zoom, disable automatic zoom by ↵ | Sebastien Helleu | |
default when terminal becomes too small for windows | |||
2013-11-19 | core: fix current color/background after reset of color | Sebastien Helleu | |
Bug was visible with such colored string in IRC: ^Cc7,5 one ^Cc ^Cc7 two Before the fix, the word "two" had a red background. The "^Cc" should reset both color + background, so now it does not have a background any more. | |||
2013-11-14 | core: apply color attributes when clearing a window (patch #8236) (patch ↵ | Sebastien Helleu | |
from Tom Alsberg) | |||
2013-11-09 | core: fix terminal title under screen/tmux | Sebastien Helleu | |
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title ↵ | Sebastien Helleu | |
(evaluated string) | |||
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-10-05 | core: fix display of read marker after buffer switch when there is no line ↵ | Sebastien Helleu | |
displayed after (only filtered lines) | |||
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu | |
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg | |||
2013-07-31 | core: do not scroll when using /window {page_down|scroll_down} after /window ↵ | Sebastien Helleu | |
scroll_beyond_end | |||
2013-07-31 | core: reset scroll after /window {page_down|scroll_down} if last line of ↵ | Sebastien Helleu | |
buffer is displayed at bottom A regression was introduced by commit bee56c3b7fa6ef0ce820a8f0a7e5e51b95aa3fab (/window scroll_beyond_end). Scenario to reproduce the problem, for example on an IRC channel with a long history (more than two pages): /window page_up /window page_down <type some text and send to channel> It will display -MORE(1)- instead of automatically scrolling to bottom of buffer. | |||
2013-07-17 | core: fix pointer used to check if buffer has lines | Sebastien Helleu | |
2013-07-17 | core: do nothing in "/window scroll_beyond_end" if the buffer has no lines | Sebastien Helleu | |
2013-07-17 | core: add option "scroll_beyond_end" for command /window (task #6745) | Sebastien Helleu | |
2013-07-10 | core: fix char displayed at the intersection of three windows (bug #39331) | Sebastien Helleu | |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu | |
2013-01-01 | core: fix scroll to bottom of window (default key: alt+end) when line ↵ | Sebastien Helleu | |
displayed is bigger than chat area | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-20 | core: fix another bug with horizontal separator displayed at bottom after ↵ | Sebastien Helleu | |
split of windows (bug #37874) | |||
2012-12-19 | core: fix refresh of windows after split (fix bug with horizontal separator ↵ | Sebastien Helleu | |
between windows) (bug #37874) | |||
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-12-07 | core: fix scroll of one page down when weechat.look.scroll_page_percent is ↵ | Sebastien Helleu | |
less than 100 (bug #37875) | |||
2012-10-17 | core: 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-07-18 | core: fix compilation of gui-curses-window.c under Solaris | Sebastien Helleu | |
2012-06-13 | core: fix resize of windows after horizontal split | Sebastien Helleu | |
2012-06-10 | core: 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-05-22 | core: 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-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu | |
2012-01-28 | core: add signal "window_switch" | Sebastien Helleu | |
2012-01-28 | core: fix signal "buffer_switch": send it only once when switching buffer ↵ | Sebastien Helleu | |
(bug #31158) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-07 | core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, ↵ | Sebastien Helleu | |
restore old behaviour before fix of bug #25555 in version 0.3.5) | |||
2011-11-08 | core: add option "jump_last_buffer_displayed" for command /input (key: ↵ | Sebastien Helleu | |
alt+"/") (task #11553) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-15 | core: add color attribute "|" and value "resetcolor" for function ↵ | Sebastien Helleu | |
weechat_color in plugin API (bug #34550) | |||
2011-10-02 | core: fix display of background color in chat area after line feed | Sebastien Helleu | |
2011-09-22 | core: add colors for inactive windows and lines (in merged buffers) | Sebastien Helleu | |
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line |