summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-bar-window.c
AgeCommit message (Collapse)Author
2011-01-31Add some chars after cursor when scrolling input line: new option ↵Sebastien Helleu
weechat.look.input_cursor_scroll (bug #21391)
2011-01-31Dynamically allocate color pairsSebastien Helleu
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator)
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos
2010-12-17Allow use of color pair number in color options and in API function ↵Sebastien Helleu
"weechat_color"
2010-10-31Remove unused variablesSebastien 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-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-08Reformat and add comments for description of C sourcesSebastien 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-04Fix bugs with cursor and background in barsSebastien Helleu
Bugs fixed: - cursor was moving to position (0,0) in bar when refreshing input bar content - background color stopped before end of line in bars with vertical filling (like buffers) - cursor was not displayed when input bar has automatic size and that first line is filled (on some terminals like konsole or roxterm)
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-01-03Update copyright datesSebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) ↵Sebastien Helleu
(bug #27700)
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-03Fix display of bold/reverse/underline color attributes in barsSebastien Helleu
2009-05-08Fix infinite loop when scrolling bars with horizontal fillingSebastien Helleu
2009-05-08Add missing space at beginning of bar item when first sub-item content is NULLSebastien Helleu
2009-05-04Use or '\r' in bar items to force new line with horizontal fillingSebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in ↵Sebastien Helleu
plugin API (task #9089)
2009-02-01Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ↵Sebastien Helleu
#25443)
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵Sebastien Helleu
hidden
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Fix too many refreshs for bars (build content of items when bar is displayed)Sebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), ↵Sebastien Helleu
add buffer_number default bar item
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu