summaryrefslogtreecommitdiff
path: root/peas-demo
Commit message (Expand)AuthorAgeFilesLines
* build: fix min/max version warningsChristian Hergert2022-02-083-3/+3
* demo: fix build warningChristian Hergert2022-02-081-0/+2
* peas-demo: Don't hardcode installed paths on WindowsChun-wei Fan2020-10-091-3/+30
* meson: Don't use 'cp' to copy filesChun-wei Fan2020-10-094-4/+4
* demo: add missing locale.h includeChristian Hergert2020-03-131-0/+1
* demo: setup gettext during startupChristian Hergert2020-01-191-0/+9
* i18n: simplify i18n for use within libpeasChristian Hergert2020-01-191-2/+3
* meson: Fix handling of 'demos' parameterFelix Riemann2019-12-081-4/+0
* build: fix peas-demo installationChristian Hergert2019-08-205-3/+19
* Use Unicode in translatable stringsPiotr Drąg2019-08-061-1/+1
* build: remove autotoolsChristian Hergert2019-08-056-104/+0
* Port to meson build systemMartin Blanchard2019-08-056-0/+123
* Use Property instead of property as it is deprecated in PyGObjectGarrett Regier2015-03-141-1/+1
* Relicense as LGPL 2.1+Garrett Regier2015-02-1411-123/+121
* Add a copyright to the Lua filesGarrett Regier2015-01-201-0/+18
* Avoid creating globals in the demo Lua pluginGarrett Regier2015-01-201-5/+5
* Disable the scrolled window in the demo programGarrett Regier2015-01-201-0/+7
* Set the libpeas-plugin icon as the icon for the demo windowGarrett Regier2014-12-201-0/+2
* Silence `make demo`Garrett Regier2014-12-201-1/+1
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-045-0/+70
* Update URLs for gnome.org changesGarrett Regier2014-11-041-1/+1
* Remove support for seed-based Javascript pluginsGarrett Regier2014-11-045-77/+0
* Use the buildir when running the demo's in running in builddir modeGarrett Regier2014-08-222-9/+13
* Fix various deprecation warning from GTK+Garrett Regier2014-08-221-3/+1
* Prevent and warn when trying to enable multiple loadersGarrett Regier2014-06-281-0/+2
* W32: Allow shared libs to be builtРуслан Ижбулатов2014-06-282-2/+9
* Use AM_CPPFLAGS instead of INCLUDEDGarrett Regier2014-05-293-8/+8
* Remove extra semicolon in G_DEFINE_*Garrett Regier2014-05-291-1/+1
* Bug 686606 - Add a few translator commentsGarrett Regier2014-05-291-0/+1
* Remove support for gjs-based Javascript pluginsGarrett Regier2013-11-135-56/+0
* Enable python3 in the demoGarrett Regier2013-03-161-1/+1
* Support py2 and py3 at the same timePaolo Borelli2013-01-052-2/+2
* Remove the vala demo pluginGarrett Regier2012-09-214-97/+0
* Remove IAge from all .plugin filesGarrett Regier2012-03-286-6/+0
* 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