summaryrefslogtreecommitdiff
path: root/src/plugins/scripts
AgeCommit message (Expand)Author
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-12Fix compilation warnings in Perl plugin on FreeBSDSebastien Helleu
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english de...Sebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-16Fix crash when a perl callback is called in "register" of another perl scriptSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-12Fix crash in weechat_perl_exec() when a callback from another script is execu...Sebastien Helleu
2008-11-11Add function "current_buffer" in script APISebastien Helleu
2008-11-07Update developer guide (add 50% of new C API functions)Sebastien Helleu
2008-11-05Fix crash in weechat_perl_exec() after unloading a Perl scriptSebastien Helleu
2008-11-05Fix crash when loading Perl scripts on FreeBSDSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien 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-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-18- Add FindTCL.cmake to fix FreeBSD detectionJulien Louis
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-09-29Fix bug with arguments of function "config_new_option" in scripts APISebastien Helleu
2008-09-26Add some missing functions in API: hook_connect and infolist creationSebastien Helleu
2008-09-22Remove compilation warning about unused variables in perl pluginSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-07Fix probable pthread mutex lock on hppa architecture with perl plugin (Debian...Emmanuel Bouthenot
2008-09-05Many changes in docSebastien Helleu
2008-09-02Add description for info and infolist hooksSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ...Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-10Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ...Sebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-03Fix compilation problem with strftime in perl/python/ruby pluginsSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Add constants for config file read/write/set/unset callbacksSebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-05-14Fix compilation warning with snprintf of time_t (long int) on FreeBSDSebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at same...Sebastien Helleu
2008-04-29Added bar priority (replaces bar number)Sebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu