summaryrefslogtreecommitdiff
path: root/libpurple/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Add notifications when a saved plugin fails to loadGary Kramlich2023-03-301-4/+35
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-7/+7
* Fix libpurple compile on WindowsElliott Sales de Andrade2022-11-031-0/+3
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+3
* Remove PurplePluginAction as everything except finch as been ported to GActio...Gary Kramlich2022-09-121-38/+0
* Upgrade to gplugin 0.37.0Gary Kramlich2021-11-111-13/+2
* Update everything for GPlugin 0.33.0Gary Kramlich2021-08-031-24/+36
* Fix the includes for the purpleenums renameGary Kramlich2021-08-031-1/+1
* Fix warnings about changing types on assignment.Elliott Sales de Andrade2021-07-021-1/+1
* Split PurplePluginInfo out to its own fileGary Kramlich2021-06-181-328/+11
* Use GPLUGIN_NATIVE_PLUGIN_DECLARE for all libpurple plugins and remove PURPLE...Gary Kramlich2021-06-101-2/+2
* Remove purple_plugins_get_handle and the associated signalsGary Kramlich2021-06-101-30/+8
* Remove PurplePluginInfo->ui_data.Elliott Sales de Andrade2020-10-071-16/+0
* Update for new gplugin_init signatureGary Kramlich2020-09-141-1/+1
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+3
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+2
* gplugin_manager_free_plugin_list was removed in favor of g_slist_free_fullGary Kramlich2020-03-131-1/+1
* fix various memory leaksFabrice Bellet2019-10-211-11/+27
* Replace Purple type macros by GObject macros.Elliott Sales de Andrade2019-09-151-23/+0
* Use GObject macros for some plugin types.Elliott Sales de Andrade2019-09-121-13/+2
* Remove extra const in purple_plugin_info_get_ui_data.Elliott Sales de Andrade2019-09-151-1/+1
* Remove purple_plugin_get_filename wrapper as well.Elliott Sales de Andrade2019-09-091-18/+14
* Remove redundant purple_plugin_info_get_* wrappers.Elliott Sales de Andrade2019-09-091-114/+3
* Fix broken `priv != NULL` checks in libpurple.Elliott Sales de Andrade2019-08-071-18/+18
* Use g_value_dup_string where needed.Elliott Sales de Andrade2019-02-071-1/+1
* plugins: Use the correct test macro for assertionMike Ruprecht2019-01-231-2/+2
* plugins: Drop consts from arguments to mirror new GPlugin 0.28 APIMike Ruprecht2018-10-211-5/+5
* libpurple: Port to new, refactored API of GPlugin 0.28Mike Ruprecht2018-10-211-7/+7
* Remove guards around GPlugin functions and libpurple plugin APIMike Ruprecht2019-01-151-150/+1
* libpurple: Port almost self-contained code from g_type_class_add_private()Mike Ruprecht2018-12-061-54/+38
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-4/+0
* Clean up a bunch of the cruft I accidentally createdGary Kramlich2017-11-241-1/+5
* Add PURPLE_PLUGIN_PATH environment variableMike Ruprecht2015-12-311-0/+17
* Fix tests built on FedoraTomasz Wasilczyk2015-05-091-0/+3
* Merge default branchAnkit Vani2014-04-161-1/+1
* Use purple_plugin_action_new to create a new PurplePluginAction in its GBoxed...Ankit Vani2014-02-231-8/+1
* Merge gtkdoc-conversionAnkit Vani2014-02-051-10/+9
* Prepend newly-loaded plugins to the loaded listAnkit Vani2014-01-231-1/+1
* Better wording for comments in plugins.cAnkit Vani2014-01-201-4/+4
* Document the g_object_unref before returning a plugin info or a plugin instanceAnkit Vani2014-01-201-0/+10
* Add reminders to display perl and tcl status in gtkdialog when API availableAnkit Vani2014-01-181-2/+2
* Added the "extra-cb" property for plugins.Ankit Vani2014-01-121-0/+28
* Added G_PARAM_STATIC_STRINGS flag to PluginInfo propertiesAnkit Vani2013-11-171-5/+9
* Merged soc.2013.gobjectification branchAnkit Vani2013-11-161-10/+10
* Call gplugin_manager_add_default_paths() from purple_plugins_initAnkit Vani2013-10-281-0/+2
* Renamed plugin info callback properties to end with "-cb", and their respecti...Ankit Vani2013-10-281-34/+34
* Merged soc.2013.gobjectification branchAnkit Vani2013-10-241-0/+27
* Merged soc.2013.gobjectification branch.Ankit Vani2013-10-241-0/+16
* Updated plugins.c according to GPlugin's re-namespacingAnkit Vani2013-10-141-12/+12
* Removed GObject property name definesAnkit Vani2013-10-111-10/+4