index
:
delta/gnome/libpeas.git
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.20
1.22
1.24
1.26
1.28
1.30
1.32
1.34
1.36
1.4
1.6
1.8
alatiera/ccache
main
master
meson.msvc
msvc
wip/chergert/gjs-loader
wip/hadess/external-loaded-plugins
wip/issue40
wip/piotrdrag/unicode-typography
gitlab.gnome.org: GNOME/libpeas.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
peas-demo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace
Garrett Regier
2012-02-10
1
-1
/
+1
*
Bump glib version to 2.28
Garrett Regier
2011-12-08
1
-5
/
+1
*
Fix building the peas-demo vala plugin example.
Steve Frécinaux
2011-11-19
1
-9
/
+25
*
Use peas_extension_set_foreach() in the demo
Garrett Regier
2011-09-18
1
-1
/
+3
*
Fix warning when running the demo
Garrett Regier
2011-08-28
1
-0
/
+1
*
Fix FSF Address
Garrett Regier
2011-08-28
11
-11
/
+11
*
Link against pygobject 3.
Ignacio Casal Quinteiro
2011-08-15
1
-4
/
+4
*
Avoid a format string warning
Garrett Regier
2011-07-18
3
-10
/
+10
*
No longer use Gtk[HV]Box as it is deprecated
Garrett Regier
2011-06-12
2
-3
/
+4
*
Drop support for GTK+ 2
Steve Frécinaux
2011-04-13
1
-2
/
+0
*
Update peas-demo to use prototypes in its JS examples.
Steve Frécinaux
2011-04-11
2
-12
/
+18
*
WIP: use new() keyword for the seed loader.
Steve Frécinaux
2011-04-05
1
-10
/
+10
*
Make gjs extensions actual objects rather than copied arrays.
Steve Frécinaux
2011-04-04
1
-10
/
+10
*
Implemented GJS plugin loader
Garrett Regier
2011-04-04
5
-0
/
+54
*
Add a sample vala plugin.
Steve Frécinaux
2011-03-06
4
-0
/
+82
*
Make libpeas build with Python 3
Steve Frécinaux
2011-03-06
1
-3
/
+3
*
Free the engine in the demo
Garrett Regier
2011-02-17
1
-0
/
+2
*
Unref the window in the second time plugin
Garrett Regier
2011-02-17
1
-0
/
+1
*
Added optional engine parameter back to libpeas-gtk API
Garrett Regier
2011-02-13
1
-1
/
+1
*
Replace plugin loader disabling with enabling
Garrett Regier
2011-02-10
1
-0
/
+3
*
Make peas_engine_shutdown() semi-private
Garrett Regier
2011-02-09
1
-2
/
+0
*
Added peas_engine_shutdown()
Garrett Regier
2011-02-08
1
-2
/
+4
*
peas-demo: use peas_engine_get_default()
Steve Frécinaux
2011-01-25
1
-9
/
+2
*
Do not call peas_activatable_deactivate() twice in DemoWindow
Steve Frécinaux
2011-01-25
1
-12
/
+0
*
Fixed and added file copyrights and #include <config.h>
Garrett Regier
2011-01-25
9
-3
/
+184
*
Use dispose() instead of finalize() to unref extension instances.
Steve Frécinaux
2011-01-20
1
-5
/
+14
*
Automatically load the PeasGtk typelib when using PeasGtkPluginManager
Steve Frécinaux
2011-01-17
1
-2
/
+0
*
Rework the peas-demo UI by putting the manager in the main window
Garrett Regier
2011-01-17
1
-50
/
+17
*
Update DemoWindow to use peas_engine_get_default()
Garrett Regier
2011-01-17
3
-28
/
+17
*
Allow the Icon in *.plugin to be located in the data dir
Garrett Regier
2011-01-17
2
-0
/
+1
*
Remove unused variable
Garrett Regier
2011-01-01
1
-1
/
+0
*
Fix remaining s/libpeasui/libpeas-gtk/ issues
Garrett Regier
2010-12-09
1
-1
/
+1
*
Drop "engine" construct properties from libpeas-gtk widgets.
Steve Frécinaux
2010-10-03
1
-1
/
+1
*
Update peas-demo for PeasEngine API changes.
Steve Frécinaux
2010-10-03
1
-4
/
+5
*
Drop application-specific naming in the info file format.
Steve Frécinaux
2010-10-02
9
-9
/
+9
*
[PeasEngine] Add peas_engine_append_search_path()
Steve Frécinaux
2010-10-02
1
-20
/
+14
*
Make PeasExtension implement extension interfaces.
Steve Frécinaux
2010-09-01
1
-2
/
+2
*
[PeasEngine] Kill the "base module dir" property.
Steve Frécinaux
2010-08-17
1
-1
/
+0
*
Rename libpeasui to libpeas-gtk.
Steve Frécinaux
2010-08-17
8
-23
/
+23
*
Fix various gcc warnings
Philip Withnall
2010-08-05
2
-4
/
+3
*
Do not leak the window.
Ignacio Casal Quinteiro
2010-07-28
1
-0
/
+1
*
Add basic support for plugin dependencies.
Steve Frécinaux
2010-07-27
5
-1
/
+209
*
Change PeasActivatable to take the object as a construct property.
Steve Frécinaux
2010-07-27
5
-30
/
+77
*
Add support for construct-properties for extensions.
Steve Frécinaux
2010-07-27
1
-1
/
+1
*
Fix peas-demo plugin discovery on 64 bits platforms.
Steve Frécinaux
2010-07-22
2
-2
/
+3
*
Fix reloading C plugins.
Steve Frécinaux
2010-07-22
2
-4
/
+4
*
Added a Help button to the plugin manager
Garrett Regier
2010-07-22
2
-0
/
+5
*
Reorder assignment of linker flags of peas-demo
Steve Frécinaux
2010-07-20
1
-3
/
+3
*
peas-demo: Add a --run-from-build-dir option.
Steve Frécinaux
2010-07-20
2
-16
/
+76
*
peas-demo: Add a configure dialog to the python plugin.
Steve Frécinaux
2010-07-16
1
-0
/
+7
[next]