summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.c
AgeCommit message (Expand)Author
2009-06-11Fix display bug with color/attribute chars (< 32) in command line (bug #26749)Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first l...Sebastien Helleu
2009-02-01Add signal weechat_pv for private messagesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-22Fix bug with empty messages displayedSebastien Helleu
2008-11-17Fix crash when printing a message without any buffer createdSebastien Helleu
2008-11-16Add modifier "weechat_print" for messages printed in buffers (task #8848)Sebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu
2008-10-31Fix highlight on lines displayed with /upgradeSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-20Fix text search in buffer: search with prefix in addition to the messageSebastien Helleu
2008-10-18Free layout and chat buffer on exitSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Fix some display bugs with read marker line, history, max prefix length, and ...Sebastien Helleu
2008-09-15Fix bug with line filtering on buffers with free contentSebastien Helleu
2008-08-24Fix crash with filters and day change linesSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-28Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943)Sebastien Helleu
2008-07-06Fix other bugs with prefix alignmentSebastien Helleu
2008-07-06Fix display bug with prefix_align_max option (bug #23777)Sebastien Helleu
2008-06-28Fix display bug with alignment for sublines when there's no prefix displayed ...Sebastien Helleu
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