summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python: Rework refcounting to explicit extension ownership0.7.3Steve Frécinaux2011-02-222-0/+3
* Updated Arabic translationKhaled Hosny2011-02-211-13/+92
* Updated Slovenian translationMatej Urbančič2011-02-201-14/+94
* [l10n] Updated German translationMario Blättermann2011-02-191-20/+44
* Correctly Fix C plugins that do not inherit from PeasExtensionBaseGarrett Regier2011-02-192-33/+21
* Updated Spanish translationJorge González2011-02-191-18/+97
* Add PeasPluginInfo:HiddenGarrett Regier2011-02-189-14/+78
* Drop PeasPluginInfo:file as it is unusedGarrett Regier2011-02-182-4/+0
* Fix building a clean checkoutGarrett Regier2011-02-171-2/+4
* Show dialog when disabling a plugin which is depended onGarrett Regier2011-02-176-6/+450
* Don't add extra ref on python instanceGarrett Regier2011-02-171-1/+0
* Free the engine in the demoGarrett Regier2011-02-171-0/+2
* Unref the window in the second time pluginGarrett Regier2011-02-171-0/+1
* Fix refcount issues in the test suiteGarrett Regier2011-02-177-2/+25
* Fix make distcheckGarrett Regier2011-02-1718-32/+92
* Don't try to open a directory as a .pluginGarrett Regier2011-02-171-5/+9
* Only emit notify::plugin-list when it has changedGarrett Regier2011-02-172-4/+12
* Fix copy & paste error in PeasExtensionSet docsGarrett Regier2011-02-171-1/+1
* Don't GC plugin loaders that failGarrett Regier2011-02-171-1/+1
* Fix PeasExtensionSet example in the docsGarrett Regier2011-02-171-8/+6
* Fix C plugins that do not inherit from PeasExtensionBaseGarrett Regier2011-02-173-17/+36
* Updated Czech translationMarek Černocký2011-02-171-5/+33
* Post-release version bump for 0.7.3Steve Frécinaux2011-02-141-2/+2
* Merge remote branch 'origin/master'Steve Frécinaux2011-02-141-1/+1
|\
| * Fix bug when lazy loading failsGarrett Regier2011-02-131-1/+1
* | Make the interface age 0.0.7.2Steve Frécinaux2011-02-141-1/+1
* | Drop peas_plugin_info_get_keys()Garrett Regier2011-02-143-104/+0
|/
* Lazy load the plugin loadersGarrett Regier2011-02-131-66/+44
* Check that the manager's view has the same engineGarrett Regier2011-02-131-0/+22
* Allow multiple instances of PeasEngineGarrett Regier2011-02-135-66/+46
* Allow the engine to be NULL in PeasExtensionSetGarrett Regier2011-02-131-8/+17
* Added optional engine parameter back to libpeas-gtk APIGarrett Regier2011-02-1310-45/+198
* Fix two clang warningsGarrett Regier2011-02-131-6/+4
* Don't link to libpeas in test IntrospectionGarrett Regier2011-02-131-8/+3
* [l10n] Updated German translationMario Blättermann2011-02-111-14/+63
* State why C plugins are residentGarrett Regier2011-02-111-1/+3
* Validate function argumentsGarrett Regier2011-02-114-4/+53
* Add (array zero-terminated=1) annotation to APIGarrett Regier2011-02-112-5/+8
* Replace plugin loader disabling with enablingGarrett Regier2011-02-109-65/+68
* Show a tooltip for unavailable pluginsGarrett Regier2011-02-1010-14/+174
* Renamed invalid-loader test to nonexistent-loaderGarrett Regier2011-02-103-7/+7
* Fix testing_show_widget()Garrett Regier2011-02-101-3/+3
* Updated Czech translationMarek Černocký2011-02-091-16/+35
* Add padding to public classes.Ignacio Casal Quinteiro2011-02-097-0/+14
* Add Glade catalog for libpeas-gtkGarrett Regier2011-02-096-2/+94
* Add a GtkBuilder testGarrett Regier2011-02-091-0/+38
* Added the view property to PeasPluginManagerGarrett Regier2011-02-091-11/+83
* Don't return NULL in the constructorGarrett Regier2011-02-091-6/+4
* Make peas_engine_shutdown() semi-privateGarrett Regier2011-02-098-5/+37
* Fix PeasEngine:loaded-plugins to return a proper array of stringsGarrett Regier2011-02-082-12/+5