Mon, 23 May 2022 20:27:22 -0500 Gary Kramlich Remove the ui-requirement property on PurplePluginInfo file | diff | annotate
Sat, 29 May 2021 03:20:21 -0500 Gary Kramlich Convert the Finch plugins to use GPLUGIN_NATIVE_PLUGIN_DECLARE file | diff | annotate
Thu, 19 Nov 2020 21:49:57 -0600 Gary Kramlich Don't allow libraries to include their own global header files. file | diff | annotate
Wed, 07 Oct 2020 01:14:43 -0500 Elliott Sales de Andrade Remove PurplePluginInfo->ui_data. file | diff | annotate
Sat, 15 Aug 2020 23:33:09 -0500 Gary Kramlich Fix Finch for the libgnt single header file file | diff | annotate
Thu, 21 May 2020 21:21:54 -0500 Gary Kramlich Make sure we're not including the gettext macros in header files and deal with the repercussions of that. file | diff | annotate
Fri, 01 May 2020 12:13:35 -0500 Gary Kramlich Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h file | diff | annotate
Thu, 30 Apr 2020 23:43:54 -0500 Gary Kramlich Split PurpleKeyValuePair out to it's own file and try to do some cleanup in the files that need to include it. file | diff | annotate
Wed, 27 Nov 2019 00:08:11 +0300 qarkai Replace PurpleNamedValue with PurpleKeyValuePair file | diff | annotate
Sat, 16 Nov 2019 13:36:56 +0300 qarkai Add PurpleNamedValue to use in lists instead of consecutive key and value elements file | diff | annotate
Sat, 12 Oct 2019 22:49:37 -0400 Elliott Sales de Andrade Fix Finch build with latest libgnt. file | diff | annotate
Wed, 02 Oct 2019 02:33:02 -0400 Elliott Sales de Andrade finch: Fix possible use-of-NULL variable. file | diff | annotate
Tue, 01 Oct 2019 01:38:06 -0400 Elliott Sales de Andrade Use g_list_free_full instead of g_list_foreach+g_list_free. file | diff | annotate
Sun, 29 Sep 2019 02:58:05 -0500 Gary Kramlich Clean up all of the license headers file | diff | annotate
Mon, 09 Sep 2019 21:39:27 -0400 Elliott Sales de Andrade Remove purple_plugin_get_filename wrapper as well. file | diff | annotate
Mon, 09 Sep 2019 20:54:32 -0400 Elliott Sales de Andrade Remove redundant purple_plugin_info_get_* wrappers. file | diff | annotate
Tue, 09 Apr 2019 05:51:34 -0400 Elliott Sales de Andrade Use GntWidget flag accessor functions. release-2.x.y file | diff | annotate
Tue, 09 Apr 2019 05:51:34 -0400 Elliott Sales de Andrade Use GntWidget flag accessor functions. file | diff | annotate
Thu, 18 Oct 2018 21:03:19 -0500 Mike Ruprecht Port Finch away from deprecated g_type_class_add_private() file | diff | annotate
Thu, 07 Dec 2017 20:45:20 -0600 Gary Kramlich Run through and remove #if 0's from finch file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Fri, 24 Mar 2017 02:23:46 +0300 qarkai Replace strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Mon, 07 Apr 2014 20:02:22 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 20:02:57 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Tue, 04 Feb 2014 16:31:36 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Sun, 17 Nov 2013 16:05:54 +0530 Ankit Vani Added G_PARAM_STATIC_STRINGS flag to PluginInfo properties soc.2013.gobjectification.plugins file | diff | annotate
Mon, 28 Oct 2013 01:14:56 +0530 Ankit Vani Updated the property enums soc.2013.gobjectification.plugins file | diff | annotate
Mon, 28 Oct 2013 01:11:47 +0530 Ankit Vani Made finch and pidgin pref property names shorter: "gnt-pref-frame-cb" and "gtk-config-frame-cb" soc.2013.gobjectification.plugins file | diff | annotate
Mon, 28 Oct 2013 00:02:17 +0530 Ankit Vani Renamed plugin info callback properties to end with "-cb", and their respective symbols. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 24 Oct 2013 23:56:44 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 21 Sep 2013 17:01:08 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Sep 2013 19:55:22 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 23:16:57 +0530 Ankit Vani Refactored finch to show multiple authors soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 19:35:41 +0530 Ankit Vani Refactored finch to report plugin load/unload errors soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 01:14:37 +0530 Ankit Vani Updated plugin info properties as per changes in GPlugin soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 19:42:45 +0530 Ankit Vani Replaced purple_plugin_loads_on_query() with purple_plugin_is_internal(). soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 15:40:23 +0530 Ankit Vani do not display plugins that load on query in the plugin list soc.2013.gobjectification.plugins file | diff | annotate
Mon, 05 Aug 2013 00:47:07 +0530 Ankit Vani Added properties "finch_preferences_frame" to FinchPluginInfo, "pidgin_config_frame" to PidginPluginInfo soc.2013.gobjectification.plugins file | diff | annotate
Mon, 05 Aug 2013 00:27:43 +0530 Ankit Vani Added [purple,pidgin,finch]_plugin_info_new() soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 17:43:12 +0530 Ankit Vani Refactored the codebase to use the plugin wrapper functions soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 16:37:32 +0530 Ankit Vani Refactored the codebase to remove purple_plugins_free_found_list() soc.2013.gobjectification.plugins file | diff | annotate
Fri, 02 Aug 2013 23:38:37 +0530 Ankit Vani Better placed calls to gplugin_plugin_get_info() and its unref soc.2013.gobjectification.plugins file | diff | annotate
Fri, 02 Aug 2013 16:28:53 +0530 Ankit Vani Removed an unnecessary variable soc.2013.gobjectification.plugins file | diff | annotate
Fri, 02 Aug 2013 16:22:42 +0530 Ankit Vani Fix a possible false negative in determining whether a plugin is configurable or not soc.2013.gobjectification.plugins file | diff | annotate
Fri, 02 Aug 2013 15:45:31 +0530 Ankit Vani Use gplugin_plugin_manager_refresh() instead of probing for G_MODULE_SUFFIX soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 16:56:08 +0530 Ankit Vani Refactored gntplugin to use the initial GObject plugin API. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 04:41:00 +0530 Ankit Vani Refactored some of gntplugin. Some more plugin API changes are needed for this to build. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 03:03:00 +0530 Ankit Vani Added a callback to return preferences frame to plugin info. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 03 Apr 2014 18:45:27 +0200 Tomasz Wasilczyk Fix Finch clang scan-build warnings file | diff | annotate
Thu, 06 Feb 2014 19:50:34 +0530 Ankit Vani Merged default branch gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 16:30:55 +0530 Ankit Vani Remove @file from .c files gtkdoc-conversion file | diff | annotate
Thu, 06 Feb 2014 18:56:36 +0530 Ankit Vani gtk-doc prep: *_get_type() functions are hidden as standard GType-returning funcs, so rename them. file | diff | annotate
Thu, 24 Oct 2013 15:54:24 +0200 Tomasz Wasilczyk Plugins API: add an option to provide plugin configuration using Request API file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 23:04:19 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_file to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 22:32:40 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_fields to PurpleRequestCommonParameters file | diff | annotate
Sun, 12 May 2013 12:45:52 +0200 Tomasz Wasilczyk Request API: fix integer fields, add bounds to them file | diff | annotate
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace file | diff | annotate
Sun, 07 Feb 2010 19:31:56 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head fa3096fc03d96aab042c6f0c6d678564ba5aba7e) cpw.rekkanoryo.icqxstatus file | diff | annotate
Tue, 08 Dec 2009 04:18:32 +0000 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include. file | diff | annotate
(0) -100 -60 tip

mercurial