summaryrefslogtreecommitdiffstats
path: root/src/gui/curses/gui-curses-chat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu2016-12-171-26/+34
|\
| * core: add option weechat.look.align_multiline_wordsarza2016-09-201-26/+34
* | core: fix display of empty lines in search mode (closes #829)Sébastien Helleu2016-10-291-4/+13
|/
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* core: fix truncated messages after a word with a length of zero on screen (bug #40985, issue #502)Sébastien Helleu2015-08-231-2/+2
* core: fix type of value returned by functions gui_chat_string_next_char, gui_chat_string_add_offset and gui_chat_string_add_offset_screenSébastien Helleu2015-07-041-3/+2
* api: fix type of value returned by functions utf8_prev_char, utf8_next_char and utf8_add_offsetSébastien Helleu2015-07-041-3/+4
* core: add missing comments before functions when the result must be freed after useSébastien Helleu2015-07-041-0/+2
* core: fix display of time in bare display when option weechat.look.buffer_time_format is set to empty string (closes #441)Sébastien Helleu2015-06-141-2/+0
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* core: fix display bug when scrolling in buffer on a filtered line (closes #240)Sébastien Helleu2014-11-161-0/+9
* core: display time in bare display only if option weechat.look.buffer_time_format is not an empty stringSébastien Helleu2014-10-221-0/+2
* core: hide message timestamp in bare display if timestamp is disabled in buffer (closes #129)Sébastien Helleu2014-07-141-1/+2
* core: add text search in buffers with free content (task #13051)Sebastien Helleu2014-03-291-2/+26
* core: replace constant by sizeof in a call to snprintfSebastien Helleu2014-02-271-1/+2
* core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu2014-02-161-0/+147
* api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu2014-02-101-2/+2
* core: add option weechat.look.tab_widthSebastien Helleu2014-01-151-4/+9
* core: fix compilation warnings on OpenBSDSebastien Helleu2014-01-051-3/+5
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* core: fix text emphasis with wide chars on screen like japanese (patch #8253) (patch from Ryuunosuke Ayanokouzi)Sebastien Helleu2013-12-111-4/+6
* core: add buffer property "day_change" to hide messages for the day change in specific buffersSebastien Helleu2013-12-041-2/+7
* core: use one date format when day changes from day to day+1Sebastien Helleu2013-10-101-0/+24
* core: replace some code by calls to function gui_chat_clrtoeol()Sebastien Helleu2013-10-021-17/+3
* core: clear whole line before displaying content instead of clearing after the end of content (bug #40115)Sebastien Helleu2013-09-301-10/+21
* core: fix display of read marker (as horizontal line) or day change message after last buffer line when scrolling (bug #40126)Sebastien Helleu2013-09-301-2/+4
* core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu2013-09-231-7/+7
* core: rename options weechat.look.day_change_message(2) to weechat.look.day_change_message_{1date|2dates}Sebastien Helleu2013-09-031-2/+2
* core: add option weechat.look.day_change_message2Sebastien Helleu2013-09-021-10/+20
* core: fix automatic scroll to bottom of buffer when day change is displayed before first line of bufferSebastien Helleu2013-08-281-28/+56
* core: display day change message dynamically (do not store it as a line in buffer) (task #12775)Sebastien Helleu2013-08-251-31/+142
* core: add search of regular expression in buffer, don't reset search type on a new search, select where to search (messages/prefixes)Sebastien Helleu2013-08-171-4/+6
* core: add text emphasis in messages when searching text in bufferSebastien Helleu2013-08-161-22/+29
* core: remove gap after read marker line when there is no bar on the right (bug #39548)Sebastien Helleu2013-07-221-1/+1
* core: fix filtered line displayed after /window scroll_beyond_endSebastien Helleu2013-07-181-2/+2
* core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu2013-07-171-16/+45
* core: fix compilation warningsSebastien Helleu2013-05-221-0/+2
* core: fix line alignment when option weechat.look.buffer_time_format is set to empty stringSebastien Helleu2013-05-211-2/+1
* core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_afterSebastien Helleu2013-05-031-6/+70
* core: fix display of long lines without time (message beginning with two tabs)Sebastien Helleu2013-05-011-4/+6
* core: make nick prefix/suffix dynamic (move options from irc plugin to core, add logger options) (bug #37531)Sebastien Helleu2013-04-291-20/+74
* core: fix typos in many comments and some stringsSebastien Helleu2013-03-171-2/+2
* core: fix crash in display of chat area when the ncurses chat window is not initializedSebastien Helleu2013-01-121-1/+2
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-34/+36
* core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu2012-11-301-1/+1
* core: fix display problem when option weechat.look.prefix_same_nick is set (problem with nick displayed in first line of screen) (bug #37556)Sebastien Helleu2012-10-171-30/+4
* core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu2012-08-301-1/+1