Sebastien Helleu
edb21c362a
Fixed UTF-8 bug with color encoding/decoding
2007-08-31 11:24:24 +00:00
Sebastien Helleu
f523d2b0a5
Added "/debug buffer" command to see raw buffer content
2007-08-31 11:21:24 +00:00
Sebastien Helleu
e05be4e2b3
Fixed crash when searching text in buffer with ctrl-R (bug #20938 )
2007-08-30 14:32:31 +00:00
Sebastien Helleu
73d9515f5c
Added option to align text of messages (except first lines) (task #7246 )
2007-08-27 08:22:41 +00:00
Sebastien Helleu
69bd50d74c
Fixed server option "command_delay": does not freeze WeeChat any more
2007-08-20 08:37:31 +00:00
Julien Louis
fb8bae3c78
Add Support for gtk2 interface with cmake build system
2007-08-18 17:17:54 +00:00
Sebastien Helleu
0c0e511079
Code cleanup for paste detection
2007-08-18 08:52:12 +00:00
Sebastien Helleu
4908e196ad
Fixed problem with input of UTF-8 chars in last cvs
2007-08-17 12:39:55 +00:00
Sebastien Helleu
dc92ee389c
Added paste detection, new options look_paste_max_lines and col_input_actions (task #5442 )
2007-08-17 09:09:09 +00:00
Sebastien Helleu
30c3fa9d98
Code cleanup: renamed some constants and variables (prefix added)
2007-08-16 13:54:15 +00:00
Sebastien Helleu
ec78674d4e
Added support of channel mode +u (channel user) (bug #20717 )
2007-08-09 09:35:17 +00:00
Sebastien Helleu
f68a2cbfcd
Added "copy" and "rename" options to /server command
2007-08-08 08:19:04 +00:00
Sebastien Helleu
362866fdf2
Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) (task 7180)
2007-08-06 09:30:22 +00:00
Sebastien Helleu
bd0b7957a3
Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete)
2007-07-18 13:11:58 +00:00
Sebastien Helleu
2c3fad454c
Added "buffer_move" event handler to plugins API (task #6708 )
2007-07-18 12:02:40 +00:00
Sebastien Helleu
3b48025071
Added key function "jump_previous_buffer" to jump to buffer previously displayed (new key: alt-J + alt-P) (task #7085 )
2007-07-15 18:06:56 +00:00
Sebastien Helleu
241f70f869
Fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222 , task #7060 )
2007-07-12 15:00:45 +00:00
Sebastien Helleu
825a9cfdf6
Fixed charset bug with channel names in status bar (bug #20400 )
2007-07-08 11:42:38 +00:00
Sebastien Helleu
fc2693c8e1
Added "scroll" option to /buffer command
2007-07-05 16:44:42 +00:00
Sebastien Helleu
f1a39ce7d7
Replaced GPL 2 license by GPL 3
2007-07-02 12:25:13 +00:00
Sebastien Helleu
585681e5a0
Down key now saves input to history and clears input line (task #7049 )
2007-07-01 11:20:34 +00:00
Sebastien Helleu
bbe20b9b30
Fixed log file when channel name contains "/" (bug #20072 )
2007-06-12 13:02:19 +00:00
Julien Louis
c9625e1f58
Link weechat-curses against libutf8 on OpenBSD plateform
2007-06-11 17:47:57 +00:00
Sebastien Helleu
299d37a342
Added hotlist sort with new option "look_hotlist_sort" (task #5870 )
2007-06-08 16:04:50 +00:00
Sebastien Helleu
8affe52ee4
Fixed hotlist when exiting search mode: current buffer is removed from hotlist
2007-06-05 21:31:43 +00:00
Sebastien Helleu
fb3fd5b0eb
Improved key bindings: now possible to bind a key on many commands, separated by semicolon (task #5444 )
2007-05-23 16:07:31 +00:00
Julien Louis
dd79c6b8bf
Only check ncurses.h if ncursesw/ncurses.h is not found
...
Signed-off-by: Julien Louis <ptitlouis@sysif.net >
2007-05-21 22:26:17 +00:00
Julien Louis
e867f2dd35
Fix ncurses detection.
...
We now provide a FindNcurses.cmake to find the library used
and we define the right cpp variable when we compile the curses gui.
Signed-off-by: Julien Louis <ptitlouis@sysif.net >
2007-05-21 22:20:13 +00:00
Sebastien Helleu
9f5d99f57e
Added cmake for weechat compile
2007-05-21 16:30:04 +00:00
Sebastien Helleu
bee62989f6
Code cleanup: renamed IRC functions to have uniform name (with prefix based on source name), moved some functions
2007-05-11 14:59:12 +00:00
Sebastien Helleu
880e10b6d6
Fixed nick display in input window
2007-05-09 11:13:41 +00:00
Sebastien Helleu
0abe6f0322
Added channel admin mode '!' for some IRC servers
2007-05-02 09:41:19 +00:00
Sebastien Helleu
a89ca83306
Fixed minor refresh bug with input when searching text
2007-04-04 14:23:33 +00:00
Sebastien Helleu
0e785fe106
Added color for input text not found in buffer history
2007-04-04 14:04:42 +00:00
Sebastien Helleu
17989f8d71
Renamed log file for DCC chat (now <server>.dcc.<nick>.weechatlog)
2007-03-23 13:40:18 +00:00
Sebastien Helleu
2096354ea8
Remove current buffer from hotlist when scrolling down and end of buffer is reached
2007-03-23 13:01:31 +00:00
Sebastien Helleu
6323e55ab4
Added current buffer in hotlist when scrolling up in buffer (task #6664 )
2007-03-21 20:29:13 +00:00
Sebastien Helleu
0b6a91837c
Fixed bug with text search and previous/next highlight (sometimes search came back to end of buffer)
2007-03-20 12:23:11 +00:00
Sebastien Helleu
7f0e0b5eea
Added case-sensitive search in buffer, display marker for each line matching search
2007-03-20 10:18:25 +00:00
Sebastien Helleu
9a81c27e7d
Replaced ctrl-S by ctrl-R for interactive and incremental search
2007-03-16 15:27:28 +00:00
Sebastien Helleu
0f0f7511d2
Added new key (ctrl-S) for interactive and incremental search in buffer history (task #6628 )
2007-03-16 15:02:47 +00:00
Sebastien Helleu
7d5ea81f93
Added away info on status bar for server buffer when look_one_server_buffer is ON (new commit after savannah crash)
2007-03-15 22:14:49 +00:00
Sebastien Helleu
00dd81761f
Fixed bug with server buffer when "look_one_server_buffer" is ON and server buffer is moved to any number > 1 (bug #19219 )
2007-03-06 14:37:43 +00:00
Sebastien Helleu
aba6e1257d
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468 )
2007-02-12 17:39:34 +00:00
Sebastien Helleu
8e436c58cd
Added event handler to plugin API
2007-02-05 22:18:33 +00:00
Sebastien Helleu
ef43b3e013
Added numeric argument for /clear command (buffer number) (patch #5372 )
2007-02-03 08:49:23 +00:00
Sebastien Helleu
749fae7a75
Fixed crash when closing a buffer opened on many windows
2007-01-16 23:53:01 +00:00
Sebastien Helleu
3409d9a7e7
Fixed display bugs with nicklist at top/bottom when look_nicklist_separator is OFF (bug #18737 )
2007-01-09 21:15:02 +00:00
Sebastien Helleu
c14e090638
Fixed bug in topic display
2007-01-08 16:28:06 +00:00
Sebastien Helleu
a1bbfb0129
Fixed topic scroll when topic has multi-bytes chars
2007-01-07 18:38:39 +00:00