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
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
2010-09-27
Fix memory leak in function gui_buffer_set_highlight_words_list
Sebastien Helleu
2010-09-27
Free hashtable with local variables when closing buffer (memory leak)
Sebastien Helleu
2010-09-27
Add new option weechat.look.input_share (task #9228)
Sebastien Helleu
2010-08-13
Rename cmake options DISABLE_XXX to ENABLE_XXX
Sebastien Helleu
2010-08-12
Use window pointers instead of buffer pointers in gui-input.c
Sebastien Helleu
2010-08-12
Use similar behaviour for keys bound to local or global history (bug #30759)
Sebastien Helleu
2010-08-06
Fix display bug with special chars (ascii value below 32) (bug #30602)
Sebastien Helleu
2010-08-01
Remove obsolete comment
Sebastien Helleu
2010-08-01
Replace TODO by FIXME in comments
Sebastien Helleu
2010-07-30
Add update of item "buffer_title" when switching to other buffer (fix problem...
Sebastien Helleu
2010-07-16
Use '!' to reverse a regex in a filter (to keep lines matching regex and hide...
Sebastien Helleu
2010-07-12
Add new option weechat.look.align_end_of_lines
Sebastien Helleu
2010-07-07
Fix bug with replacement char in API function string_remove_color (bug #30296)
Sebastien Helleu
2010-07-05
Use of hashtable for local variables of buffers
Sebastien Helleu
2010-06-25
Update comments after #endif in C headers
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-06-11
Fix refresh of bar item when it is used more than one time in a bar
Sebastien Helleu
2010-06-11
Fix display bug with attributes like underlined in bars (bug #29889)
Sebastien Helleu
[next]