Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-01 | core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined text ↵ | Sebastien Helleu | |
in messages | |||
2013-12-01 | core: replace default key ctrl+"c", "r" by ctrl+"c", "v" for reverse video ↵ | Sebastien Helleu | |
in messages | |||
2013-11-23 | core: free nicklist data (for hsignal) on exit | Sebastien Helleu | |
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-18 | core: use #ifdef to check if versions are defined in signal "debug_libs" | Sebastien Helleu | |
2013-11-18 | core: remove "v" before versions displayed by /debug libs | Sebastien Helleu | |
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu | |
2013-11-14 | core: apply color attributes when clearing a window (patch #8236) (patch ↵ | Sebastien Helleu | |
from Tom Alsberg) | |||
2013-11-12 | core: fix truncated text when pasting several long lines (bug #40210) | Sebastien Helleu | |
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-05 | core: add default keys alt+home/end and alt+F11/F12 for xterm | Sebastien Helleu | |
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-11-02 | core: use ncurses include path when compiling with cmake | Sebastien Helleu | |
2013-10-10 | core: use one date format when day changes from day to day+1 | 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-10-02 | core: replace some code by calls to function gui_chat_clrtoeol() | Sebastien Helleu | |
2013-09-30 | core: clear whole line before displaying content instead of clearing after ↵ | Sebastien Helleu | |
the end of content (bug #40115) | |||
2013-09-30 | core: fix display of read marker (as horizontal line) or day change message ↵ | Sebastien Helleu | |
after last buffer line when scrolling (bug #40126) | |||
2013-09-23 | core: fix extension (.exe) of symbolic link "weechat-curses" under Cygwin | Sebastien Helleu | |
2013-09-23 | core: replace some calls to ncurses *printw functions by *addstr | Sebastien Helleu | |
2013-09-03 | core: rename options weechat.look.day_change_message(2) to ↵ | Sebastien Helleu | |
weechat.look.day_change_message_{1date|2dates} | |||
2013-09-02 | core: add option weechat.look.day_change_message2 | Sebastien Helleu | |
The new option weechat.look.day_change_message2 is used to display day change between two messages, with two dates: the new one, and the old one. Example: -- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) -- | |||
2013-08-28 | core: fix automatic scroll to bottom of buffer when day change is displayed ↵ | Sebastien Helleu | |
before first line of buffer | |||
2013-08-25 | core: display day change message dynamically (do not store it as a line in ↵ | Sebastien Helleu | |
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change. | |||
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ↵ | Sebastien Helleu | |
a new search, select where to search (messages/prefixes) Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both | |||
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-08-10 | core: optimize the removal of lines in buffers (a lot faster to clear/close ↵ | Sebastien Helleu | |
buffers with lot of lines) The update of variables "buffer_max_length" and "prefix_max_length" in struct t_gui_lines is now delayed and made during the main refresh (in main loop). For a buffer with 50K lines, it is up to 3300 times faster to clear/close it. For a buffer with 4096 lines (default limit), it is up to 120 times faster. | |||
2013-08-07 | core: remove symbolic link "weechat-curses" on make uninstall (cmake and ↵ | Sebastien Helleu | |
autotools) | |||
2013-08-07 | core: fix typo in comment for creation of symbolic link "weechat-curses" | Sebastien Helleu | |
2013-08-06 | core: use $DESTDIR when creating symbolic link "weechat-curses" with cmake | Sebastien Helleu | |
2013-08-02 | Merge branch 'secured-data' | Sebastien Helleu | |
2013-08-02 | core: add platform-dependent extension on "weechat-curses" link (so that ↵ | Sebastien Helleu | |
link is "weechat-curses.exe" on cygwin) | |||
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
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-30 | core: use variable "items_count" directly from hashtable without calling ↵ | Sebastien Helleu | |
function hashtable_get_integer | |||
2013-07-27 | core: add option "-o" for command /color | Sebastien Helleu | |
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu | |
2013-07-22 | core: remove gap after read marker line when there is no bar on the right ↵ | Sebastien Helleu | |
(bug #39548) | |||
2013-07-20 | Merge branch 'scroll-beyond-end' | Sebastien Helleu | |
2013-07-20 | core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am | Sebastien Helleu | |
2013-07-18 | core: fix filtered line displayed after /window scroll_beyond_end | Sebastien Helleu | |
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-05-22 | core: fix compilation warnings | Sebastien Helleu | |
2013-05-21 | core: fix line alignment when option weechat.look.buffer_time_format is set ↵ | Sebastien Helleu | |
to empty string A regression was introduced by commit 305175fb8c464a169e767a814f5c400154507e6f | |||
2013-05-03 | core: add options weechat.look.prefix_align_more_after and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more_after |