Sebastien Helleu
0765f113d0
core: replace some C++ comments by C comments
2011-12-01 17:09:23 +01:00
Sebastien Helleu
41b5ef1e4c
core: check pointer returned by function localtime
2011-11-27 11:48:35 +01:00
Sebastien Helleu
c40a281ce4
core: fix type of variables in hdata "line_data" (type integer -> char)
2011-11-25 15:23:28 +01:00
Sebastien Helleu
6f6e1569cd
core: add "full_name" in buffer structure
2011-11-21 17:55:30 +01:00
Sebastien Helleu
61e5a4bcdb
core: apply filters after full reload of configuration files (with /reload) (bug #31182 )
2011-11-17 22:11:39 +01:00
Simon Kuhnle
07ed065ab7
core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #34727 )
2011-11-12 16:57:49 +01:00
Sebastien Helleu
c7a1a01d8f
core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771 )
2011-11-12 16:09:14 +01:00
Sebastien Helleu
2c6d525045
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/") (task #11553 )
2011-11-08 18:51:15 +01:00
Sebastien Helleu
f211a839f6
core: rename options weechat.history.{max_lines|max_minutes} to weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
2011-11-05 12:53:29 +01:00
Sebastien Helleu
4b1bc5ff1b
core: remove obsolete/empty sources for Qt and Wxwidgets
2011-11-03 16:06:15 +01:00
Sebastien Helleu
d16d11b392
core: add option weechat.history.max_minutes: maximum number of minutes in history per buffer (task #10900 ) (patch from Quentin Pradet)
2011-11-01 19:30:30 +01:00
Sebastien Helleu
6d6e0e0ad9
core: add help for values of option "conditions" in bars (options weechat.bar.xxx.conditions)
2011-10-29 11:40:58 +02:00
Sebastien Helleu
99d3988446
core: change default command for key alt-m: /mouse toggle -> /mute mouse toggle
2011-10-29 11:28:42 +02:00
Sebastien Helleu
dfdf42e27b
core: remove unneeded whitespace
2011-10-26 20:37:03 +02:00
Sebastien Helleu
d6f4f6e74c
core: fix typo: childs -> children
2011-10-25 09:13:18 +02:00
Sebastien Helleu
2ed8974d2f
core: fix status of mouse displayed by command /mouse
2011-10-16 18:23:54 +02:00
Sebastien Helleu
ac7c27949b
core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550 )
2011-10-15 13:54:53 +02:00
Sebastien Helleu
53b339fb35
core: bufferize lines displayed before core buffer is created, to display them in buffer when it is created
2011-10-07 15:30:54 +02:00
Sebastien Helleu
b9dd668d90
core: add modifiers control/alt ("ctrl" and "alt") for mouse events
2011-10-05 18:15:28 +02:00
Sebastien Helleu
875112756c
core: ignore mouse code '@' (coordinates) when it is received as first event (bug of urxvt sending only this code on shift-selection in terminal)
2011-10-05 11:55:58 +02:00
Sebastien Helleu
9206036233
core: update text in command history when pressing (ctrl-)up
2011-10-03 23:21:07 +02:00
Sebastien Helleu
cf598e8447
core: fix display of background color in chat area after line feed
2011-10-02 10:58:10 +02:00
Sebastien Helleu
01327b1b8f
core: fix memory leak when a window is destroyed (free coords)
2011-09-30 17:14:23 +02:00
Sebastien Helleu
5ae4ef715a
core: fix color of highlighted prefix on inactive window when option weechat.look.color_inactive_prefix is off
2011-09-28 17:46:25 +02:00
Sebastien Helleu
d0f41efeb7
core: fix paste detection (problem with end of lines)
2011-09-27 21:35:13 +02:00
Sebastien Helleu
b45a5af0f3
core: fix color of inactive merged lines in inactive windows when weechat.look.color_inactive_window is off
2011-09-24 14:10:37 +02:00
Sebastien Helleu
fb5d40951c
core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621 )
2011-09-24 11:28:33 +02:00
Sebastien Helleu
734ced6af8
core: add default key "meta2-[E" (F5) for linux console
2011-09-23 12:56:06 +02:00
Sebastien Helleu
83a7305bae
core: fix option weechat.look.color_inactive_message
2011-09-22 23:49:28 +02:00
Sebastien Helleu
420ce7522a
core: add options weechat.look.color_inactive_window/buffer, fix bugs with inactive colors
2011-09-22 23:04:09 +02:00
Sebastien Helleu
490c821997
core: rename options *_inactive_line to *_inactive_buffer
2011-09-22 17:54:54 +02:00
Sebastien Helleu
e2cccb9a62
core: fix option weechat.look.color_inactive_prefix_buffer
2011-09-22 17:44:37 +02:00
Sebastien Helleu
f238e5dd42
core: fix display of paste multi-line prompt with a root input bar (bug #34305 )
2011-09-22 17:26:39 +02:00
Sebastien Helleu
25e1e6e23d
core: add colors for inactive windows and lines (in merged buffers)
...
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-22 11:09:16 +02:00
Sebastien Helleu
be137ba3fc
core: add missing assignment of buffer pointer in line structure
2011-09-20 17:15:03 +02:00
Sebastien Helleu
f843f904bc
core: fix bugs with calls to realloc
2011-08-28 15:25:30 +02:00
Sebastien Helleu
e411d14b7a
core: do automatic zoom on current window when terminal becomes too small for windows
2011-08-27 14:24:27 +02:00
Sebastien Helleu
ce0a81fe20
core: add new options weechat.look.bar_more_left/right/up/down
2011-08-26 23:42:46 +02:00
Sebastien Helleu
8cc9b3ced6
core: add new option weechat.look.item_buffer_filter
2011-08-26 19:27:28 +02:00
Sebastien Helleu
88c58cb1b7
core: remove warning at startup if locale is UTF-8 and if ncurses has no wide-char/UTF-8 support
2011-08-26 16:11:18 +02:00
Sebastien Helleu
ebf72c7eda
core: use dynamic buffer size for calls to vsnprintf
2011-08-26 09:55:55 +02:00
Sebastien Helleu
8d20b217d4
core: fix memory leak in display of empty bar items
2011-08-25 20:15:55 +02:00
Sebastien Helleu
9a299e1ab3
core: remove unused function gui_window_wprintw
2011-08-23 11:38:18 +02:00
Sebastien Helleu
ae7571a497
core: remove extra space in quote of messages (in cursor mode)
2011-08-21 22:57:51 +02:00
Sebastien Helleu
44f2b7caf4
core: add functions "key_bind" and "key_unbind" in plugin API
2011-08-20 10:52:27 +02:00
Sebastien Helleu
65d1450e27
core: fix compilation warning under FreeBSD
2011-08-18 17:56:56 +02:00
Sebastien Helleu
27afc1e7d2
core: fix input of wide UTF-8 chars under Cygwin (bug #34061 )
2011-08-18 17:30:18 +02:00
Sebastien Helleu
aa948c76a3
core: remove some compilation warnings under Cygwin
2011-08-18 11:09:46 +02:00
Sebastien Helleu
4f6639c98c
core: fix refresh of item buffer_plugin when short name of buffer changes (for example when irc server is renamed)
2011-08-17 13:11:37 +02:00
Sebastien Helleu
832d30b665
core: add local variables of buffer in focus hashtable, remove irc_server/irc_channel from focus hashtable for nicklist
2011-08-16 09:41:02 +02:00