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
Sat, 18 Jul 2009 04:24:47 +0000 Elliott Sales de Andrade Don't include an internal header in the public finch headers. file | diff | annotate
Mon, 06 Apr 2009 05:19:40 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 69f29e0c8111a1c5b6270f7924a468b75f6b5aa9) cpw.rekkanoryo.icqxstatus file | diff | annotate
Wed, 01 Apr 2009 04:25:37 +0000 Michael Ruprecht propagate from branch 'im.pidgin.pidgin' (head ed43f2a21190e316e1aa91e3eff1493594a16605) vv file | diff | annotate
Fri, 20 Mar 2009 06:01:48 +0000 Paul Aurich Fix Finch warnings when building on 64-bit file | diff | annotate
Mon, 23 Mar 2009 01:06:15 +0000 Michael Ruprecht Remove some extra edits that snuck into Finch. vv file | diff | annotate
Sun, 16 Nov 2008 10:33:36 +0000 Richard Laager Deprecate purple_request_field_list_add() cpw.rekkanoryo.icqxstatus file | diff | annotate
Wed, 06 Feb 2008 19:44:41 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ce4724bf245c569ddd51b3c3a59feb6fbe4a4753) vv file | diff | annotate
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up file | diff | annotate
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 5157ec7a2b6f7025fc0f6ed1f1093a725cfcf6f3) vv file | diff | annotate
Mon, 10 Dec 2007 04:34:51 +0000 Sadrul Habib Chowdhury Create a 'list' request-field for a 'choice' plugin pref. file | diff | annotate
(0) -100 -60 tip

mercurial