Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-17 | core: fix display problem when option weechat.look.prefix_same_nick is set ↵ | Sebastien Helleu | |
(problem with nick displayed in first line of screen) (bug #37556) To fix this bug, a feature has been removed: the first message with a nick has the prefix forced (to not display the value of weechat.look.prefix_same_nick on top of screen), commit was: 04e98c3f29156a04785f86d429dda4d521fc1779 This feature may be reintroduced in a future commit. | |||
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu | |
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-08-14 | core: fix use of unitialized value (line->data->display) when adding a line ↵ | Sebastien Helleu | |
in buffer | |||
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu | |
2012-07-17 | core: fix typo in comment | Sebastien Helleu | |
2012-06-09 | core: fix color of nicks in buffers without nicklist when option ↵ | Sebastien Helleu | |
weechat.look.color_nick_offline is on | |||
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-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-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-04-01 | core: fix bug with option weechat.look.prefix_same_nick and filtered lines | Sebastien Helleu | |
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-12-17 | core: add signal "buffer_line_added" | Sebastien Helleu | |
2011-11-25 | core: fix type of variables in hdata "line_data" (type integer -> char) | Sebastien Helleu | |
2011-11-21 | core: add "full_name" in buffer structure | Sebastien Helleu | |
2011-11-05 | core: rename options weechat.history.{max_lines|max_minutes} to ↵ | Sebastien Helleu | |
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes} | |||
2011-11-01 | core: add option weechat.history.max_minutes: maximum number of minutes in ↵ | Sebastien Helleu | |
history per buffer (task #10900) (patch from Quentin Pradet) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-09-20 | core: add missing assignment of buffer pointer in line structure | 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-08-05 | core: save and restore layout for buffers and windows on /upgrade | Sebastien Helleu | |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-15 | core: add local variable "highlight_regex" in buffers | Sebastien Helleu | |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | 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-04-11 | core: add messages counts in hotlist for each buffer, option ↵ | Sebastien Helleu | |
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other | |||
2011-03-18 | Add new option weechat.look.highlight_tags (force highlight on tags) | Sebastien Helleu | |
2011-03-09 | Allow list of buffers in command /filter (exclusion with prefix "!") (task ↵ | Sebastien Helleu | |
#10880) | |||
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | 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-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu | |
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-11-05 | Set highlight flag on line printed if there is tag "notify_highlight" | Sebastien Helleu | |
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ↵ | Sebastien Helleu | |
nicks in buffer This can be used with script buffer_autoset.py (see /help autosetbuffer). | |||
2010-10-02 | Add new option weechat.look.prefix_align_min (task #10650) | 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-14 | Remove unused variable | Sebastien Helleu | |
2010-04-14 | Fix crash on /quit when scrolling in buffer and if first line displayed was ↵ | Sebastien Helleu | |
from a plugin | |||
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-04-03 | Allow buffer local variables in highlight words (option ↵ | Sebastien Helleu | |
"weechat.look.highlight" and buffer property "highlight_words") For example "$nick" with highlight a message printed if it contains content of local variable "nick" for buffer. | |||
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-01-28 | Fix alignment in buffers lines when time is empty string | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-08-29 | Add new option weechat.look.prefix_buffer_align_max | Sebastien Helleu | |
2009-07-29 | Fix hotlist bug after /buffer unmerge (bug #27133) | Sebastien Helleu | |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |