Fri, 18 Oct 2019 23:29:33 +0300 qarkai Replace g_list_remove_link+g_list_free_1 with g_list_delete_link file | diff | annotate
Wed, 02 Oct 2019 02:52:55 -0400 Elliott Sales de Andrade Remove redundant flags. 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
Wed, 07 Aug 2019 01:15:14 -0400 Elliott Sales de Andrade Fix broken `priv != NULL` checks in libpurple. file | diff | annotate
Mon, 01 Apr 2019 22:19:54 -0400 Elliott Sales de Andrade Remove unnecessary struct tags. file | diff | annotate
Fri, 29 Mar 2019 02:04:48 -0400 Elliott Sales de Andrade Use G_DECLARE_FINAL_TYPE for PurpleChatUser. file | diff | annotate
Fri, 29 Mar 2019 02:04:05 -0400 Elliott Sales de Andrade Regroup conversation types definitions. file | diff | annotate
Thu, 07 Feb 2019 05:17:39 -0500 Elliott Sales de Andrade Use g_value_dup_string where needed. file | diff | annotate
Thu, 06 Dec 2018 19:33:29 -0600 Mike Ruprecht libpurple: Port almost self-contained code from g_type_class_add_private() file | diff | annotate
Tue, 02 Oct 2018 16:01:52 -0500 Mike Ruprecht libpurple: Remove pointer registration for DBus API file | diff | annotate
Thu, 14 Dec 2017 21:27:42 -0600 Gary Kramlich Clean up a comment that read weird after removing some #if 0'd code file | diff | annotate
Thu, 07 Dec 2017 23:03:41 -0600 Gary Kramlich Remove #if 0's from libpurple file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Sun, 15 Jun 2014 03:46:35 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 24 May 2014 02:32:01 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 31 Mar 2014 07:25:15 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 10 Feb 2014 01:09:47 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Wed, 05 Feb 2014 03:46:22 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Wed, 29 Jan 2014 00:28:08 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 20 Jan 2014 07:44:04 +0530 Ankit Vani Merge default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 06 Dec 2013 14:50:14 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 24 Nov 2013 02:44:39 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 17 Nov 2013 20:23:45 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 16 Nov 2013 17:21:42 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 11 Oct 2013 15:54:01 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 01 Oct 2013 17:35:00 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 01 Oct 2013 03:34:56 +0530 Ankit Vani Check for valid PurpleProtocols soc.2013.gobjectification.plugins file | diff | annotate
Tue, 01 Oct 2013 03:24:42 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 15:46:27 +0530 Ankit Vani Updated protocol iface calls soc.2013.gobjectification.plugins file | diff | annotate
Fri, 13 Sep 2013 20:42:12 +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
Fri, 06 Sep 2013 18:18:39 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 14:24:24 +0530 Ankit Vani Renamed some prpl stuff to protocol stuff. soc.2013.gobjectification.plugins file | diff | annotate
Sat, 31 Aug 2013 23:22:35 +0530 Ankit Vani Renamed purple_connection_get_protocol_info() to purple_connection_get_protocol() soc.2013.gobjectification.plugins file | diff | annotate
Fri, 30 Aug 2013 01:27:21 +0530 Ankit Vani Refactored account, blist, buddyicon, connection, conversation, presence to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Thu, 29 Aug 2013 23:52:03 +0530 Ankit Vani Use purple_protocol_get_* API instead of protocol->member soc.2013.gobjectification.plugins file | diff | annotate
Thu, 29 Aug 2013 23:38:19 +0530 Ankit Vani Use the purple_protocol_iface_* API instead of protocol->function() soc.2013.gobjectification.plugins file | diff | annotate
Sat, 17 Aug 2013 23:28:51 +0530 Ankit Vani Renamed PurplePluginProtocolInfo to PurpleProtocol soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 01:06:42 +0530 Ankit Vani Refactored connection, conversation, conversationtypes to use the initial GObject plugin API soc.2013.gobjectification.plugins file | diff | annotate
Sun, 28 Jul 2013 23:44:39 +0530 Ankit Vani Replaced purple_connection_get_prpl() with purple_connection_get_protocol_info(). soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Jun 2014 21:39:38 +0200 Tomasz Wasilczyk Use _purple_conversation_write_common for all types of clients file | diff | annotate
Thu, 12 Jun 2014 19:03:54 +0200 Tomasz Wasilczyk Conversations: fix glib warnings file | diff | annotate
Thu, 12 Jun 2014 18:45:07 +0200 Tomasz Wasilczyk Switch _purple_conversation_write_common and (writing|wrote)-(chat|im)-msg to PurpleMessage file | diff | annotate
Fri, 23 May 2014 10:30:53 +0200 Tomasz Wasilczyk Hide purple_conversation_write, use purple_conversation_write_message or purple_conversation_write_system_message instead file | diff | annotate
Fri, 23 May 2014 09:20:34 +0200 Tomasz Wasilczyk Split PurpleMessage into incoming, outgoing and system file | diff | annotate
Thu, 22 May 2014 21:11:53 +0200 Tomasz Wasilczyk Fix warnings file | diff | annotate
Thu, 22 May 2014 21:04:56 +0200 Tomasz Wasilczyk Use purple_conversation_write_system_message where appropriate file | diff | annotate
Thu, 22 May 2014 20:20:19 +0200 Tomasz Wasilczyk Switch purple_conversation_write_message to PurpleMessage file | diff | annotate
Thu, 22 May 2014 19:26:28 +0200 Tomasz Wasilczyk Remove whisper completely, fix flags property in PurpleMessage file | diff | annotate
Tue, 18 Mar 2014 13:45:52 +0100 Tomasz Wasilczyk Remove _PurpleChatConversationPrivate->in_room file | diff | annotate
Tue, 18 Mar 2014 13:11:04 +0100 Tomasz Wasilczyk Implement purple_chat_conversation_get_users_count and use it instead of counting the list file | diff | annotate
Mon, 10 Feb 2014 00:56:22 +0530 Ankit Vani Fix namespaces issues in libpurple. gtkdoc-conversion file | diff | annotate
Wed, 05 Feb 2014 03:45:23 +0530 Ankit Vani Fix some more gtk-doc warnings till dnssrv gtkdoc-conversion file | diff | annotate
Mon, 20 Jan 2014 00:02:17 -0800 Mark Doliner Merge with a fair number of conflicts. Nothing too crazy. file | diff | annotate
Mon, 20 Jan 2014 07:39:26 +0530 Ankit Vani Update debug categories for new filenames file | diff | annotate
Fri, 06 Dec 2013 00:18:24 -0800 Mark Doliner No need to explicitly compare against TRUE (or FALSE). file | diff | annotate
Sun, 24 Nov 2013 02:16:14 +0530 Ankit Vani libpurple: use g_object_class_install_properties instead of repeated g_object_class_install_property soc.2013.gobjectification file | diff | annotate
Sun, 24 Nov 2013 00:33:47 +0530 Ankit Vani libpurple: use g_object_notify_by_pspec instead of g_object_notify soc.2013.gobjectification file | diff | annotate
Sun, 17 Nov 2013 18:11:04 +0530 Ankit Vani libpurple: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always called soc.2013.gobjectification file | diff | annotate
Sat, 16 Nov 2013 17:16:22 +0530 Ankit Vani Unmark property names and blurbs from translatable to non-translatable soc.2013.gobjectification file | diff | annotate
(0) -60 tip

mercurial