summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
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
2007-08-31Fixed UTF-8 bug with color encoding/decodingSebastien Helleu
2007-08-31Added "/debug buffer" command to see raw buffer contentSebastien Helleu
2007-08-30Fixed crash when searching text in buffer with ctrl-R (bug #20938)Sebastien Helleu
2007-08-27Added option to align text of messages (except first lines) (task #7246)Sebastien Helleu
2007-08-20Fixed server option "command_delay": does not freeze WeeChat any moreSebastien Helleu
2007-08-18Add Support for gtk2 interface with cmake build systemJulien Louis
2007-08-18Code cleanup for paste detectionSebastien Helleu
2007-08-17Fixed problem with input of UTF-8 chars in last cvsSebastien Helleu
2007-08-17Added paste detection, new options look_paste_max_lines and col_input_actions...Sebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu