index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
Age
Commit message (
Expand
)
Author
2011-01-09
Display more colors on each line for WeeChat basic and nick colors on /color ...
Sebastien Helleu
2011-01-06
Fix unlikely memory leak in function gui_keyboard_new
Sebastien Helleu
2011-01-05
Fix scroll problem on buffers with free content and non-allocated lines (bug ...
Sebastien Helleu
2011-01-05
Remove unneeded call to gui_color_buffer_display
Sebastien Helleu
2011-01-04
Fix number of colors displayed in buffer opened by /color (can be different b...
Sebastien Helleu
2011-01-03
Fix crash when changing or removing color palette options
Sebastien Helleu
2011-01-02
Free color palette structures when exiting WeeChat
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2011-01-01
Add new command /color
Sebastien Helleu
2010-12-21
Allow more flexible format for palette options
Sebastien Helleu
2010-12-20
Do not allow empty string for color (regression with 256 colors feature)
Sebastien Helleu
2010-12-20
Build list of color aliases at startup (fix crash when setting "++1" on optio...
Sebastien Helleu
2010-12-20
Fix parsing of palette options
Sebastien Helleu
2010-12-20
Replace the 10 nick color options and number of nick colors by a single optio...
Sebastien Helleu
2010-12-20
Fix removal of color pair number in a string (function gui_color_decode)
Sebastien Helleu
2010-12-20
Add 256 colors support
Sebastien Helleu
2010-12-17
Add command line option "-c" (or "--colors") to display default colors in ter...
Sebastien Helleu
2010-12-17
Allow use of color pair number in color options and in API function "weechat_...
Sebastien Helleu
2010-12-07
Add color support in option weechat.look.buffer_time_format
Sebastien Helleu
2010-12-07
Remove unneeded variable name "position" in gui-bar-window.h
Sebastien Helleu
2010-11-29
Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"
Sebastien Helleu
2010-11-25
Add new option weechat.look.highlight_regex and function string_has_highlight...
Sebastien Helleu
2010-11-18
Add note about comma and "+" in help of options weechat.bar.xxx.items
Sebastien Helleu
2010-11-10
Allow search of nicklist group with name not including leading digits (for ni...
Sebastien Helleu
2010-11-10
Fix crash when displaying groups in buffer nicklist
Sebastien Helleu
2010-11-09
Add function "hook_completion_get_string" in plugin API
Sebastien Helleu
2010-11-09
Move WeeChat core completions from gui-completion.c to wee-completion.c
Sebastien Helleu
2010-11-05
Set highlight flag on line printed if there is tag "notify_highlight"
Sebastien Helleu
2010-10-31
Remove dead assignments
Sebastien Helleu
2010-10-31
Add extra checks on some pointers
Sebastien Helleu
2010-10-31
Remove function gui_input_move
Sebastien Helleu
2010-10-31
Replace unneeded function gui_input_move by memmove
Sebastien Helleu
2010-10-31
Remove unused variables
Sebastien Helleu
2010-10-29
Return empty string in API function weechat_color when color is unknown
Sebastien Helleu
2010-10-29
Add new functions in plugin API to get/set nicks/groups properties in nicklist
Sebastien Helleu
2010-10-29
Fix display of nick in nicklist when groups are displayed and nick has "visib...
Sebastien Helleu
2010-10-28
Add refresh when buffer property "nicklist_display_groups" is changed
Sebastien Helleu
2010-10-28
Fix bug when counting number of groups/nicks displayed in nicklist
Sebastien Helleu
2010-10-23
Fix default value of bar items options (bug #31422)
Sebastien Helleu
2010-10-18
Fix color of comma in hotlist bar item
Sebastien Helleu
2010-10-17
Use const void * for keys and values in some hashtable functions
Sebastien Helleu
2010-10-15
Fix bug with buffer name in "/bar scroll" command
Sebastien Helleu
2010-10-12
Add new option weechat.look.hotlist_unique_numbers (task #10691)
Sebastien Helleu
2010-10-11
Add property "no_highlight_nicks" in buffers to disable highlight for some ni...
Sebastien Helleu
2010-10-09
Use local buffer in print functions, so that they are reentrant
Sebastien Helleu
2010-10-06
Optimize incremental search in buffer: do not search any more when chars are ...
Sebastien Helleu
2010-10-06
Revert last commit about "buffer_switch" signal (introduced new refresh bugs ...
Sebastien Helleu
2010-10-05
Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)
Sebastien Helleu
2010-10-02
Add new option weechat.look.prefix_align_min (task #10650)
Sebastien Helleu
2010-09-28
New value for option weechat.look.input_share (none, commands, text, all), ad...
Sebastien Helleu
[next]