Sébastien Helleu
5997660bb5
doc: add missing file buflist.conf in Russian man page
2017-06-08 07:00:12 +02:00
Sébastien Helleu
f140a9198e
buflist: add option buflist.look.auto_scroll (issue #332 )
2017-06-08 06:56:42 +02:00
Sébastien Helleu
e2589aaaca
api: allow update of variables "scroll_x" and "scroll_y" in bar_window with function hdata_update
2017-06-08 06:53:32 +02:00
Sébastien Helleu
111962c65a
core: remove unused function command_secure_display_data (issue #1012 )
2017-06-07 07:16:07 +02:00
Sébastien Helleu
e09dc5f63b
buflist: return 0 if buffers are equal in sort function
...
This is better for symmetry of comparison callback (comparing buffer1 and
buffer2 will give same as comparing buffer2 and bufer1).
Thanks to Simmo Saan for reporting the problem.
2017-06-06 19:50:47 +02:00
Sébastien Helleu
1e22a96a10
core: remove unused functions gui_bar_get_min_width and gui_bar_get_min_height (issue #1012 )
2017-06-06 07:29:05 +02:00
Sébastien Helleu
fa3a4355ce
buflist: display a warning when the script "buffers.pl" is loaded
2017-06-05 14:56:14 +02:00
Sébastien Helleu
4947ed6d31
core: update ChangeLog
...
Related to commit 7ab6731efe .
2017-06-04 12:41:06 +02:00
Sébastien Helleu
fc6c165c49
Merge pull request #1012 from sim642/clion
...
Small fixes and code cleanup for problems found by CLion inspections
2017-06-04 12:36:50 +02:00
Sébastien Helleu
a195fa2af5
doc: use WeeChat IRC message parsing function in IRC hook example (scripting guide)
2017-06-03 15:42:05 +02:00
Simmo Saan
43451e8481
relay: remove callback unused after d2ff46fa69
2017-06-03 16:26:09 +03:00
Simmo Saan
4492547204
gui: remove callback unused after 0b2be21f1f
2017-06-03 16:24:17 +03:00
Simmo Saan
2508f0acea
core, irc: remove unused structs
2017-06-03 15:59:12 +03:00
Simmo Saan
55e7090cde
gui: remove completion hdata made unusable by arraylist usage
2017-06-03 15:59:12 +03:00
Simmo Saan
7ab6731efe
relay: fix relay.network.bind_address change callback not being called
2017-06-03 15:59:12 +03:00
Simmo Saan
dab0792029
core, script: remove unused config section variables
2017-06-03 15:59:12 +03:00
Simmo Saan
e5f67894be
gui, buflist: remove declared but undefined functions
2017-06-03 15:59:12 +03:00
Simmo Saan
90936d8478
core, gui: remove declared but unused global variables
2017-06-03 15:58:07 +03:00
Simmo Saan
824610d28b
exec, fifo, irc: remove unused #define-s
2017-06-03 15:58:07 +03:00
Simmo Saan
ab3806e320
gui: fix gui-focus.h header guard
2017-06-03 15:58:07 +03:00
Simmo Saan
7a0bbd802b
core: forward declare structs to avoid implicit declarations
2017-06-03 15:58:07 +03:00
Simmo Saan
dcef2a8e0d
gui: remove non-standard enum forward declaration
2017-06-03 15:56:26 +03:00
Simmo Saan
996aaf0613
relay: remove local variables used only for sizeof
2017-06-03 15:56:26 +03:00
Simmo Saan
ec13a66af3
core: fix fifo_fd_cb declared without arguments
2017-06-03 15:56:26 +03:00
Simmo Saan
824e6603cc
core: fix gui_color_dump called with excess arguments
2017-06-03 15:56:26 +03:00
Simmo Saan
832316df0c
irc: fix irc_server_autojoin_channels declared without arguments
2017-06-03 15:56:26 +03:00
Simmo Saan
e5fe9c34c3
gui: fix gui_key_default_bindings declared without arguments
2017-06-03 15:56:26 +03:00
Sébastien Helleu
da8f19bcee
core: fix infinite loop when the terminal is closed on the secure password prompt ( closes #1010 )
2017-06-03 13:41:49 +02:00
Sébastien Helleu
240a2fc2ca
doc: update Japanese auto-generated files
2017-06-03 13:20:07 +02:00
Sébastien Helleu
b8684b01cc
Merge pull request #1011 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-06-03 13:19:21 +02:00
AYANOKOUZI, Ryuunosuke
b67b6f3834
core: update Japanese translations
2017-06-03 09:00:00 +09:00
Sébastien Helleu
3176fd4f09
doc: update German auto-generated files
2017-06-02 20:14:38 +02:00
Sébastien Helleu
345c46133d
buflist: fix typo in /help buflist
2017-06-02 20:02:04 +02:00
Nils Görs
d9336d52b3
core: update German translations
2017-06-02 19:22:55 +02:00
Sébastien Helleu
6e33f286f1
buflist: fix type of IRC server/channel pointers
2017-06-02 07:50:42 +02:00
Sébastien Helleu
2da9b35acb
buflist: replace IRC struct by "void *" for IRC server/channel pointers
2017-06-02 07:46:46 +02:00
Sébastien Helleu
593eee869f
trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/modifier hooks
2017-06-02 07:46:17 +02:00
Sébastien Helleu
eff373e73b
core: add contributor in AUTHORS.adoc
2017-06-01 07:23:28 +02:00
Sébastien Helleu
840ebc9ac9
Merge pull request #1006 from mkoskar/dev2
...
core: remove config_look_hotlist_add_buffer_if_away completely
2017-06-01 07:22:46 +02:00
Sébastien Helleu
d320b72d89
buflist: fix long mouse gestures
2017-06-01 07:21:10 +02:00
Miroslav Koskar
ab6ca6b065
core: remove config_look_hotlist_add_buffer_if_away completely
2017-06-01 01:10:54 +02:00
Sébastien Helleu
8a25ac7875
buflist: add missing ${hotlist_priority} in /help buflist
2017-05-31 22:42:57 +02:00
Sébastien Helleu
cdbf83c764
buflist: add missing ${number_displayed} in /help buflist
2017-05-31 22:37:00 +02:00
Sébastien Helleu
d0b47b5c47
buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
2017-05-30 21:23:09 +02:00
Sébastien Helleu
e6a6cc971e
buflist: replace function buflist_compare_hdata_var by a call to weechat_hdata_compare
2017-05-30 20:32:40 +02:00
Sébastien Helleu
7621939a7a
api: add function hdata_compare
2017-05-30 20:29:17 +02:00
Sébastien Helleu
f6a8c28d2d
api: add function config_option_get_string in plugin API
2017-05-30 20:28:01 +02:00
Sébastien Helleu
f131b9f7de
irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"
2017-05-30 19:46:17 +02:00
Sébastien Helleu
a0f1f3fd68
core: remove unused variable "index" in function eval_hdata_get_value
2017-05-28 08:25:41 +02:00
Sébastien Helleu
b53741e8f4
Merge pull request #1003 from l/master/translation/ja_JP
...
doc: update Japanese translations
2017-05-28 08:18:58 +02:00