summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2010-02-21Fix cursor color in input barSebastien Helleu
2010-02-21Fix bug with bar background after text with background color (bug #28157)Sebastien Helleu
2010-02-19Fix "inactivity" value when no key has been pressed since WeeChat started (bu...Sebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-12Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-01-29Display own buffer lines in weechat log when dumping buffer (and not mixed li...Sebastien Helleu
2010-01-28Fix bug with global history, reset pointer to last entry after each user inpu...Sebastien Helleu
2010-01-28Fix alignment in buffers lines when time is empty stringSebastien Helleu
2010-01-28Remove unneeded space after time on each line if option weechat.look.buffer_t...Sebastien Helleu
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string and...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions bu...Sebastien Helleu
2010-01-11Discard line printed with modifier "weechat_print" only if initial string is ...Sebastien Helleu
2010-01-11Allow callback for modifier "weechat_print" to return empty value, in order t...Sebastien Helleu
2010-01-10Fix bug with completion of words with wide charsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2010-01-01Fix color string returned by API function color() for some WeeChat color optionsSebastien Helleu
2009-12-19Fix display of bar items in a root bar (use bar item from plugin of current w...Sebastien Helleu
2009-12-16Add option "term" for command /debug: display infos about terminal and availa...Sebastien Helleu
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
2009-12-07Add missing include of limits.hSebastien Helleu
2009-12-06Fix crash when searching nick in buffer without nicklist (function nicklist_s...Sebastien Helleu
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 poi...Sebastien Helleu
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) (bu...Sebastien Helleu
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 #27...Sebastien Helleu
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
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 hist...Sebastien Helleu
2009-09-06Version 0.3.0Sebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and weechat.look.prefix_buf...Sebastien Helleu
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