Age | Commit message (Expand) | Author |
2008-04-27 | New default keys for scroll_top/bottom | Sebastien Helleu |
2008-04-25 | Fixed bug with print_y: now scripts can print empty line to remove a line | Sebastien Helleu |
2008-04-24 | Added completion with possible values for /set, new possible values "++n" and... | Sebastien Helleu |
2008-04-24 | Fixed bug with bar auto-sizing in windows | Sebastien Helleu |
2008-04-24 | Added filling/color_fg/color_bg options for bars, added config_get/config_get... | Sebastien Helleu |
2008-04-22 | Added conditions for bar display and bar max size | Sebastien Helleu |
2008-04-20 | Fixed broken completion on buffers where nicklist is not displayed (bug #23006) | Sebastien Helleu |
2008-04-20 | Fixed display bug with nicklist and option weechat.look.nicklist | Sebastien Helleu |
2008-04-19 | Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2... | Sebastien Helleu |
2008-04-18 | Replaced /builtin command by /command, and can now be used to launch commands... | Sebastien Helleu |
2008-04-18 | Use of /window command for some key bindings with actions on current window (... | Sebastien Helleu |
2008-04-17 | Added infolist "window", scroll in buffers with free content, fixed config ho... | Sebastien Helleu |
2008-04-17 | Fixed refresh problem (empty screen after resizing terminal to very small siz... | Sebastien Helleu |
2008-04-17 | Fixed crash when nicklist is top/bottom and that we open a new buffer with a ... | Sebastien Helleu |
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added o... | Sebastien Helleu |
2008-04-16 | Fixed bug with display of nicklist scroll indicator | Sebastien Helleu |
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu |
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set wit... | Sebastien Helleu |
2008-04-12 | Added new default bar item "time" | Sebastien Helleu |
2008-04-11 | Fixed bugs with nicks color and sorting in nicklist | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-04-04 | Added auto-resize feature for bars | Sebastien Helleu |
2008-04-03 | Bugs fixed with bars | Sebastien Helleu |
2008-04-03 | Fixed compilation problems when gnutls dev lib is not found | Sebastien Helleu |
2008-04-03 | New features and bug fixes with bars | Sebastien Helleu |
2008-04-03 | Fixed bugs with filters (regex and refresh of buffers) | Sebastien Helleu |
2008-03-29 | Fixed bug with creation of bar window | Sebastien Helleu |
2008-03-29 | Fixed display bug when first line displayed is not first of buffer | Sebastien Helleu |
2008-03-29 | Fixed bug with bars refresh | Sebastien Helleu |
2008-03-29 | Lines of buffers with free content are now truncated according to window width | Sebastien Helleu |
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-15 | Fixed bugs with bars size and refresh | Sebastien Helleu |
2008-03-11 | Fix hotlist update when buffer is current one | Sebastien Helleu |
2008-03-10 | Removed typedef for GUI structure (use only struct) | Sebastien Helleu |
2008-03-09 | Minor changes in /buffer command and topic of WeeChat buffer | Sebastien Helleu |
2008-03-07 | Save of bars in main WeeChat config file (weechat.rc) | Sebastien Helleu |
2008-03-07 | Cleanup of Curses and Gtk makefiles | Sebastien Helleu |
2008-03-07 | Fix of link with cmake for Curses and Gtk executables | Sebastien Helleu |
2008-03-07 | Added "max_height" parameter for bar item rebuild callbacks | Sebastien Helleu |
2008-03-05 | Fix of cmake build process | Sebastien Helleu |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu |
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis... | Sebastien Helleu |
2008-02-21 | Added new plugin "debug" | Sebastien Helleu |
2008-02-04 | Removed typedef for keyboard structures in gui-keyboard.h | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-02-01 | Fixed bugs/crashs when closing buffers | Sebastien Helleu |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to leave... | Sebastien Helleu |
2008-02-01 | Fixed some refreshs | Sebastien Helleu |