summaryrefslogtreecommitdiff
path: root/loaders
Commit message (Expand)AuthorAgeFilesLines
...
* Remove overly verbose warnings in the Python loaderGarrett Regier2015-01-201-36/+5
* Move internal Python code to another fileGarrett Regier2015-01-205-111/+222
* Shorten Python plugin loader filenamesGarrett Regier2015-01-206-24/+24
* Compile internal Python source during buildGarrett Regier2015-01-204-3/+84
* Assert that no Lua values are leaked during initializeGarrett Regier2015-01-201-0/+3
* Always set the Lua loader's lua_StateGarrett Regier2015-01-201-5/+1
* Set atpanic handler early in Lua plugin loaderGarrett Regier2015-01-201-5/+4
* Don't use lgi_enter_func if not foundGarrett Regier2015-01-201-1/+2
* Fix panic when getting global LGI fieldsGarrett Regier2014-12-301-3/+6
* Fix the global Lua plugin loader with multiple threads Garrett Regier2014-12-301-14/+77
* Fix finding the extension type for Lua pluginGarrett Regier2014-12-301-4/+12
* Use new GObject private APIGarrett Regier2014-12-204-80/+85
* Cleanup internal Python hooks code a bitGarrett Regier2014-12-201-4/+4
* Make the Lua plugin loader safe for global useGarrett Regier2014-12-181-7/+36
* Use the GQuark API for GObject dataGarrett Regier2014-12-182-4/+10
* Fix Lua plugins to work with multiple threadsGarrett Regier2014-12-161-9/+55
* Add nonglobal plugin loader supportGarrett Regier2014-11-181-0/+7
* Fix setting "peas-extension-type" in the lua5.1 plugin loaderGarrett Regier2014-11-181-4/+3
* Document that the lua5.1 plugin loader is not thread-safeGarrett Regier2014-11-181-0/+4
* Make the Python plugin loader thread-safeGarrett Regier2014-11-181-181/+164
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-046-0/+663
* Remove everything the seed plugin loader usedGarrett Regier2014-11-041-4/+3
* Remove support for seed-based Javascript pluginsGarrett Regier2014-11-046-881/+0
* Dist the GResources XML of the Python plugin loadersGarrett Regier2014-09-222-2/+8
* Add easy python profiling supportGarrett Regier2014-08-226-14/+253
* Bug 678338 - Check return values from Python APIGarrett Regier2014-08-221-18/+62
* Bug 732155 - Fix initializing Python loader from Python applicationGarrett Regier2014-07-221-2/+13
* Simplify installing gettext in the python plugin loaderGarrett Regier2014-06-281-6/+12
* W32: Allow shared libs to be builtРуслан Ижбулатов2014-06-283-5/+10
* Use AM_CPPFLAGS instead of INCLUDEDGarrett Regier2014-05-293-3/+3
* Remove extra semicolon in G_DEFINE_*Garrett Regier2014-05-293-3/+3
* python: Fix coding style to matchBastien Nocera2014-03-141-4/+5
* python: Name the GC timeoutBastien Nocera2014-03-141-1/+3
* Do not wrap PyGObject extensionsGarrett Regier2013-11-135-237/+9
* Remove support for gjs-based Javascript pluginsGarrett Regier2013-11-136-967/+0
* Print a critical warning when attempting to mix Python versionsGarrett Regier2013-11-121-0/+14
* Only disable python warning redirections when not initializedGarrett Regier2013-11-121-1/+3
* Fix incorrect freeGarrett Regier2013-11-121-7/+6
* Fix memory leak in python plugin loaderGarrett Regier2013-11-121-0/+2
* Various cleanupsGarrett Regier2013-11-121-7/+12
* No longer use deprecated pygobject APIGarrett Regier2013-11-122-20/+21
* Adapt to new gjs interfaceCarl-Anton Ingmarsson2013-05-081-1/+1
* Fix Gjs plugin loaderGarrett Regier2013-04-272-3/+3
* Fix a few typosGarrett Regier2013-02-141-2/+2
* Fix building python plugin loadersGarrett Regier2013-02-142-4/+6
* Support py2 and py3 at the same timePaolo Borelli2013-01-053-4/+44
* Workaround gjs single-include issueRyan Lortie2012-11-211-0/+1
* Better SIGINT handling for python signals moduleJesse van den Kieboom2012-10-121-0/+38
* Use G_VALUE_INIT in the GJS and Seed plugin loadersGarrett Regier2012-07-172-2/+2
* Fix interface sorting in GJS and SeedGarrett Regier2012-07-172-14/+44