Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-22 | core: force display of prefix on first line displayed in window (even if it ↵ | Sebastien Helleu | |
should be hidden by option weechat.look.prefix_same_nick) | |||
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-04-07 | core: convert options weechat.look.prefix_align_more and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more from boolean to string (task #11197) | |||
2012-04-03 | core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵ | Sebastien Helleu | |
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick. | |||
2012-03-31 | core: fix bad computation of prefix length when simulating display (this ↵ | Sebastien Helleu | |
caused one or more empty lines at bottom of chat area) (bug was introduced in previous commit: 10df976e53a4bf131bc9905b30237e2ffeb33a9a) | |||
2012-03-29 | core: fix display bug with prefix when length is greater than max and prefix ↵ | Sebastien Helleu | |
is ending with a wide char (bug #36032) | |||
2012-03-28 | core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵ | Sebastien Helleu | |
messages whose nick is the same as previous message) (task #11965) | |||
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-10-02 | core: fix display of background color in chat area after line feed | Sebastien Helleu | |
2011-09-28 | core: fix color of highlighted prefix on inactive window when option ↵ | Sebastien Helleu | |
weechat.look.color_inactive_prefix is off | |||
2011-09-24 | core: fix color of inactive merged lines in inactive windows when ↵ | Sebastien Helleu | |
weechat.look.color_inactive_window is off | |||
2011-09-22 | core: fix option weechat.look.color_inactive_message | Sebastien Helleu | |
2011-09-22 | core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵ | Sebastien Helleu | |
inactive colors | |||
2011-09-22 | core: rename options *_inactive_line to *_inactive_buffer | Sebastien Helleu | |
2011-09-22 | core: fix option weechat.look.color_inactive_prefix_buffer | Sebastien Helleu | |
2011-09-22 | core: add colors for inactive windows and lines (in merged buffers) | Sebastien Helleu | |
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line | |||
2011-08-14 | core: fix focus info for chat area on buffers with free content | Sebastien Helleu | |
2011-08-14 | core: fix crash in display of chat area (overflow in coords) | Sebastien Helleu | |
2011-08-14 | core: allow empty short name on buffers (name is used if not set) | Sebastien Helleu | |
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ↵ | Sebastien Helleu | |
m/q/Q to quote line in cursor mode, sort mouse keys by priority | |||
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-13 | core: add option "tags" for command /debug | Sebastien Helleu | |
2011-05-31 | core: fix bug with horizontal scroll in windows and long lines | Sebastien Helleu | |
2011-05-16 | core: add horizontal scrolling for buffers with free content (command ↵ | Sebastien Helleu | |
/window scroll_horiz) (task #11112) | |||
2011-05-01 | core: fix compiler warning on function wattr_get (on pointers to attrs and pair) | Sebastien Helleu | |
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is ↵ | Sebastien Helleu | |
displayed) (task #10948), do not update hotlist during upgrade | |||
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | Sebastien Helleu | |
2011-02-24 | Reset color used to display spaces around time and buffer in chat area | 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-07 | Fix missing suffix (after prefix) on lines when nothing is displayed before ↵ | Sebastien Helleu | |
suffix (no time/buffer/prefix) | |||
2011-02-06 | Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx | Sebastien Helleu | |
2011-02-05 | Fix infinite loop when option weechat.look.read_marker_string it set to ↵ | Sebastien Helleu | |
empty string | |||
2011-02-05 | Add option weechat.look.read_marker_string, use option hline_char for ↵ | Sebastien Helleu | |
horizontal bar separators only | |||
2011-02-04 | Fix size of arrays for colors (patch #7458) | Sebastien Helleu | |
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-17 | Allow use of color pair number in color options and in API function ↵ | Sebastien Helleu | |
"weechat_color" | |||
2010-08-06 | Fix display bug with special chars (ascii value below 32) (bug #30602) | Sebastien Helleu | |
2010-08-01 | Replace TODO by FIXME in comments | Sebastien Helleu | |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-04 | Hide read marker if all lines after marker are filtered (only if option ↵ | Sebastien Helleu | |
read_marker_always_show is off) | |||
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu | |
2010-02-24 | Fix display of color in input when it is scrolled | Sebastien Helleu | |