summaryrefslogtreecommitdiff
path: root/src/plugins/script
AgeCommit message (Expand)Author
2013-07-28script: add info about things defined by script in the detailed view of scrip...Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-05-03script: add key alt+A in /help script (thanks ArZa)Sebastien Helleu
2013-04-27script: do not search by license and author in /script search (thanks to Nils...Sebastien Helleu
2013-03-17script: create "script" directory on each action (just in case it has been re...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-10script: fix typo in /help script.scripts.autoloadSebastien Helleu
2013-02-25script: add control of autoload (enable/disable/toggle) (task #12393)Sebastien Helleu
2013-02-12script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory)Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25script: add missing close of file in case of error when computing MD5 checksu...Sebastien Helleu
2012-12-21script: do not open script buffer when unknown arguments are given to command...Sebastien Helleu
2012-12-19script: fix scroll with mouse when window with script buffer is not the curre...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-10-03script: fix compilation on OS XSebastien Helleu
2012-09-18script: consider that empty file "plugins.xml.gz" is not up-to-dateSebastien Helleu
2012-09-18script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373)Sebastien Helleu
2012-09-17core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "...Sebastien Helleu
2012-09-04script: display error when installing/removing/loading script if plugin for l...Sebastien Helleu
2012-08-30script: add diff between current script and version in repositorySebastien Helleu
2012-08-28script: remove spaces before/after tags displayed on detail of scriptSebastien Helleu
2012-08-28script: add option "script.look.display_source" (display source code with det...Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-23script: fix color used for script description on script bufferSebastien Helleu
2012-08-21script: add missing extensions in output of /script -o|-iSebastien Helleu
2012-08-21script: add options -o and -i for /script listSebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when installing/rem...Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse bind...Sebastien Helleu
2012-08-18script: add key alt+L to reload script, allow input on script buffer for acti...Sebastien Helleu
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-17script: add option "reload" for command /script, fix completion of /script, a...Sebastien Helleu
2012-08-16script: add option script.look.translate_descriptionSebastien Helleu
2012-08-15script: add status "a" (autoloaded) for scriptsSebastien Helleu
2012-08-15script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOU...Sebastien Helleu
2012-08-14script: fix missing format in calls to snprintfSebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu