summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2008-02-01Fixed some refreshsSebastien Helleu
2008-02-01Fixed bug with prefixes in config fileSebastien Helleu
2008-01-30Nick completion enabled again, plugins can now override default nick completi...Sebastien Helleu
2008-01-29Reduced number of screen refreshs, fixed display bug with title barSebastien Helleu
2008-01-28Fixed bug when switching window, scrollback is now preserved (task #7680)Sebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save comman...Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-15Fixed refresh problem when a buffer is clearedSebastien Helleu
2008-01-10Added some missing functions in Perl plugin APISebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-03Fixed bug with nicklist sizeSebastien 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-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-14Improved main loop (less CPU usage), better precision for timers, use of one ...Sebastien Helleu
2007-12-13Renamed hook "event" to "signal"Sebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-07Added completion hook, to let plugins add custom completions for commandsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-06Fixed bug with command history: now test with previous is case sensitiveSebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu
2007-11-26Added command hooks to completion, removed obsolete "IRC commands" completionSebastien Helleu
2007-11-26Added input_data callback argument to gui_buffer_new() functionSebastien 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-11Added logger pluginSebastien Helleu
2007-11-11Event hook addedSebastien Helleu
2007-11-08Added default keys for alt-left/right for konsoleSebastien Helleu
2007-11-07Added print hooks (to catch any printf on buffers)Sebastien 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-11-04Fixed display bug with truncation of long linesSebastien Helleu
2007-11-04Added check of buffer pointer in weechat_printf (plugins API)Sebastien Helleu
2007-11-04Fixed display bug with long linesSebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-09-19Fixed nick completion bug (missing space after nick)Sebastien Helleu
2007-09-02Fixed display bug with some special chars in messages (some words were trunca...Sebastien Helleu
2007-09-02Fixed paste detection: does not count empty lines (bug #20953)Sebastien Helleu
2007-08-31Removed compilation warning when plugins are not compiledSebastien Helleu