Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
horizontal bar separators only
|
|
|
|
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
|
|
|
|
|
|
"weechat_color"
|
|
|
|
|
|
|
|
|
|
"black" (bug #23882)
|
|
(bug #27700)
|
|
|
|
|
|
|
|
example if repaint is done during terminal resize)
|
|
terminal size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save/restore windows and buffers order (task #5453)
|
|
|
|
|
|
|
|
|
|
#23078)
|
|
|
|
config_get/config_get_plugin/config_set_plugin in script API
|
|
|
|
|
|
|
|
fixed many memory leaks
|
|
|
|
|
|
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
|
|
|
|
|
|
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.
|
|
replaced "void *" pointers by structures
|
|
in buffer (faster and using less memory)
|
|
|
|
|
|
|