summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses.h
AgeCommit message (Expand)Author
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set eat_n...Sebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option weechat.look.color_pairs...Sebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-09Rename some color constants and functions for attributesSebastien Helleu
2011-02-09Factorize code used to apply color codes in strings (for chat and bars)Sebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for horizon...Sebastien Helleu
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-17Allow use of color pair number in color options and in API function "weechat_...Sebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien 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-01-03Update copyright datesSebastien 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-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-02-28Fix freeze/crash when sigwinch signal is received during refresh (for example...Sebastien Helleu
2009-02-25Fix bug with terminal resize: on some systems, weechat failed to read new ter...Sebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...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-21Remove infobarSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-28Fixed infinite loop when closing terminal without using /quit command (bug #2...Sebastien Helleu
2008-04-24Fixed bug with bar auto-sizing in windowsSebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-29Fixed bug with bars refreshSebastien 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-10Removed typedef for GUI structure (use only struct)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-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu