Age | Commit message (Expand) | Author |
2009-04-11 | Use case sensitive comparison for key codes (bug #26145) | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-07 | Some improvements on key bindings | Sebastien Helleu |
2009-04-05 | Fix memory leak when sending modifier "input_text_content" | Sebastien Helleu |
2009-04-03 | Add new option "weechat.completion.nick_add_space" (add space after nick comp... | Sebastien Helleu |
2009-04-03 | Fix bug with nick completion (too many nick completors were added to nick if ... | Sebastien Helleu |
2009-04-01 | Fix bug with partial completions | Sebastien Helleu |
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu |
2009-03-28 | Add cmake files in package built by autotools | Sebastien Helleu |
2009-03-26 | Add new bar item "away" (now displayed by default in input bar) | Sebastien Helleu |
2009-03-22 | Force refresh of bars using a bar item when it is destroyed | Sebastien Helleu |
2009-03-21 | Fix bug with window separator (possible crash) | Sebastien Helleu |
2009-03-21 | Use of brackets {} around nicklist count in default status bar | Sebastien Helleu |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu |
2009-03-21 | Add new modifier "input_text_content" | Sebastien Helleu |
2009-03-20 | Add signal "key_pressed" | Sebastien Helleu |
2009-03-20 | Add buffer name completion for command /filter | Sebastien Helleu |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-03-16 | Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomed | Sebastien Helleu |
2009-03-15 | Add property in buffer to hide time for all lines | Sebastien Helleu |
2009-03-08 | Fix memory leak in filename completion | Sebastien Helleu |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu |
2009-03-07 | Fix bug with text attribute in IRC messages: toggle attribute instead of alwa... | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-03-05 | Fix scroll indicator when the only line displayed is bigger than chat window | Sebastien Helleu |
2009-02-28 | Add missing refresh when resizing terminal | Sebastien Helleu |
2009-02-28 | Fix freeze/crash when sigwinch signal is received during refresh (for example... | Sebastien Helleu |
2009-02-27 | Remove old debug message when creating new window | Sebastien Helleu |
2009-02-27 | Add missing refreshs when creating/deleting bars | Sebastien Helleu |
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ... | Sebastien Helleu |
2009-02-25 | Send buffer pointer with signal "buffer_title_changed" | Sebastien Helleu |
2009-02-25 | Fix with read marker, can not be filtered any more (bug #25590) | Sebastien Helleu |
2009-02-25 | Fix bug with terminal resize: on some systems, weechat failed to read new ter... | Sebastien Helleu |
2009-02-24 | Improved search of buffer with partial name (command "/buffer name") | Sebastien Helleu |
2009-02-23 | Test return code of some malloc/strdup | Sebastien Helleu |
2009-02-21 | Add signals when local variables or buffer type are changed | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-17 | Use string instead of char for prefixes in nicklist | Sebastien Helleu |
2009-02-10 | Add missing refresh for windows separators (vertical splits) | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-08 | Fix color decoding function | Sebastien Helleu |
2009-02-08 | Add property "input" for function buffer_get_string in plugin API | Sebastien Helleu |
2009-02-05 | Fix crash with nicklist bar when position is top/bottom and filling is columns | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-02-02 | Fix crash when read marker is moved before first line displayed (when first l... | Sebastien Helleu |
2009-02-01 | Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ... | Sebastien Helleu |
2009-02-01 | Add signal weechat_pv for private messages | Sebastien Helleu |
2009-01-30 | Add plugin name in buffer name for filters | Sebastien Helleu |