summaryrefslogtreecommitdiff
path: root/peas-demo
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceGarrett Regier2012-02-101-1/+1
* Bump glib version to 2.28Garrett Regier2011-12-081-5/+1
* Fix building the peas-demo vala plugin example.Steve Frécinaux2011-11-191-9/+25
* Use peas_extension_set_foreach() in the demoGarrett Regier2011-09-181-1/+3
* Fix warning when running the demoGarrett Regier2011-08-281-0/+1
* Fix FSF AddressGarrett Regier2011-08-2811-11/+11
* Link against pygobject 3.Ignacio Casal Quinteiro2011-08-151-4/+4
* Avoid a format string warningGarrett Regier2011-07-183-10/+10
* No longer use Gtk[HV]Box as it is deprecatedGarrett Regier2011-06-122-3/+4
* Drop support for GTK+ 2Steve Frécinaux2011-04-131-2/+0
* Update peas-demo to use prototypes in its JS examples.Steve Frécinaux2011-04-112-12/+18
* WIP: use new() keyword for the seed loader.Steve Frécinaux2011-04-051-10/+10
* Make gjs extensions actual objects rather than copied arrays.Steve Frécinaux2011-04-041-10/+10
* Implemented GJS plugin loaderGarrett Regier2011-04-045-0/+54
* Add a sample vala plugin.Steve Frécinaux2011-03-064-0/+82
* Make libpeas build with Python 3Steve Frécinaux2011-03-061-3/+3
* Free the engine in the demoGarrett Regier2011-02-171-0/+2
* Unref the window in the second time pluginGarrett Regier2011-02-171-0/+1
* Added optional engine parameter back to libpeas-gtk APIGarrett Regier2011-02-131-1/+1
* Replace plugin loader disabling with enablingGarrett Regier2011-02-101-0/+3
* Make peas_engine_shutdown() semi-privateGarrett Regier2011-02-091-2/+0
* Added peas_engine_shutdown()Garrett Regier2011-02-081-2/+4
* peas-demo: use peas_engine_get_default()Steve Frécinaux2011-01-251-9/+2
* Do not call peas_activatable_deactivate() twice in DemoWindowSteve Frécinaux2011-01-251-12/+0
* Fixed and added file copyrights and #include <config.h>Garrett Regier2011-01-259-3/+184
* Use dispose() instead of finalize() to unref extension instances.Steve Frécinaux2011-01-201-5/+14
* Automatically load the PeasGtk typelib when using PeasGtkPluginManagerSteve Frécinaux2011-01-171-2/+0
* Rework the peas-demo UI by putting the manager in the main windowGarrett Regier2011-01-171-50/+17
* Update DemoWindow to use peas_engine_get_default()Garrett Regier2011-01-173-28/+17
* Allow the Icon in *.plugin to be located in the data dirGarrett Regier2011-01-172-0/+1
* Remove unused variableGarrett Regier2011-01-011-1/+0
* Fix remaining s/libpeasui/libpeas-gtk/ issuesGarrett Regier2010-12-091-1/+1
* Drop "engine" construct properties from libpeas-gtk widgets.Steve Frécinaux2010-10-031-1/+1
* Update peas-demo for PeasEngine API changes.Steve Frécinaux2010-10-031-4/+5
* Drop application-specific naming in the info file format.Steve Frécinaux2010-10-029-9/+9
* [PeasEngine] Add peas_engine_append_search_path()Steve Frécinaux2010-10-021-20/+14
* Make PeasExtension implement extension interfaces.Steve Frécinaux2010-09-011-2/+2
* [PeasEngine] Kill the "base module dir" property.Steve Frécinaux2010-08-171-1/+0
* Rename libpeasui to libpeas-gtk.Steve Frécinaux2010-08-178-23/+23
* Fix various gcc warningsPhilip Withnall2010-08-052-4/+3
* Do not leak the window.Ignacio Casal Quinteiro2010-07-281-0/+1
* Add basic support for plugin dependencies.Steve Frécinaux2010-07-275-1/+209
* Change PeasActivatable to take the object as a construct property.Steve Frécinaux2010-07-275-30/+77
* Add support for construct-properties for extensions.Steve Frécinaux2010-07-271-1/+1
* Fix peas-demo plugin discovery on 64 bits platforms.Steve Frécinaux2010-07-222-2/+3
* Fix reloading C plugins.Steve Frécinaux2010-07-222-4/+4
* Added a Help button to the plugin managerGarrett Regier2010-07-222-0/+5
* Reorder assignment of linker flags of peas-demoSteve Frécinaux2010-07-201-3/+3
* peas-demo: Add a --run-from-build-dir option.Steve Frécinaux2010-07-202-16/+76
* peas-demo: Add a configure dialog to the python plugin.Steve Frécinaux2010-07-161-0/+7