Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-06-21 | core: add bar option "color_bg_inactive" (issue #732) | Sébastien Helleu | |
2020-05-10 | core: Don't collapse consecutive newlines in bar content | Trygve Aaberge | |
This allows blank lines to be displayed in the input bar when you input multiple consecutive newlines. Relates to #1498 | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu | |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
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-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-07-04 | api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵ | Sébastien Helleu | |
and utf8_add_offset | |||
2015-06-27 | core: fix display of invalid UTF-8 chars in bars (issue #218) | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-12-28 | core: check bar conditions in root bars and on each update of a bar item | Sébastien Helleu | |
2014-03-30 | core: fix reset of attributes in bars when "resetcolor" is used (closes #41) | Sebastien Helleu | |
2014-02-22 | core: remove dead assignment in function gui_bar_window_draw | Sebastien Helleu | |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu | |
New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display. | |||
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-12-11 | core: fix text emphasis with wide chars on screen like japanese (patch ↵ | Sebastien Helleu | |
#8253) (patch from Ryuunosuke Ayanokouzi) | |||
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-09-23 | core: replace some calls to ncurses *printw functions by *addstr | Sebastien Helleu | |
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu | |
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-11-30 | core: fix display of combining chars (patch from Nei) (bug #37775) | Sebastien Helleu | |
2012-08-17 | core: fix display of "bar more down" char when text is truncated by size_max ↵ | Nils Görs | |
in bars with vertical filling (bug #37054) | |||
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-15 | core: add color attribute "|" and value "resetcolor" for function ↵ | Sebastien Helleu | |
weechat_color in plugin API (bug #34550) | |||
2011-08-26 | core: add new options weechat.look.bar_more_left/right/up/down | Sebastien Helleu | |
2011-08-02 | core: stop horizontal bar scroll at the end of content (for bars with ↵ | Sebastien Helleu | |
horizontal filling) (bug #27908) | |||
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-06-29 | core: add new option weechat.look.separator_vertical, rename option ↵ | Sebastien Helleu | |
weechat.look.hline_char to weechat.look.separator_horizontal | |||
2011-03-02 | Reset style (bold/underline/reverse) before setting color when displaying ↵ | Sebastien Helleu | |
bar items | |||
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-06 | Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx | Sebastien Helleu | |
2011-02-05 | Add option weechat.look.read_marker_string, use option hline_char for ↵ | Sebastien Helleu | |
horizontal bar separators only | |||
2011-02-05 | Fix display of extended foreground color on non-default background in bars | Sebastien Helleu | |
2011-01-31 | Add some chars after cursor when scrolling input line: new option ↵ | Sebastien Helleu | |
weechat.look.input_cursor_scroll (bug #21391) | |||
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu | |
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator) | |||
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-17 | Allow use of color pair number in color options and in API function ↵ | Sebastien Helleu | |
"weechat_color" |