summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
AgeCommit message (Expand)Author
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Add aspell option to check mispelled words during text search in buffer (disa...Sebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-15Reintroduce option "irc.network.send_unknown_commands", save extra data for b...Sebastien Helleu
2008-11-11Fix infinite loop when chat window is too small or not visible at allSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-30Fix clear of buffers with free content (allowed, but not from user with /buff...Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-27Fix use of some uninitialized variablesSebastien Helleu
2008-10-27Add name of plugins next to plugin pointers in dump (to log file)Sebastien Helleu
2008-10-26Do not clear buffer content with /buffer clear for buffers with free contentSebastien Helleu
2008-10-24Save/restore buffer local variables during upgradeSebastien Helleu
2008-10-24Add free() for buffer local variables pointers when removing themSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Add space before day changed message, fix refresh when setting unread marker ...Sebastien Helleu
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-09-30Set unread marker for IRC server/channels/pv buffers when using /away commandSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-18Fix bug with buffer_search function in scripts (with empty arguments, to find...Sebastien Helleu
2008-06-28Add "buffer_title" bar item, and create title bar when using /bar defaultSebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-19Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden)Sebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien 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-05-06Fix bug when user closes buffer with free content: buffers with higher number...Sebastien Helleu
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at same...Sebastien Helleu
2008-04-17Added infolist "window", scroll in buffers with free content, fixed config ho...Sebastien Helleu
2008-04-17Fixed crash when nicklist is top/bottom and that we open a new buffer with a ...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)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-03New features and bug fixes with barsSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu