summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.c
AgeCommit message (Expand)Author
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-20Fix bug with current buffer and hotlist: now it's added to hotlist if user is...Sebastien Helleu
2008-06-19Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden)Sebastien Helleu
2008-06-07Fix display bug with prefix when filters are enable: do not count prefix leng...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-04-25Fixed bug with print_y: now scripts can print empty line to remove a lineSebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03Bugs fixed with barsSebastien Helleu
2008-04-03Fixed compilation problems when gnutls dev lib is not foundSebastien 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-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-02-01Fixed bug with prefixes in config fileSebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu
2007-11-24Renamed WeeChat log functionsSebastien Helleu
2007-11-11Added log directory creation in logger plugin, removed unused log config opti...Sebastien Helleu
2007-11-07Added print hooks (to catch any printf on buffers)Sebastien Helleu
2007-11-05Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c...Sebastien Helleu
2007-11-05Added date option for printf functions (weechat core and plugins API)Sebastien Helleu
2007-11-04Fixed display bug with truncation of long linesSebastien Helleu
2007-11-04Fixed display bug with long linesSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu