summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-bar-window.c
AgeCommit message (Expand)Author
2022-04-18core: add bar item "spacer"Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-05-10core: Don't collapse consecutive newlines in bar contentTrygve Aaberge
2020-01-04core: update copyright datesSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
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-01-01core: update copyright datesSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-06-27core: fix display of invalid UTF-8 chars in bars (issue #218)Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-28core: check bar conditions in root bars and on each update of a bar itemSébastien Helleu
2014-03-30core: fix reset of attributes in bars when "resetcolor" is used (closes #41)Sebastien Helleu
2014-02-22core: remove dead assignment in function gui_bar_window_drawSebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-18core: add support of UTF-8 chars in horizontal/vertical separatorsSebastien Helleu
2013-12-11core: fix text emphasis with wide chars on screen like japanese (patch #8253)...Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-09-23core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-30core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ...Nils Görs
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-15core: add color attribute "|" and value "resetcolor" for function weechat_col...Sebastien Helleu
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-02core: stop horizontal bar scroll at the end of content (for bars with horizon...Sebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-29core: add new option weechat.look.separator_vertical, rename option weechat.l...Sebastien Helleu
2011-03-02Reset style (bold/underline/reverse) before setting color when displaying bar...Sebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-09Rename some color constants and functions for attributesSebastien Helleu
2011-02-09Factorize code used to apply color codes in strings (for chat and bars)Sebastien Helleu
2011-02-06Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxxSebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for horizon...Sebastien Helleu
2011-02-05Fix display of extended foreground color on non-default background in barsSebastien Helleu
2011-01-31Add some chars after cursor when scrolling input line: new option weechat.loo...Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu