Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | core: display lines waiting for buffer on exit (in case of early exit) | Sebastien Helleu | |
2013-08-22 | core: fix uncontrolled format string when displaying bufferized lines on ↵ | Sebastien Helleu | |
startup (lines waiting for core buffer) | |||
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-08-04 | core: change color format for options from `${xxx}` to `${color:xxx}` | Sebastien Helleu | |
Options affected: - weechat.look.buffer_time_format - weechat.look.prefix_action - weechat.look.prefix_error - weechat.look.prefix_join - weechat.look.prefix_network - weechat.look.prefix_quit | |||
2013-07-27 | core: use default value for prefixes used in messages displayed before the ↵ | Sebastien Helleu | |
interface is initialized | |||
2013-06-29 | core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.c | Sebastien Helleu | |
2013-06-29 | core: fix display bugs with some UTF-8 chars that truncates messages displayed | Sebastien Helleu | |
Example of char causing problems: U+26C4 (snowman without snow) | |||
2013-06-10 | core: remove extra space after empty prefix (when prefix for action, error, ↵ | Sebastien Helleu | |
join, network or quit is set to empty string) (bug #39218) | |||
2013-03-17 | core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs) | Sebastien Helleu | |
The item is now cleared after any action that is changing content of command line and after switch of buffer. | |||
2013-01-29 | core: fix hidden lines for messages without date when option ↵ | Sebastien Helleu | |
weechat.history.max_buffer_lines_minutes is set (bug #38197) | |||
2013-01-14 | core: fix display bugs with non-printable chars like tabs (part of messages ↵ | Sebastien Helleu | |
not displayed) (bug #38076) This bug was introduced by commit 70ce7fe3b6caa6128cb6e8bfb0eaaf39f1ebe4ce. | |||
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-12-01 | core: add color support in options ↵ | Nils Görs | |
weechat.look.prefix_{action|error|join|network|quit} (task #9555) | |||
2012-11-30 | core: fix display of combining chars (patch from Nei) (bug #37775) | Sebastien Helleu | |
2012-10-12 | core: fix wrapping of words with wide chars (the break was made before the ↵ | Sebastien Helleu | |
correct position) | |||
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-08-22 | core: display spaces at the end of messages in chat area (bug #37024) | Sebastien Helleu | |
2012-06-09 | core: add options to use different color for offline nicks in prefix (patch ↵ | Sebastien Helleu | |
from Nei) (task #11109) New options: - weechat.look.color_nick_offline: boolean to enable feature (off by default) - weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix) | |||
2012-03-03 | core: fix display of wide chars on last column of chat area (patch #7733) | Ryuunosuke Ayanokouzi | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-07 | core: bufferize lines displayed before core buffer is created, to display ↵ | Sebastien Helleu | |
them in buffer when it is created | |||
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-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu | |
2011-08-21 | core: remove extra space in quote of messages (in cursor mode) | Sebastien Helleu | |
2011-08-18 | core: remove some compilation warnings under Cygwin | 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-08-05 | core: save and restore layout for buffers and windows on /upgrade | Sebastien Helleu | |
2011-06-13 | core: add option "tags" for command /debug | Sebastien Helleu | |
2011-01-05 | Fix scroll problem on buffers with free content and non-allocated lines (bug ↵ | Sebastien Helleu | |
#32039) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu | |
2010-10-31 | Add extra checks on some pointers | Sebastien Helleu | |
2010-10-09 | Use local buffer in print functions, so that they are reentrant | Sebastien Helleu | |
2010-08-06 | Fix display bug with special chars (ascii value below 32) (bug #30602) | 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-29 | Free some extra memory when exiting WeeChat | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-02-09 | Rename command /silence to /mute | Sebastien Helleu | |
2010-02-09 | Add new command /silence | Sebastien Helleu | |
2010-01-11 | Discard line printed with modifier "weechat_print" only if initial string is ↵ | Sebastien Helleu | |
not empty | |||
2010-01-11 | Allow callback for modifier "weechat_print" to return empty value, in order ↵ | Sebastien Helleu | |
to remove a printed message | |||
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-22 | Fix bug with pointer to last read line in merged buffers (can lead to crash) | Sebastien Helleu | |
2009-06-13 | Do not refresh buffer if displayed line is filtered (hidden) | Sebastien Helleu | |
2009-06-12 | Fix bug with some utf-8 chars in input line | Sebastien Helleu | |