Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | irc: add missing modes in /help mode (synopsis of command) | Sebastien Helleu | |
2011-10-27 | core: remove wrong example in /help bar (scroll bar using buffer name) | Sebastien Helleu | |
2011-10-27 | alias: improve /help alias: display many <command> in command synopsis | Sebastien Helleu | |
2011-10-26 | guile: new script plugin for scheme (task #7289) | Sebastien Helleu | |
2011-10-25 | core: fix typo: childs -> children | Sebastien Helleu | |
2011-10-21 | doc: update italian translations and docs | Marco Paolone | |
2011-10-06 | doc: update italian translations | Sebastien Helleu | |
2011-09-30 | core: fix sentence in /help upgrade | Sebastien Helleu | |
2011-09-24 | core: update help of option weechat.look.color_basic_force_bold | Sebastien Helleu | |
2011-09-24 | core: add new option weechat.look.color_basic_force_bold, off by default: ↵ | Sebastien Helleu | |
bold is used only if terminal has less than 16 colors (patch #7621) | |||
2011-09-23 | core: change default value for option weechat.look.color_inactive_buffer to off | Sebastien Helleu | |
2011-09-22 | core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵ | Sebastien Helleu | |
inactive colors | |||
2011-09-22 | core: add colors for inactive windows and lines (in merged buffers) | Sebastien Helleu | |
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line | |||
2011-09-17 | doc: update italian translations and docs | Sebastien Helleu | |
2011-08-28 | irc: allow reason for command /disconnect | Sebastien Helleu | |
2011-08-26 | core: add new options weechat.look.bar_more_left/right/up/down | Sebastien Helleu | |
2011-08-26 | core: add new option weechat.look.item_buffer_filter | Sebastien Helleu | |
2011-08-26 | core: change default value of option weechat.network.gnutls_ca_file to ↵ | Sebastien Helleu | |
"/etc/ssl/certs/ca-certificates.crt" | |||
2011-08-26 | core: fix typo in /help key | Sebastien Helleu | |
2011-08-26 | irc: add "count" in hashtable returned by "irc_message_split" | Sebastien Helleu | |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu | |
2011-08-17 | doc: update italian translations and user guide | Sebastien Helleu | |
2011-08-16 | core: allow name of buffer for command /buffer clear (task #11269) | Sebastien Helleu | |
2011-08-15 | core: allow a second area for keys in context "mouse" (for drag & drop ↵ | Sebastien Helleu | |
between two areas) | |||
2011-08-15 | doc: update italian translations, user guide and FAQ | Sebastien Helleu | |
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ↵ | Sebastien Helleu | |
m/q/Q to quote line in cursor mode, sort mouse keys by priority | |||
2011-08-09 | core: allow send of hsignal instead of command for keys in context "mouse" | Sebastien Helleu | |
2011-08-09 | core: add new command /repeat (execute a command several times) | Sebastien Helleu | |
2011-08-08 | core: use arguments for infolist "window" to return only one window by number | Sebastien Helleu | |
2011-08-08 | core: add optional buffer name for area "chat" in keys of mouse context | Sebastien Helleu | |
2011-08-07 | core: fix typo in /help upgrade | Sebastien Helleu | |
2011-08-06 | core: add note about SSL connections in /help upgrade | Sebastien Helleu | |
2011-08-06 | doc: update auto-generated hdata files | Sebastien Helleu | |
2011-08-05 | core: fix bugs with automatic layout (bug #26110), add support of merged ↵ | Sebastien Helleu | |
buffers in layout (task #10893) | |||
2011-08-04 | core: add option -all for command /buffer unmerge | Sebastien Helleu | |
2011-08-04 | doc: replace ">=" and "<=" by UTF-8 chars in docs | Sebastien Helleu | |
2011-08-03 | doc: add mouse support in user guide | Sebastien Helleu | |
2011-08-01 | core: add info about position where mouse button is released in hook_focus ↵ | Sebastien Helleu | |
(for mouse gestures) | |||
2011-07-30 | core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right ↵ | Sebastien Helleu | |
click on input bar) | |||
2011-07-30 | core: cosmetic changes in /help key | Sebastien Helleu | |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu | |
2011-07-28 | core: improve mouse support: process utf-8 codes, add option ↵ | Sebastien Helleu | |
weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes | |||
2011-07-27 | core: allow buffer name in /buffer close | Sebastien Helleu | |
2011-07-27 | irc: complete help of command /ban (explain what is does without argument) | Sebastien Helleu | |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
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) | |||
2011-07-10 | core: allow empty argument for infolist "key" (return context "default") | Sebastien Helleu | |
2011-07-05 | irc: fix typo in help of options irc.look.new_channel_position and ↵ | Sebastien Helleu | |
irc.look.new_pv_position | |||
2011-07-05 | core: add context "search" for keys (to define keys used during search in ↵ | Sebastien Helleu | |
buffer with ctrl+"r") | |||
2011-06-29 | core: add new option weechat.look.separator_vertical, rename option ↵ | Sebastien Helleu | |
weechat.look.hline_char to weechat.look.separator_horizontal |