Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-15 | core: add color attribute "|" and value "resetcolor" for function ↵ | Sebastien Helleu | |
weechat_color in plugin API (bug #34550) | |||
2011-08-26 | core: add new options weechat.look.bar_more_left/right/up/down | Sebastien Helleu | |
2011-08-02 | core: stop horizontal bar scroll at the end of content (for bars with ↵ | Sebastien Helleu | |
horizontal filling) (bug #27908) | |||
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-06-29 | core: add new option weechat.look.separator_vertical, rename option ↵ | Sebastien Helleu | |
weechat.look.hline_char to weechat.look.separator_horizontal | |||
2011-03-02 | Reset style (bold/underline/reverse) before setting color when displaying ↵ | Sebastien Helleu | |
bar items | |||
2011-02-17 | Add attributes for colors ("*": bold, "%": reverse, "_": underline) | Sebastien Helleu | |
2011-02-09 | Rename some color constants and functions for attributes | Sebastien Helleu | |
2011-02-09 | Factorize code used to apply color codes in strings (for chat and bars) | Sebastien Helleu | |
2011-02-06 | Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx | Sebastien Helleu | |
2011-02-05 | Add option weechat.look.read_marker_string, use option hline_char for ↵ | Sebastien Helleu | |
horizontal bar separators only | |||
2011-02-05 | Fix display of extended foreground color on non-default background in bars | Sebastien Helleu | |
2011-01-31 | Add some chars after cursor when scrolling input line: new option ↵ | Sebastien Helleu | |
weechat.look.input_cursor_scroll (bug #21391) | |||
2011-01-31 | Dynamically allocate color pairs | Sebastien 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-21 | Test return value of calls to sscanf function | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-17 | Allow use of color pair number in color options and in API function ↵ | Sebastien Helleu | |
"weechat_color" | |||
2010-10-31 | Remove unused variables | Sebastien Helleu | |
2010-08-06 | Fix display bug with special chars (ascii value below 32) (bug #30602) | Sebastien Helleu | |
2010-08-01 | Replace TODO by FIXME in comments | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-11 | Fix display bug with attributes like underlined in bars (bug #29889) | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-04 | Fix display in bars with filling horizontal | Sebastien Helleu | |
2010-03-04 | Fix display in bars with filling set to columns_vertical or columns_horizontal | Sebastien Helleu | |
2010-03-04 | Fix bugs with cursor and background in bars | Sebastien 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-24 | Fix display of color in input when it is scrolled | Sebastien Helleu | |
2010-02-24 | Fix bug with cursor when position is last char of terminal | Sebastien Helleu | |
2010-02-21 | Fix cursor color in input bar | Sebastien Helleu | |
2010-02-21 | Fix bug with bar background after text with background color (bug #28157) | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-10-14 | Fix bug with URL selection in some terminals (caused by horizontal lines) ↵ | Sebastien Helleu | |
(bug #27700) | |||
2009-07-14 | Allow cursor to be displayed in a root bar | Sebastien Helleu | |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-21 | Fix scroll Y in bars (bug #26008) | Sebastien Helleu | |
2009-06-03 | Fix display of bold/reverse/underline color attributes in bars | Sebastien Helleu | |
2009-05-08 | Fix infinite loop when scrolling bars with horizontal filling | Sebastien Helleu | |
2009-05-08 | Add missing space at beginning of bar item when first sub-item content is NULL | Sebastien Helleu | |
2009-05-04 | Use or '\r' in bar items to force new line with horizontal filling | Sebastien Helleu | |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in ↵ | Sebastien Helleu | |
plugin API (task #9089) | |||
2009-02-01 | Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ↵ | Sebastien Helleu | |
#25443) | |||
2009-01-25 | Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵ | Sebastien Helleu | |
hidden | |||
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-12-19 | Fix too many refreshs for bars (build content of items when bar is displayed) | Sebastien Helleu | |
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), ↵ | Sebastien Helleu | |
add buffer_number default bar item | |||
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu | |