Sebastien Helleu
|
a234bc90ad
|
irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc focus hashtable for nicklist
|
2011-08-16 09:15:00 +02:00 |
|
Sebastien Helleu
|
8f0e0307c5
|
core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc (1000)
|
2011-08-16 08:15:02 +02:00 |
|
Sebastien Helleu
|
9070021a54
|
core: allow a second area for keys in context "mouse" (for drag & drop between two areas)
|
2011-08-15 21:49:20 +02:00 |
|
Sebastien Helleu
|
39d7a98f02
|
doc: update italian translations, user guide and FAQ
|
2011-08-15 18:08:43 +02:00 |
|
Sebastien Helleu
|
58c7ab3997
|
doc: update german user guide
|
2011-08-15 16:38:55 +02:00 |
|
Sebastien Helleu
|
4749915e5f
|
doc: update german translations
|
2011-08-15 16:19:23 +02:00 |
|
Sebastien Helleu
|
19d6c0532d
|
doc: fix typo in user guide
|
2011-08-15 13:04:07 +02:00 |
|
Sebastien Helleu
|
d89115d4db
|
core: add "_chat_line_x" in focus hashtable (for buffers with free content)
|
2011-08-15 12:59:32 +02:00 |
|
Sebastien Helleu
|
eee81cfe9c
|
core: fix focus info for chat area on buffers with free content
|
2011-08-14 23:44:32 +02:00 |
|
Sebastien Helleu
|
1c62702758
|
core: fix crash when looking at context in chat area for focus
|
2011-08-14 23:10:45 +02:00 |
|
Sebastien Helleu
|
1ca036e8d9
|
core: return empty string for window and buffer pointers in focus hashtable when value is N/A
|
2011-08-14 18:03:29 +02:00 |
|
Sebastien Helleu
|
84d097a022
|
doc: fix color of keys with one uppercase letter in user guide
|
2011-08-14 17:01:10 +02:00 |
|
Sebastien Helleu
|
1a9e15c5a6
|
doc: add missing keys m/q/Q (for cursor mode) in user guide
|
2011-08-14 16:56:52 +02:00 |
|
Sebastien Helleu
|
ab986baa05
|
core: fix crash in display of chat area (overflow in coords)
|
2011-08-14 16:42:55 +02:00 |
|
Sebastien Helleu
|
5073cd3476
|
core: add buffer property "short_name_is_set", return name if short name is not set (in buffer infolist or property)
|
2011-08-14 16:04:12 +02:00 |
|
Sebastien Helleu
|
dd4863d67c
|
irc: add tag "nick_xxx" for messages join/part/quit and wallops
|
2011-08-14 14:13:21 +02:00 |
|
Sebastien Helleu
|
08f13b3965
|
core: add key "_chat_line_nick" in focus hashtable
|
2011-08-14 14:04:33 +02:00 |
|
Sebastien Helleu
|
ae2c061350
|
xfer: set short name for xfer chat buffer (dcc chat) only if it was not set by another plugin/script
|
2011-08-14 13:27:05 +02:00 |
|
Sebastien Helleu
|
15d78a45a8
|
relay: set short name for relay raw buffer only if it was not set by another plugin/script
|
2011-08-14 13:26:26 +02:00 |
|
Sebastien Helleu
|
2c20426577
|
irc: set short name on buffers only if it was not set by another plugin/script
|
2011-08-14 13:20:47 +02:00 |
|
Sebastien Helleu
|
cc3a4834d0
|
core: allow empty short name on buffers (name is used if not set)
|
2011-08-14 13:20:03 +02:00 |
|
Sebastien Helleu
|
1cb7c6a6c5
|
core: return info about line/word for chat area in focus hashtable, add keys m/q/Q to quote line in cursor mode, sort mouse keys by priority
|
2011-08-14 11:30:08 +02:00 |
|
Sebastien Helleu
|
fb4c1ed1e9
|
core: fix typo in comment
|
2011-08-13 12:50:18 +02:00 |
|
Sebastien Helleu
|
7ebb91f69b
|
core: add function hashtable_dup (duplicate a hashtable)
|
2011-08-13 12:00:25 +02:00 |
|
Sebastien Helleu
|
3398c9c65b
|
irc: fix too small buffer for encoded base64 string used by SASL authentication
|
2011-08-12 12:11:36 +02:00 |
|
Sebastien Helleu
|
d80706b5f0
|
core: fix too small buffer for encoded base64 string used to authenticate with http proxy
|
2011-08-12 12:09:57 +02:00 |
|
Sebastien Helleu
|
fab23f8bc4
|
doc: add reload of CA file for question about freenode/SSL in FAQ
|
2011-08-10 18:54:25 +02:00 |
|
Sebastien Helleu
|
f841333609
|
core: allow mix of commands and hsignals for keys in context "mouse"
|
2011-08-10 12:24:23 +02:00 |
|
Sebastien Helleu
|
fe9aee25a5
|
core: allow send of hsignal instead of command for keys in context "mouse"
|
2011-08-09 14:56:15 +02:00 |
|
Sebastien Helleu
|
40c5eb207d
|
core: add new command /repeat (execute a command several times)
|
2011-08-09 09:10:26 +02:00 |
|
Sebastien Helleu
|
0a6682314f
|
irc: fix message displayed by command /msg nickserv
|
2011-08-08 13:42:36 +02:00 |
|
Sebastien Helleu
|
38fd5bfa51
|
core: use arguments for infolist "window" to return only one window by number
|
2011-08-08 11:32:31 +02:00 |
|
Sebastien Helleu
|
ede9a96eb9
|
core: add optional buffer name for area "chat" in keys of mouse context
|
2011-08-08 11:24:26 +02:00 |
|
Sebastien Helleu
|
370769f759
|
irc: send WHO command to check away nicks only if channel was not parted
|
2011-08-08 09:26:40 +02:00 |
|
Sebastien Helleu
|
9313edec34
|
core: fix typo in /help upgrade
|
2011-08-07 11:22:16 +02:00 |
|
Sebastien Helleu
|
b9d614e7de
|
core: fix unwanted merge of buffers when no layout number is assigned to buffer (on /layout apply)
|
2011-08-06 23:13:58 +02:00 |
|
Sebastien Helleu
|
339d33181d
|
core: add note about SSL connections in /help upgrade
|
2011-08-06 23:06:18 +02:00 |
|
Sebastien Helleu
|
6b4416042b
|
core: add "layout_number_merge_order" in buffer properties that can be read
|
2011-08-06 23:05:43 +02:00 |
|
Sebastien Helleu
|
37d70899d3
|
doc: update auto-generated hdata files
|
2011-08-06 22:27:07 +02:00 |
|
Sebastien Helleu
|
625a264a44
|
core: display a warning at startup if locale is UTF-8 and if ncurses has no wide-char/UTF-8 support
|
2011-08-06 22:23:56 +02:00 |
|
Sebastien Helleu
|
34a9221d8f
|
core: fix path for included file term.h (first use ncursesw/term.h if available)
|
2011-08-06 09:07:38 +02:00 |
|
Sebastien Helleu
|
8d2c23209f
|
core: save and restore layout for buffers and windows on /upgrade
|
2011-08-05 23:15:23 +02:00 |
|
Sebastien Helleu
|
4919a943fd
|
doc: minor changes in FAQ for question about weird chars under screen/tmux
|
2011-08-05 14:34:14 +02:00 |
|
Sebastien Helleu
|
982db541ec
|
core: fix unwanted merge of buffers when no layout number is assigned to buffer
|
2011-08-05 13:23:43 +02:00 |
|
Sebastien Helleu
|
d27c459c1d
|
core: fix bugs with automatic layout (bug #26110), add support of merged buffers in layout (task #10893)
|
2011-08-05 13:18:03 +02:00 |
|
Sebastien Helleu
|
02532973e9
|
doc: fix translation in french user guide
|
2011-08-05 12:49:29 +02:00 |
|
Sebastien Helleu
|
05bcd9d9e7
|
core: add missing return after call to gui_buffer_unmerge_all()
|
2011-08-04 18:13:00 +02:00 |
|
Sebastien Helleu
|
6442302f3f
|
core: add option -all for command /buffer unmerge
|
2011-08-04 17:24:53 +02:00 |
|
Sebastien Helleu
|
d7a46135ee
|
doc: add WeeChat version required for mouse in FAQ
|
2011-08-04 16:18:03 +02:00 |
|
Sebastien Helleu
|
a66ad95126
|
doc: replace ">=" and "<=" by UTF-8 chars in docs
|
2011-08-04 16:13:34 +02:00 |
|