summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2009-12-16Add option "term" for command /debug: display infos about terminal and ↵Sebastien Helleu
available colors
2009-12-15Fix bar background color when content of bar is emptySebastien Helleu
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-12-13Add color "darkgray", add support for background with light color, fix color ↵Sebastien Helleu
"black" (bug #23882)
2009-12-07Add missing include of limits.hSebastien Helleu
2009-12-06Fix crash when searching nick in buffer without nicklist (function ↵Sebastien Helleu
nicklist_search_nick)
2009-12-05Remove old fifo pipes before creating new pipeSebastien Helleu
2009-12-03Fix buffer used by some input functions called via plugin API with buffer ↵Sebastien Helleu
pointer (bug #28152)
2009-11-08Remove compilation warning on 64-bit machinesSebastien Helleu
2009-11-05Fix refresh of bar item buffer_nicklist when it is displayed in a root barSebastien Helleu
2009-11-05Add missing include of strings.h in gui-completion.cSebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) ↵Sebastien Helleu
(bug #27700)
2009-10-11Add some default bindings for keys alt+arrows under xtermSebastien Helleu
2009-10-10Use default auto completion for arguments of unknown commandsSebastien Helleu
2009-10-06Fix alignment problem for buffer name when a merged buffer is closed (bug ↵Sebastien Helleu
#27617)
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
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-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-03Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSDEmmanuel Bouthenot
2009-10-03Fix restore of hotlist after /upgradeSebastien Helleu
2009-10-03Fix typo: keeped -> keptSebastien Helleu
2009-09-30Remove buffer from hotlist when buffer is cleared (bug #27530)Sebastien Helleu
2009-09-17Update hotlist when a buffer is closed (bug #27470)Sebastien Helleu
2009-09-16Fix /input history_global_next: reset input content when last command in ↵Sebastien Helleu
history is reached
2009-09-06Version 0.3.0Sebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-08-09Add missing files for cmake in packages built by autotoolsSebastien Helleu
2009-07-29Fix hotlist bug after /buffer unmerge (bug #27133)Sebastien Helleu
2009-07-24Add missing include of stdarg.hSebastien Helleu
2009-07-22Add new option weechat.look.search_text_not_found_alertSebastien Helleu
2009-07-14Allow cursor to be displayed in a root barSebastien Helleu
2009-07-06Complete command and arguments even if command line starts with double '/'Sebastien Helleu
2009-07-03Fix bug when moving group of merged buffers to number 1Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-27Change default order of items in input bar: move input_paste before input_textSebastien Helleu
2009-06-25Add options irc.look.open_channel/pv_near_serverSebastien Helleu
2009-06-24Consider private message as highlight when comparing message level to buffer ↵Sebastien Helleu
notify value
2009-06-23Add modifier "bar_condition_xxx", used to display/hide bars on some windows ↵Sebastien Helleu
with custom condition
2009-06-22Fix bug with pointer to last read line in merged buffers (can lead to crash)Sebastien Helleu
2009-06-21Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2009-06-21Fix bug after /upgrade on buffers with free content (bug #26020)Sebastien Helleu
2009-06-21Fix some memory leaks in command hook (completion templates), buffer ↵Sebastien Helleu
closing, partial completion
2009-06-21Move partial completion structure to completion structure (it is now ↵Sebastien Helleu
specific to buffer) (bug #25556)
2009-06-21Fix scroll Y in bars (bug #26008)Sebastien Helleu
2009-06-21Fix problems with /set of some bar optionsSebastien Helleu
2009-06-20Add missing refresh of bar when changing size with command /setSebastien Helleu
2009-06-20Fix minor display bug with read marker (line or dotted line)Sebastien Helleu
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-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-13Display buffer name in hotlist if buffers are merged with same numberSebastien Helleu
2009-06-13Remove all merged buffers from hotlist, instead of only current selected bufferSebastien Helleu