summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.h
AgeCommit message (Expand)Author
2008-04-03Bugs fixed with barsSebastien 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-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-02-01New "close callback" for buffers, use of this callback in IRC plugin to leave...Sebastien Helleu
2008-01-29Reduced number of screen refreshs, fixed display bug with title barSebastien Helleu
2008-01-10Added some missing functions in Perl plugin APISebastien 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
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-11-26Added input_data callback argument to gui_buffer_new() functionSebastien Helleu
2007-11-11Added logger pluginSebastien Helleu
2007-11-06Added option "set" for /buffer commandSebastien 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-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu
2007-08-27Added option to align text of messages (except first lines) (task #7246)Sebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously displa...Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-04-04Added color for input text not found in buffer historySebastien Helleu
2007-03-20Added case-sensitive search in buffer, display marker for each line matching ...Sebastien Helleu
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer histo...Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu