summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2010-10-06Optimize incremental search in buffer: do not search any more when chars are ...Sebastien Helleu
2010-10-06Revert last commit about "buffer_switch" signal (introduced new refresh bugs ...Sebastien Helleu
2010-10-05Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)Sebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ad...Sebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-08-01Replace TODO by FIXME in commentsSebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-11Fix display bug with attributes like underlined in bars (bug #29889)Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-04Fix display in bars with filling horizontalSebastien Helleu
2010-03-04Fix display in bars with filling set to columns_vertical or columns_horizontalSebastien Helleu
2010-03-04Hide read marker if all lines after marker are filtered (only if option read_...Sebastien Helleu
2010-03-04Fix bugs with cursor and background in barsSebastien Helleu
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-02-24Fix display of color in input when it is scrolledSebastien Helleu
2010-02-24Fix bug with cursor when position is last char of terminalSebastien Helleu
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-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-01-28Remove unneeded space after time on each line if option weechat.look.buffer_t...Sebastien Helleu
2010-01-03Update copyright datesSebastien 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-13Add color "darkgray", add support for background with light color, fix color ...Sebastien 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-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 typo: keeped -> keptSebastien 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-07-24Add missing include of stdarg.hSebastien Helleu
2009-07-14Allow cursor to be displayed in a root barSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-21Fix scroll Y in bars (bug #26008)Sebastien Helleu
2009-06-20Fix minor display bug with read marker (line or dotted line)Sebastien Helleu
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ...Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-03Fix display of bold/reverse/underline color attributes in barsSebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b...Sebastien Helleu