Sebastien Helleu
dc4f5ea2e2
Added option "set" for /buffer command
2007-11-06 13:17:28 +01:00
Sebastien Helleu
a98feff2bb
Fixed display bug with truncation of long lines
2007-11-04 18:48:57 +01:00
Sebastien Helleu
f8c8ee1600
Fixed display bug with long lines
2007-11-04 15:21:44 +01:00
Sebastien Helleu
7f90ccd2ad
Renamed many sources and functions in src/gui, improved display of messages in buffer (faster and using less memory)
2007-10-31 17:19:41 +01:00
Sebastien Helleu
6ed8f34fdb
Added build of protocols lib, IRC protocol is now optional for build
...
Build of src/protocols/lib_weechat_protocols.a was added.
IRC protocol is now optional in configure and cmake builds.
2007-09-21 16:53:18 +02:00
Sebastien Helleu
8ecb7a4d4a
Moved IRC sources from src/irc/ to src/protocols/irc/
2007-09-20 18:06:38 +02:00
Sebastien Helleu
68fd773730
Fixed display bug with some special chars in messages (some words were truncated on screen) (bug #20944 )
2007-09-02 15:34:29 +00:00
Sebastien Helleu
edb21c362a
Fixed UTF-8 bug with color encoding/decoding
2007-08-31 11:24:24 +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
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
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
f1a39ce7d7
Replaced GPL 2 license by GPL 3
2007-07-02 12:25:13 +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
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
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
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
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
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
Sebastien Helleu
029e539aba
Fixed display bug in nicklist with cyrillic nick names
2007-01-07 10:06:58 +00:00
Sebastien Helleu
bbe2f9093c
Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messages (bug #18716 )
2007-01-06 22:24:54 +00:00
Sebastien Helleu
632d451f62
Changed copyright date (2006 -> 2007)
2007-01-05 23:41:38 +00:00
Sebastien Helleu
a1bc5ce60f
Fixed display bug with color for first line on screen (bug #17719 )
2006-12-05 14:27:01 +00:00
Sebastien Helleu
10ab4b0a20
Added anti-flood option (irc_anti_flood) (task #5442 )
2006-12-04 09:44:23 +00:00
Sebastien Helleu
c774d9eb00
Fixed display bug with charset on DCC and IRC raw buffers
2006-12-04 09:05:14 +00:00
Sebastien Helleu
8ffbfe4b2c
Fixed charset bug when displaying "Day changed" message
2006-12-01 15:14:46 +00:00
Sebastien Helleu
7ce144e875
Added keys (F9/F10) to scroll topic (task #6030 )
2006-11-29 16:08:57 +00:00