summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-color.c
AgeCommit message (Expand)Author
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-02-05Fix option color_real_white: replace white by default color only if bold is s...Sebastien Helleu
2011-02-03Replace message "WeeChat colors" by "WeeChat color pairs" on color bufferSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-09Display more colors on each line for WeeChat basic and nick colors on /color ...Sebastien Helleu
2011-01-05Remove unneeded call to gui_color_buffer_displaySebastien Helleu
2011-01-04Fix number of colors displayed in buffer opened by /color (can be different b...Sebastien Helleu
2011-01-02Free color palette structures when exiting WeeChatSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-21Allow more flexible format for palette optionsSebastien Helleu
2010-12-20Do not allow empty string for color (regression with 256 colors feature)Sebastien Helleu
2010-12-20Build list of color aliases at startup (fix crash when setting "++1" on optio...Sebastien Helleu
2010-12-20Fix parsing of palette optionsSebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ter...Sebastien Helleu
2010-12-17Allow use of color pair number in color options and in API function "weechat_...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-13Add color "darkgray", add support for background with light color, fix color ...Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-03Add color for marker on lines where text sought is foundSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-15Fix bug/crash when any color option is changed (bug #23566)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-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-04-24Added completion with possible values for /set, new possible values "++n" and...Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien 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-01New config functions, almost entirely rewritten from scratchSebastien Helleu