summaryrefslogtreecommitdiff
path: root/finch/gntplugin.c
Commit message (Expand)AuthorAgeFilesLines
* Convert PurpleRequestFieldList into a GObjectElliott Sales de Andrade2023-03-101-4/+8
* Convert PurpleRequestPage into a GObjectElliott Sales de Andrade2023-03-071-5/+5
* Convert PurpleRequestGroup into a GObjectElliott Sales de Andrade2023-03-071-5/+5
* Mark unused parameters as such for all finchGary Kramlich2023-02-231-6/+10
* Remove the ui-requirement property on PurplePluginInfoGary Kramlich2022-05-231-2/+0
* Convert the Finch plugins to use GPLUGIN_NATIVE_PLUGIN_DECLAREGary Kramlich2021-05-291-2/+2
* Don't allow libraries to include their own global header files.Gary Kramlich2020-11-191-2/+1
* Remove PurplePluginInfo->ui_data.Elliott Sales de Andrade2020-10-071-13/+17
* Fix Finch for the libgnt single header fileGary Kramlich2020-08-151-6/+0
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+2
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-3/+1
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in t...Gary Kramlich2020-04-301-3/+1
* Replace PurpleNamedValue with PurpleKeyValuePairqarkai2019-11-271-3/+3
* Add PurpleNamedValue to use in lists instead of consecutive key and value ele...qarkai2019-11-161-9/+7
* Fix Finch build with latest libgnt.Elliott Sales de Andrade2019-10-121-5/+4
* finch: Fix possible use-of-NULL variable.Elliott Sales de Andrade2019-10-021-1/+1
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-4/+2
* Clean up all of the license headersGary Kramlich2019-09-291-1/+3
* Remove purple_plugin_get_filename wrapper as well.Elliott Sales de Andrade2019-09-091-7/+10
* Remove redundant purple_plugin_info_get_* wrappers.Elliott Sales de Andrade2019-09-091-19/+32
* Use GntWidget flag accessor functions.Elliott Sales de Andrade2019-04-091-1/+1
* Port Finch away from deprecated g_type_class_add_private()Mike Ruprecht2018-10-181-28/+16
* Run through and remove #if 0's from finchGary Kramlich2017-12-071-96/+0
* Merge release-2.x.y into defaultdx2017-06-121-1/+1
|\
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-1/+1
* | Merge gtkdoc-conversionAnkit Vani2014-02-061-61/+204
|\ \
| * \ Merge gtkdoc-conversionAnkit Vani2014-02-041-61/+204
| |\ \
| | * | Added G_PARAM_STATIC_STRINGS flag to PluginInfo propertiesAnkit Vani2013-11-171-1/+2
| | * | Updated the property enumsAnkit Vani2013-10-281-4/+4
| | * | Made finch and pidgin pref property names shorter: "gnt-pref-frame-cb" and "g...Ankit Vani2013-10-281-2/+2
| | * | Renamed plugin info callback properties to end with "-cb", and their respecti...Ankit Vani2013-10-281-19/+19
| | * | Merged soc.2013.gobjectification branchAnkit Vani2013-10-241-37/+99
| | |\ \
| | * \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-211-7/+5
| | |\ \ \
| | * \ \ \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-121-48/+190
| | |\ \ \ \
| | | * | | | Refactored finch to show multiple authorsAnkit Vani2013-09-011-3/+13
| | | * | | | Refactored finch to report plugin load/unload errorsAnkit Vani2013-08-111-4/+10
| | | * | | | Updated plugin info properties as per changes in GPluginAnkit Vani2013-08-101-2/+2
| | | * | | | Replaced purple_plugin_loads_on_query() with purple_plugin_is_internal().Ankit Vani2013-08-071-1/+1
| | | * | | | do not display plugins that load on query in the plugin listAnkit Vani2013-08-071-0/+3
| | | * | | | Added properties "finch_preferences_frame" to FinchPluginInfo, "pidgin_config...Ankit Vani2013-08-051-0/+53
| | | * | | | Added [purple,pidgin,finch]_plugin_info_new()Ankit Vani2013-08-051-0/+20
| | | * | | | Refactored the codebase to use the plugin wrapper functionsAnkit Vani2013-08-031-55/+28
| | | * | | | Refactored the codebase to remove purple_plugins_free_found_list()Ankit Vani2013-08-031-1/+1
| | | * | | | Better placed calls to gplugin_plugin_get_info() and its unrefAnkit Vani2013-08-021-5/+6
| | | * | | | Removed an unnecessary variableAnkit Vani2013-08-021-3/+2
| | | * | | | Fix a possible false negative in determining whether a plugin is configurable...Ankit Vani2013-08-021-5/+6
| | | * | | | Use gplugin_plugin_manager_refresh() instead of probing for G_MODULE_SUFFIXAnkit Vani2013-08-021-0/+2
| | | * | | | Refactored gntplugin to use the initial GObject plugin API.Ankit Vani2013-08-011-10/+22
| | | * | | | Refactored some of gntplugin. Some more plugin API changes are needed for thi...Ankit Vani2013-08-011-20/+43
| | | * | | | Added a callback to return preferences frame to plugin info.Ankit Vani2013-08-011-9/+48