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 |
|
Sebastien Helleu
|
fd8a4c6761
|
doc: add mouse questions in FAQ
|
2011-08-03 22:57:43 +02:00 |
|
Sebastien Helleu
|
8137c2cf9a
|
core: fix crash with "/input grab_mouse"
|
2011-08-03 20:13:29 +02:00 |
|
Sebastien Helleu
|
2460699343
|
doc: add mouse support in user guide
|
2011-08-03 20:10:11 +02:00 |
|
Sebastien Helleu
|
c96499c817
|
doc: add IRC SASL authentication in user guide
|
2011-08-03 12:30:43 +02:00 |
|
Sebastien Helleu
|
4ed5ff86fd
|
core: fix crash when invalid UTF-8 chars are inserted in command line (bug #33471)
|
2011-08-02 13:26:37 +02:00 |
|
Sebastien Helleu
|
cbdf4a4ae1
|
core: remove "const" for first argument of function utf8_normalize
|
2011-08-02 13:24:53 +02:00 |
|
Sebastien Helleu
|
7ef99737d0
|
core: stop horizontal bar scroll at the end of content (for bars with horizontal filling) (bug #27908)
|
2011-08-02 12:35:10 +02:00 |
|
Sebastien Helleu
|
6be3b3d064
|
doc: add missing API functions in scripting guide
|
2011-08-01 19:25:01 +02:00 |
|
Sebastien Helleu
|
217e9683d2
|
core: add info about position where mouse button is released in hook_focus (for mouse gestures)
|
2011-08-01 18:33:13 +02:00 |
|
Sebastien Helleu
|
95b179dd08
|
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right click on input bar)
|
2011-07-30 15:44:55 +02:00 |
|
Sebastien Helleu
|
ca3c1e2636
|
core: fix memory leak in command /cursor
|
2011-07-30 11:35:17 +02:00 |
|
Sebastien Helleu
|
5059743dd2
|
irc: add "server" and "channel" in hook_focus of bar item "buffer_nicklist"
|
2011-07-30 10:20:19 +02:00 |
|
Sebastien Helleu
|
382a1ad942
|
core: cosmetic changes in /help key
|
2011-07-30 08:56:42 +02:00 |
|
Sebastien Helleu
|
bb39455591
|
core: fix bug in build of static parts of completions for commands
|
2011-07-30 08:50:30 +02:00 |
|
Sebastien Helleu
|
47b9c2b9e2
|
core: fix bug in completion of command /window
|
2011-07-30 08:49:57 +02:00 |
|
Sebastien Helleu
|
ba37caca69
|
core: update ChangeLog
|
2011-07-30 00:56:20 +02:00 |
|
Sebastien Helleu
|
dc8daef33d
|
core: fix crash when building hashtable string with keys and values
|
2011-07-30 00:50:28 +02:00 |
|
Sebastien Helleu
|
a56c1097dc
|
core: fix refresh bug when switching buffer
|
2011-07-30 00:16:17 +02:00 |
|
Sebastien Helleu
|
54a6f42de5
|
core: add number in windows, improve mouse/cursor actions when screen is split
|
2011-07-29 19:46:02 +02:00 |
|
Sebastien Helleu
|
dfd7ed5457
|
core: add "bar_refresh_needed" in dump of bars to log file
|
2011-07-29 12:27:39 +02:00 |
|
Sebastien Helleu
|
db86b84218
|
core: fix refresh of bars (remove duplicated refresh for bars)
|
2011-07-29 12:24:34 +02:00 |
|
Sebastien Helleu
|
e0ef10ee47
|
core: fix typo in comment of function gui_bar_window_new
|
2011-07-29 09:56:39 +02:00 |
|