Age | Commit message (Collapse) | Author |
|
|
|
weechat.look.item_mouse_status and weechat.color.status_mouse
|
|
|
|
|
|
|
|
|
|
(patch #8204) (patch from Nils Görs)
|
|
displaying the bar item (task #12717)
|
|
|
|
not used in a visible bar (task #12327)
|
|
"string_eval_expression" in plugin API
|
|
(task #12022)
|
|
|
|
|
|
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer
New features and bugs fixed:
- mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse"
- free movement of cursor: new command /cursor, new key context "cursor"
- new hook_focus (used by cursor and mouse)
- info "cursor_mode"
- bugs fixed with key "^"
- allow plugin name in /buffer name
- fix bugs with bar windows: do not create bar windows for hidden bars
- fix completion bug when two words for completion are equal but with different case
- automatic scroll direction in /bar scroll (x/y is now optional)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add buffer_number default bar item
|
|
|
|
|
|
input bar
|
|
|
|
|
|
input and status)
|
|
|
|
|
|
found
|
|
|
|
|
|
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...
|