Sebastien Helleu
8ea2b93a28
core: add signal "window_switch"
2012-01-28 17:18:15 +01:00
Sebastien Helleu
3ecd3d7a26
core: fix signal "buffer_switch": send it only once when switching buffer (bug #31158 )
2012-01-28 11:11:58 +01:00
Sebastien Helleu
d242f30950
core: move option "scroll_unread" from command /input to /window
2012-01-24 21:20:52 +01:00
Sebastien Helleu
b91c231096
core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247 )
2012-01-16 19:52:08 +01:00
Sebastien Helleu
b2dd992c0d
core: add library "pthread" in cmake file for link on OpenBSD
2012-01-16 19:19:09 +01:00
Sebastien Helleu
47e4a03be6
core: update copyright dates
2012-01-08 18:59:50 +01:00
Sebastien Helleu
68948f9747
core: change mouse state when option weechat.look.mouse is changed
2011-12-25 21:52:35 +01:00
Sebastien Helleu
3194a9b8e4
core: set option weechat.look.mouse when mouse state is changed with command /mouse
2011-12-25 21:22:33 +01:00
Sebastien Helleu
dc8807a417
core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right) for gnome-terminal
2011-12-16 12:36:28 +01:00
Sebastien Helleu
86489d4587
core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, restore old behaviour before fix of bug #25555 in version 0.3.5)
2011-12-07 16:28:32 +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
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
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
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
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
cf598e8447
core: fix display of background color in chat area after line feed
2011-10-02 10:58:10 +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
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
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
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
9a299e1ab3
core: remove unused function gui_window_wprintw
2011-08-23 11:38:18 +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
eee81cfe9c
core: fix focus info for chat area on buffers with free content
2011-08-14 23:44:32 +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
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
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
8137c2cf9a
core: fix crash with "/input grab_mouse"
2011-08-03 20:13:29 +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
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
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
db86b84218
core: fix refresh of bars (remove duplicated refresh for bars)
2011-07-29 12:24:34 +02:00
Sebastien Helleu
51ef22c284
core: improve mouse support: process utf-8 codes, add option weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes
2011-07-28 15:36:39 +02:00