Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu | |
These keys can be set thru API function "buffer_set", for example: weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up"); weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down"); weechat_buffer_set(my_buffer, "key_unbind_meta2-B", ""); weechat_buffer_set(my_buffer, "key_unbind_*", ""); These keys are volatile and not saved in any config file. So they must be set when buffer is open. | |||
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set ↵ | Sebastien Helleu | |
with /set command | |||
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 ↵ | Sebastien Helleu | |
type (patch from Leonid Evdokimov) | |||
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
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 | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... | |||
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵ | Sebastien Helleu | |
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc"). | |||
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 ↵ | Sebastien Helleu | |
leave channel or disconnect from server when buffer is closed | |||
2008-02-01 | Fixed some refreshs | Sebastien Helleu | |
2008-02-01 | Fixed bug with prefixes in config file | Sebastien Helleu | |
2008-01-30 | Nick completion enabled again, plugins can now override default nick ↵ | Sebastien Helleu | |
completion (IRC plugin uses that feature) | |||
2008-01-29 | Reduced number of screen refreshs, fixed display bug with title bar | Sebastien Helleu | |
2008-01-28 | Fixed bug when switching window, scrollback is now preserved (task #7680) | Sebastien Helleu | |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save ↵ | Sebastien Helleu | |
commands (now possible to reload/save some files only), fixed completion bug | |||
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵ | Sebastien Helleu | |
signal catched (reload all config files), better config files reloading | |||
2008-01-15 | Fixed refresh problem when a buffer is cleared | Sebastien Helleu | |
2008-01-10 | Added some missing functions in Perl plugin API | Sebastien Helleu | |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu | |
2008-01-06 | Added hotlist option for buffer in plugins API, improved buffer refreshs | Sebastien Helleu | |
2008-01-03 | Fixed bug with nicklist size | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu | |
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown. | |||
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ↵ | Sebastien Helleu | |
list by hook type (for fast search in hooks) |