Sebastien Helleu
6cc9ce8777
Fix color string returned by API function color() for some WeeChat color options
2010-01-01 12:29:14 +01:00
Sebastien Helleu
f8983eb6c0
Fix display of bar items in a root bar (use bar item from plugin of current window)
2009-12-19 12:58:45 +01:00
Sebastien Helleu
48f087b883
Add option "term" for command /debug: display infos about terminal and available colors
2009-12-16 12:18:00 +01:00
Sebastien Helleu
6b76c21cae
Fix bar background color when content of bar is empty
2009-12-15 14:43:06 +01:00
Sebastien Helleu
9bfc6a6fd1
Add new option weechat.color.status_time
2009-12-14 15:50:09 +01:00
Sebastien Helleu
d4b0b98933
Add color "darkgray", add support for background with light color, fix color "black" (bug #23882 )
2009-12-13 23:29:08 +01:00
Sebastien Helleu
a652fc271f
Add missing include of limits.h
2009-12-07 09:43:49 +01:00
Sebastien Helleu
a498402e78
Fix crash when searching nick in buffer without nicklist (function nicklist_search_nick)
2009-12-06 23:35:46 +01:00
Sebastien Helleu
94eb4beb7c
Remove old fifo pipes before creating new pipe
2009-12-05 09:38:42 +01:00
Sebastien Helleu
ae7976b712
Fix buffer used by some input functions called via plugin API with buffer pointer (bug #28152 )
2009-12-03 16:22:38 +01:00
Sebastien Helleu
db2595276e
Remove compilation warning on 64-bit machines
2009-11-08 13:26:22 +01:00
Sebastien Helleu
2ee653f1b5
Fix refresh of bar item buffer_nicklist when it is displayed in a root bar
2009-11-05 14:46:05 +01:00
Sebastien Helleu
d34efe27cf
Add missing include of strings.h in gui-completion.c
2009-11-05 11:23:52 +01:00
Sebastien Helleu
a08842bbad
Fix bug with URL selection in some terminals (caused by horizontal lines) (bug #27700 )
2009-10-14 18:21:46 +02:00
Sebastien Helleu
fbf1e0286e
Add some default bindings for keys alt+arrows under xterm
2009-10-11 14:38:48 +02:00
Sebastien Helleu
1905344fdb
Use default auto completion for arguments of unknown commands
2009-10-10 11:50:23 +02:00
Sebastien Helleu
5535ec5f46
Fix alignment problem for buffer name when a merged buffer is closed (bug #27617 )
2009-10-06 21:25:15 +02:00
Sebastien Helleu
2bfe49d28b
Add option grab_key_command for /input (bound by default to alt-k)
...
New binding for alt-k is not automatic (for existing config), if you want to
use it, you can do: /key bind meta-k /input grab_key_command
2009-10-05 16:42:49 +02:00
Sebastien Helleu
7b2f578ac4
Fix compilation under Cygwin (patch #6916 )
2009-10-04 11:54:24 +02:00
Emmanuel Bouthenot
43c76c9164
Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSD
2009-10-03 14:56:02 +02:00
Sebastien Helleu
427419dcd0
Fix restore of hotlist after /upgrade
2009-10-03 10:25:13 +02:00
Sebastien Helleu
9116131fde
Fix typo: keeped -> kept
2009-10-03 09:59:16 +02:00
Sebastien Helleu
79fd2aa317
Remove buffer from hotlist when buffer is cleared (bug #27530 )
2009-09-30 09:55:19 +02:00
Sebastien Helleu
19d9fc9e13
Update hotlist when a buffer is closed (bug #27470 )
2009-09-17 17:39:58 +02:00
Sebastien Helleu
b3501ce9cd
Fix /input history_global_next: reset input content when last command in history is reached
2009-09-16 15:28:29 +02:00
Sebastien Helleu
70916a0342
Version 0.3.0
2009-09-06 11:46:49 +02:00
Sebastien Helleu
d2ec2482d6
Add 2 new options: weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more
2009-08-29 13:06:21 +02:00
Sebastien Helleu
88b65fe3c2
Add new option weechat.look.prefix_buffer_align_max
2009-08-29 10:30:25 +02:00
Sebastien Helleu
508398f7c5
Add missing files for cmake in packages built by autotools
2009-08-09 10:01:54 +02:00
Sebastien Helleu
7d25b62665
Fix hotlist bug after /buffer unmerge (bug #27133 )
2009-07-29 10:38:45 +02:00
Sebastien Helleu
3562143b51
Add missing include of stdarg.h
2009-07-24 16:38:04 +02:00
Sebastien Helleu
5139fdcf2a
Add new option weechat.look.search_text_not_found_alert
2009-07-22 18:07:22 +02:00
Sebastien Helleu
57064f4b1c
Allow cursor to be displayed in a root bar
2009-07-14 08:20:40 +02:00
Sebastien Helleu
00ca4f0d36
Complete command and arguments even if command line starts with double '/'
2009-07-06 10:06:47 +02:00
Sebastien Helleu
d7f3e59c3e
Fix bug when moving group of merged buffers to number 1
2009-07-03 15:30:49 +02:00
Sebastien Helleu
2f7a5a4147
Rename function string_explode to string_split
2009-06-28 19:49:32 +02:00
Sebastien Helleu
e06609c7cd
Change default order of items in input bar: move input_paste before input_text
2009-06-27 08:55:40 +02:00
Sebastien Helleu
9fad3f128e
Add options irc.look.open_channel/pv_near_server
2009-06-25 10:45:30 +02:00
Sebastien Helleu
42cd890bfb
Consider private message as highlight when comparing message level to buffer notify value
2009-06-24 15:35:24 +02:00
Sebastien Helleu
1b47fdcc4e
Add modifier "bar_condition_xxx", used to display/hide bars on some windows with custom condition
2009-06-23 17:15:45 +02:00
Sebastien Helleu
16e741f063
Fix bug with pointer to last read line in merged buffers (can lead to crash)
2009-06-22 11:46:29 +02:00
Sebastien Helleu
fdcbc8e585
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat
2009-06-21 14:10:57 +02:00
Sebastien Helleu
76b883f05f
Fix bug after /upgrade on buffers with free content (bug #26020 )
2009-06-21 14:10:41 +02:00
Sebastien Helleu
679e477abb
Fix some memory leaks in command hook (completion templates), buffer closing, partial completion
2009-06-21 12:45:50 +02:00
Sebastien Helleu
b698a9ce4a
Move partial completion structure to completion structure (it is now specific to buffer) (bug #25556 )
2009-06-21 12:19:57 +02:00
Sebastien Helleu
d4b572c753
Fix scroll Y in bars (bug #26008 )
2009-06-21 11:02:57 +02:00
Sebastien Helleu
271d6a131f
Fix problems with /set of some bar options
2009-06-21 00:24:04 +02:00
Sebastien Helleu
911e29cf65
Add missing refresh of bar when changing size with command /set
2009-06-20 23:13:21 +02:00
Sebastien Helleu
95c03734cc
Fix minor display bug with read marker (line or dotted line)
...
Bug is happening when read marker is line or dotted line and that last char
of line is an horizontal line. When new line is added in buffer after read
marker, then last char of read marker line is repeated on next line.
2009-06-20 13:12:03 +02:00
Sebastien Helleu
412bf73673
Add new option weechat.look.hotlist_names_merged_buffers
2009-06-14 11:03:01 +02:00