aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-plugin.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Fix: compiling a controller without LUA supportguppy_6.99.2guppy/6.99.26.99.2Romain Forlot1-0/+5
2018-11-30Fix Parse pluginFrederic Marec1-1/+2
2018-10-31Reworked pluginConfig functionRomain Forlot1-55/+38
2018-10-31Retrieve plugin list from api rather than a globalRomain Forlot1-0/+5
2018-10-31Add setter/getter for user free defined pointerRomain Forlot1-0/+8
2018-09-20Correct an error when no plugins are definedguppy_6.90.0guppy/6.90.06.90.0Jonathan Aillet1-1/+1
2018-09-18Add a 'params' fields for controller pluginsJonathan Aillet1-3/+4
2018-09-14Add an Init step to the plugins loadRomain Forlot1-1/+10
2018-08-20Migration to v3Romain Forlot1-1/+1
2018-08-08Adds v3 function to get binding settingsflounder_5.99.3flounder/5.99.35.99.3Romain Forlot1-1/+1
2018-08-08Add path to the installed widget path.Romain Forlot1-8/+24
2018-07-27More precise log message when loading a Lua fileRomain Forlot1-3/+1
2018-07-23Fixed character counting that was shortening paths8000ff1-2/+2
2018-07-17Use prefix variable to find controller's pluginsRomain Forlot1-19/+16
2018-07-09Fix: plugin api assignement orderRomain Forlot1-2/+1
2018-07-03Always set the api member even if NULL.Romain Forlot1-1/+2
2018-07-03Ability to add a plugin after the initial loadRomain Forlot1-13/+56
2018-06-26Don't load two times a plugin even for LUARomain Forlot1-12/+13
2018-06-07Fixed spelling of AFB_ReqSuccessSebastien Douheret1-1/+1
2018-05-29Fixed build warnings with gcc >= 7.3Sebastien Douheret1-2/+2
2018-05-22Fixed compilation warnings with gcc-7.2.0Thierry Bultel1-2/+2
2018-05-18Good usage of strncat and strncpyRomain Forlot1-8/+13
2018-05-16Change lua2c JSON syntax.Romain Forlot1-6/+16
2018-05-16Fix: changes key name.Romain Forlot1-1/+1
2018-05-14Use new version of function GetBindingDirPathRomain Forlot1-11/+11
2018-05-14FormatRomain Forlot1-33/+34
2018-05-11Loads l2c functions per plugin.Romain Forlot1-33/+39
2018-05-09Upgrade config schemaRomain Forlot1-71/+163
2018-04-30Fix conversion compilation warningRomain Forlot1-2/+2
2017-12-19Add binding rootdir to searched path for conf and pluginsRomain Forlot1-1/+13
2017-12-18Fix segfault when no l2c functions definedRomain Forlot1-1/+1
2017-12-14Get back on track l2c functions.Romain Forlot1-6/+27
2017-12-14Fix warning compile about uninitialized variableRomain Forlot1-2/+2
2017-12-11Avoid compile warning, memory leaks, lintingRomain Forlot1-0/+3
2017-11-29wrong json unpacking fails.Romain Forlot1-1/+1
2017-11-24Get back lua2c functions parsed at plugin loadRomain Forlot1-4/+11
2017-11-24Fix: strncpy does't add null char at the endRomain Forlot1-2/+2
2017-11-24Load afb_binding macros and stuff to pluginsRomain Forlot1-9/+24
2017-11-24fix: wrong usage of strncat and strncpy functionRomain Forlot1-5/+5
2017-10-25FormatingRomain Forlot1-22/+22
2017-10-24First working version as submoduleFulup Ar Foll1-9/+9
2017-10-181st V2/pre-V3 versionfulup1-29/+35
2017-09-29Remove NetbeansFulup Ar Foll1-0/+219