index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
curses
/
gui-curses-chat.c
Age
Commit message (
Expand
)
Author
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-06-02
core: fix weechat.look.align_multiline_words not working
Trygve Aaberge
2023-05-29
core: set word_end_offset to character after word
Trygve Aaberge
2023-05-29
core: fix chat colors at certain positions not being applied
Trygve Aaberge
2023-04-26
core: fix display bug when drawing partially scrolled multiline
Trygve Aaberge
2023-04-19
core: render newline characters in chat line messages
Trygve Aaberge
2023-03-17
core: split gui-curses.h into multiple headers
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-29
core: add option weechat.look.chat_space_right (issue #1862)
Sébastien Helleu
2022-12-10
core: do not display non printable chars, fix function utf8_char_size_screen
Sébastien Helleu
2022-12-10
core: display chars < 32 with a letter/symbol and reverse video attribute in ...
Sébastien Helleu
2022-12-10
core: replace call to memcpy by utf8_strncpy
Sébastien Helleu
2022-10-05
core: fix page scroll in bare display (closes #1830)
Sébastien Helleu
2022-04-18
core: add bar item "spacer"
Sébastien Helleu
2022-01-30
core: search in message tags when tags are displayed with /debug tags
Sébastien Helleu
2022-01-30
core: add support of date and tags in messages displayed in buffers with free...
Sébastien Helleu
2022-01-28
core: move functions from gui-chat.c to gui-line.c
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-02-28
core: fix quoted line in cursor mode (closes #1602)
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-14
core: fix scrolling up in bare mode when switched to bare mode at the top of ...
Sébastien Helleu
2019-10-06
Merge remote-tracking branch 'origin/pr/619'
Sébastien Helleu
2019-04-13
core: add option weechat.look.buffer_time_same (closes #1127)
Simmo Saan
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-12-17
Merge remote-tracking branch 'origin/pr/802'
Sébastien Helleu
2016-10-29
core: fix display of empty lines in search mode (closes #829)
Sébastien Helleu
2016-09-20
core: add option weechat.look.align_multiline_words
arza
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-12-03
gui: add missing line pointer to long words split across lines (closes #617)
Simmo Saan
2015-12-03
gui: fix focus data being offset when prefix_align is none (closes #610)
Simmo Saan
2015-08-23
core: fix truncated messages after a word with a length of zero on screen (bu...
Sébastien Helleu
2015-07-04
core: fix type of value returned by functions gui_chat_string_next_char, gui_...
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-06-14
core: fix display of time in bare display when option weechat.look.buffer_tim...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-16
core: fix display bug when scrolling in buffer on a filtered line (closes #240)
Sébastien Helleu
2014-10-22
core: display time in bare display only if option weechat.look.buffer_time_fo...
Sébastien Helleu
2014-07-14
core: hide message timestamp in bare display if timestamp is disabled in buff...
Sébastien Helleu
2014-03-29
core: add text search in buffers with free content (task #13051)
Sebastien Helleu
2014-02-27
core: replace constant by sizeof in a call to snprintf
Sebastien Helleu
2014-02-16
core: add bare display mode (for easy text selection and click on URLs)
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-15
core: add option weechat.look.tab_width
Sebastien Helleu
2014-01-05
core: fix compilation warnings on OpenBSD
Sebastien Helleu
[next]