summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-chat.c
AgeCommit message (Expand)Author
2019-10-14core: fix scrolling up in bare mode when switched to bare mode at the top of ...Sébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/619'Sébastien Helleu
2019-04-13core: add option weechat.look.buffer_time_same (closes #1127)Simmo Saan
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-17Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu
2016-10-29core: fix display of empty lines in search mode (closes #829)Sébastien Helleu
2016-09-20core: add option weechat.look.align_multiline_wordsarza
2016-01-01core: update copyright datesSébastien Helleu
2015-12-03gui: add missing line pointer to long words split across lines (closes #617)Simmo Saan
2015-12-03gui: fix focus data being offset when prefix_align is none (closes #610)Simmo Saan
2015-08-23core: fix truncated messages after a word with a length of zero on screen (bu...Sébastien Helleu
2015-07-04core: fix type of value returned by functions gui_chat_string_next_char, gui_...Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-14core: fix display of time in bare display when option weechat.look.buffer_tim...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-16core: fix display bug when scrolling in buffer on a filtered line (closes #240)Sébastien Helleu
2014-10-22core: display time in bare display only if option weechat.look.buffer_time_fo...Sébastien Helleu
2014-07-14core: hide message timestamp in bare display if timestamp is disabled in buff...Sébastien Helleu
2014-03-29core: add text search in buffers with free content (task #13051)Sebastien Helleu
2014-02-27core: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-15core: add option weechat.look.tab_widthSebastien Helleu
2014-01-05core: fix compilation warnings on OpenBSDSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-11core: fix text emphasis with wide chars on screen like japanese (patch #8253)...Sebastien Helleu
2013-12-04core: add buffer property "day_change" to hide messages for the day change in...Sebastien Helleu
2013-10-10core: use one date format when day changes from day to day+1Sebastien Helleu
2013-10-02core: replace some code by calls to function gui_chat_clrtoeol()Sebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after th...Sebastien Helleu
2013-09-30core: fix display of read marker (as horizontal line) or day change message a...Sebastien Helleu
2013-09-23core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu
2013-09-03core: rename options weechat.look.day_change_message(2) to weechat.look.day_c...Sebastien Helleu
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
2013-08-28core: fix automatic scroll to bottom of buffer when day change is displayed b...Sebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-07-22core: remove gap after read marker line when there is no bar on the right (bu...Sebastien Helleu
2013-07-18core: fix filtered line displayed after /window scroll_beyond_endSebastien Helleu
2013-07-17core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu
2013-05-22core: fix compilation warningsSebastien Helleu
2013-05-21core: fix line alignment when option weechat.look.buffer_time_format is set t...Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and weechat.look.prefi...Sebastien Helleu
2013-05-01core: fix display of long lines without time (message beginning with two tabs)Sebastien Helleu