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.h
Age
Commit message (
Expand
)
Author
2023-03-16
core: create config options for all keys that can be managed with `/set` and ...
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-10
core: add color attributes "blink" and "dim" (half bright) (closes #1855)
Sébastien Helleu
2022-12-10
core: toggle reverse video attribute in bars for chars < 32 only if not alrea...
Sébastien Helleu
2022-01-17
core: update copyright dates
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-01
core: add function to convert WeeChat colors to ANSI colors (issue #528)
Sébastien Helleu
2019-05-13
gui: fix wide ncurses header on FreeBSD (issue #1343)
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-03-11
core: add binary weechat-headless to run WeeChat without interface (closes #1...
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-07-14
core: move main() function into Curses GUI
Sébastien Helleu
2014-03-30
core: fix reset of attributes in bars when "resetcolor" is used (closes #41)
Sebastien Helleu
2014-03-19
core: fix use of reserved C identifiers in headers (closes #31)
Sebastien Helleu
2014-03-15
core: add modifier and infos to decode ANSI colors
Sebastien Helleu
2014-02-16
core: add bare display mode (for easy text selection and click on URLs)
Sebastien Helleu
2014-02-02
core: fix compilation on Android (replace include of sys/termios.h by termios...
Sebastien Helleu
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-11-14
core: apply color attributes when clearing a window (patch #8236) (patch from...
Sebastien Helleu
2013-11-02
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
Sebastien Helleu
2013-08-16
core: add text emphasis in messages when searching text in buffer
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-10-17
core: fix display problem when option weechat.look.prefix_same_nick is set (p...
Sebastien Helleu
2012-06-10
core: add horizontal separator between windows, two new options to toggle hor...
Sebastien Helleu
2012-05-22
core: force display of prefix on first line displayed in window (even if it s...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-10-15
core: add color attribute "|" and value "resetcolor" for function weechat_col...
Sebastien Helleu
2011-09-24
core: add new option weechat.look.color_basic_force_bold, off by default: bol...
Sebastien Helleu
2011-07-05
core: add context "search" for keys (to define keys used during search in buf...
Sebastien Helleu
2011-06-13
core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...
Sebastien Helleu
2011-06-01
core: fix bug with new line inserted at end of each line displayed (set eat_n...
Sebastien Helleu
2011-04-17
core: add automatic reset of color pairs, new option weechat.look.color_pairs...
Sebastien Helleu
2011-02-17
Add attributes for colors ("*": bold, "%": reverse, "_": underline)
Sebastien Helleu
2011-02-09
Rename some color constants and functions for attributes
Sebastien Helleu
2011-02-09
Factorize code used to apply color codes in strings (for chat and bars)
Sebastien Helleu
2011-02-05
Add option weechat.look.read_marker_string, use option hline_char for horizon...
Sebastien Helleu
2011-02-05
Add color "gray", fix white background (use white instead of gray)
Sebastien Helleu
2011-01-31
Dynamically allocate color pairs
Sebastien Helleu
2011-01-19
Rename some variables and functions about weechat colors
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-12-17
Allow use of color pair number in color options and in API function "weechat_...
Sebastien Helleu
[next]