summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release 0.5.10.5.1Steve Frécinaux2010-06-281-1/+1
* Allow writing C extensions not inheriting from PeasExtensionBase.Steve Frécinaux2010-06-281-3/+22
* Add a GDestroyNotify to module_register_extension_factory()Steve Frécinaux2010-06-283-23/+63
* Pass the plugin-info property when creating a C extension.Steve Frécinaux2010-06-282-4/+9
* Add support for g_object_new-like parameters in PeasCreateFunc.Steve Frécinaux2010-06-284-8/+19
* Fix thread supportPhilip Withnall2010-06-281-12/+67
* Use correct directories under OS XGarrett Regier2010-06-281-16/+16
* Don't finalize python if we didn't initialize it.Steve Frécinaux2010-06-271-3/+8
* Don't assume libpeas's stuff is initialized if python is.Steve Frécinaux2010-06-271-14/+2
* Define the log domain for libpeas.Steve Frécinaux2010-06-271-0/+3
* Ensure config.h is included in every C source files.Steve Frécinaux2010-06-2710-6/+60
* Use the program name for python args if availableGarrett Regier2010-06-271-1/+6
* Cleanup python loader coding styleGarrett Regier2010-06-271-6/+11
* Silence _POSIX_C_SOURCE redefined warnings Garrett Regier2010-06-272-0/+7
* Drop useless "garbage_collect" field in PeasObjectModuleClassSteve Frécinaux2010-06-271-3/+0
* [Python] Fix extension implementation lookupSteve Frécinaux2010-06-271-1/+12
* Fix warning when an extension is not implemented in a C pluginSteve Frécinaux2010-06-271-1/+8
* Require gi in python loaderGarrett Regier2010-06-271-1/+10
* Add warnings when a type or method is not found in introspection.Steve Frécinaux2010-06-251-1/+12
* [Python] Use Py_InitializeEx()Steve Frécinaux2010-06-252-36/+1
* Fix incorrect configure help string for the gtk2-test-build optionSimon Wenner2010-06-211-1/+1
* Always build against gtk+ 3 unless an option is given.Steve Frécinaux2010-06-161-6/+8
* Fix some missing renames.Steve Frécinaux2010-06-162-7/+7
* Rename 'activate_plugin'-type API to 'load_plugin'.Steve Frécinaux2010-06-169-106/+101
* Add a way to inhibit a plugin loader.Steve Frécinaux2010-06-163-0/+39
* And make the hash table usefulBastien Nocera2010-06-151-1/+1
* Fix loading TRUE value from the plugin info fileBastien Nocera2010-06-151-17/+14
* Install to libdir rather than $prefix/libCraig Keogh2010-06-143-3/+3
* Fill the README with infos from the announcement blog post.Steve Frécinaux2010-06-081-0/+97
* Add some authors.0.5.0Steve Frécinaux2010-06-041-0/+5
* [PluginManager] Small cleanup in callback prototypesGarrett Regier2010-06-031-9/+7
* [PluginManager] Fix pref button sensitivity not being updated correctlyGarrett Regier2010-06-031-0/+3
* Change the bugzilla component.Steve Frécinaux2010-05-301-1/+1
* Update documentation for most classes of libpeas.Steve Frécinaux2010-05-2911-27/+117
* Install peas-object-module.hSteve Frécinaux2010-05-291-1/+1
* Fix documentation buildŁukasz Jernaś2010-05-284-71/+138
* Fix incorrect assingment and function call.Łukasz Jernaś2010-05-281-1/+1
* Print result of the GTK+3 check instead of seed one.Łukasz Jernaś2010-05-281-1/+1
* Fix wrong introspection data version in peas-demo.Steve Frécinaux2010-05-281-1/+1
* Fix the message shown when a loader can't be loaded.Steve Frécinaux2010-05-281-1/+1
* Remove obsolete file from POTFILES.inŁukasz Jernaś2010-05-271-1/+0
* Include g-i and gtk requirements in libpeas(ui)-1.0.pcSteve Frécinaux2010-05-263-5/+8
* Switch to another version numbering scheme.Steve Frécinaux2010-05-2613-57/+54
* Merge branch 'proxys'Steve Frécinaux2010-05-2662-1683/+2888
|\
| * [Python] Fix the sample python plugin.Steve Frécinaux2010-05-261-1/+1
| * Introduce peas_object_module_register_extension_type()Steve Frécinaux2010-05-266-44/+39
| * [Python] Fix crash when python can't be initialized properly.Steve Frécinaux2010-05-261-0/+3
| * [Python] Add a "plugin_info" attribute to python extensions.Steve Frécinaux2010-05-261-1/+7
| * Replace old PeasPlugin class with PeasExtensionBase.Steve Frécinaux2010-05-2617-156/+125
| * Build with Gtk+ 3.0 if available.Steve Frécinaux2010-05-252-4/+14