summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-chat.c
AgeCommit message (Expand)Author
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) (bu...Sebastien 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-06-20Fix minor display bug with read marker (line or dotted line)Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-05Fix scroll indicator when the only line displayed is bigger than chat windowSebastien Helleu
2009-02-25Fix with read marker, can not be filtered any more (bug #25590)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-10-19Fix display of special chars (< 32) in input bar (for exemple to send colors ...Sebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Add space before day changed message, fix refresh when setting unread marker ...Sebastien Helleu
2008-10-11Fix refresh bugs with scroll keys (bug #21738)Sebastien Helleu
2008-10-11Fix some display bugs with read marker line, history, max prefix length, and ...Sebastien Helleu
2008-10-03Add color for marker on lines where text sought is foundSebastien Helleu
2008-07-28Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943)Sebastien Helleu
2008-07-06Fix display bug with prefix_align_max for highlighted linesSebastien Helleu
2008-07-06Display number of lines remaining after last line displayed screen in "-MORE-...Sebastien Helleu
2008-07-06Fix other bugs with prefix alignmentSebastien Helleu
2008-07-03Fix "more" indicator when filters are enabled with some lines hidden (bug #23...Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-19Fix display bug with marker line when there's some filtered lines (marker was...Sebastien Helleu
2008-06-16Remove space before vertical bar (after prefix), if there's no prefix at all ...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-09Fix color display bug on lines (when length of line is more than chat width)Sebastien Helleu
2008-04-27Added marker line (or dotted line), more visible than single magenta char (ch...Sebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-17Added infolist "window", scroll in buffers with free content, fixed config ho...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)Sebastien Helleu
2008-04-03Bugs fixed with barsSebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-29Fixed display bug when first line displayed is not first of bufferSebastien Helleu
2008-03-29Lines of buffers with free content are now truncated according to window widthSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-07Added "max_height" parameter for bar item rebuild callbacksSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-01-29Reduced number of screen refreshs, fixed display bug with title barSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu