summaryrefslogtreecommitdiff
path: root/scriptingprovider.cpp
AgeCommit message (Collapse)Author
2022-04-11Prevent crash when ScriptingInstance::CompleteInput returns nullptrJosh F
2022-01-28Format All FilesKyleMiles
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2021-03-02Add ability to install python dependenciesPeter LaFosse
Refactor plugin repo loading into scripting provider. Find python binary for given python library
2019-07-29Input completion through pythonGlenn Smith
2019-05-10Fix some double free bugs in APIRusty Wagner
2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse
2018-08-15Expose ScriptingProvider name in C++ bindingsRyan Snyder
2018-08-10Fix ScriptingProvider reference counting and instance cleanup.Brian Potchik
2016-08-18Add Python script provider for UI Python consoleRusty Wagner