Age | Commit message (Expand) | Author |
2008-12-19 | Fix too many refreshs for bars (build content of items when bar is displayed) | Sebastien Helleu |
2008-12-19 | Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar | Sebastien Helleu |
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), a... | Sebastien Helleu |
2008-12-18 | Fix refresh of bar when changing items inside | Sebastien Helleu |
2008-12-16 | Remove unneeded space after last column on bar with filling "columns" | Sebastien Helleu |
2008-12-16 | Set default filling "columns_vertical" for nicklist bar | Sebastien Helleu |
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu |
2008-12-14 | Remove debug message when building content of bar items | Sebastien Helleu |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-12-11 | Source code reorganization for bars and bar windows | Sebastien Helleu |
2008-12-10 | Add new plugin "relay", new function "string_format_size" in plugin API | Sebastien Helleu |
2008-12-04 | Fix display problem with color for groups in nicklist | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-11-29 | Add current_window function in plugin API, add window functions in english de... | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu |
2008-11-26 | Fix display of scroll indicator when switching to buffer with free content | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-22 | Save last read line (for marker) within /upgrade | Sebastien Helleu |
2008-11-22 | Add missing options in /help window | Sebastien Helleu |
2008-11-22 | Fix bug with empty messages displayed | Sebastien Helleu |
2008-11-19 | Remove old and unused color options | Sebastien Helleu |
2008-11-17 | Fix crash when printing a message without any buffer created | Sebastien Helleu |
2008-11-16 | Add modifier "weechat_print" for messages printed in buffers (task #8848) | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for b... | Sebastien Helleu |
2008-11-11 | Add new default keys for previous/next buffer: ctrl-P,alt-up and ctrl-N,alt-down | Sebastien Helleu |
2008-11-11 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat | Sebastien Helleu |
2008-11-11 | Fix infinite loop when chat window is too small or not visible at all | Sebastien Helleu |
2008-11-10 | Disable highlight for IRC messages from local nick | Sebastien Helleu |
2008-11-05 | Add weechat_highlight signal, sent when a line with highlight is displayed | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Fix hotlist: do not add a buffer if it is displayed by at least one window | Sebastien Helleu |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu |
2008-11-01 | Backtrace feature is shipped by an external library on FreeBSD (and maybe oth... | Julien Louis |
2008-10-31 | Fix highlight on lines displayed with /upgrade | Sebastien Helleu |
2008-10-30 | Fix clear of buffers with free content (allowed, but not from user with /buff... | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-27 | Fix use of some uninitialized variables | Sebastien Helleu |
2008-10-27 | Add name of plugins next to plugin pointers in dump (to log file) | Sebastien Helleu |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-26 | Do not clear buffer content with /buffer clear for buffers with free content | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Add "enabled" flag for each filter (now possible to disable only one or some ... | Sebastien Helleu |
2008-10-24 | Save/restore buffer local variables during upgrade | Sebastien Helleu |
2008-10-24 | Add free() for buffer local variables pointers when removing them | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-22 | Add function buffer_set_pointer in plugin API | Sebastien Helleu |
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu |
2008-10-20 | Fix text search in buffer: search with prefix in addition to the message | Sebastien Helleu |
2008-10-19 | Fix display of special chars (< 32) in input bar (for exemple to send colors ... | Sebastien Helleu |