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
Fri, 31 Jan 2014 13:11:11 +0100 Tomasz Wasilczyk Remove GtkImHtml dependency from buddy list file | diff | annotate
Sun, 17 Nov 2013 23:05:41 +0530 Ankit Vani pidgin: Don't assume a conversation is always an IM or a chat soc.2013.gobjectification file | diff | annotate
Sun, 20 Oct 2013 20:01:44 +0530 Ankit Vani Fix clang warnings soc.2013.gobjectification file | diff | annotate
Sat, 12 Oct 2013 22:57:00 +0530 Ankit Vani Added /*< private >*/ for padding members, clean them up and add missing ones soc.2013.gobjectification file | diff | annotate
Sat, 21 Sep 2013 16:41:50 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Thu, 12 Sep 2013 19:08:48 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Thu, 05 Sep 2013 21:59:11 +0530 Ankit Vani Replacements for the GObject Xfer API soc.2013.gobjectification file | diff | annotate
Wed, 07 Aug 2013 03:36:33 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sat, 27 Jul 2013 14:54:09 +0530 Ankit Vani Renamed blist node's dont_save to transient. soc.2013.gobjectification file | diff | annotate
Thu, 25 Jul 2013 02:22:35 +0530 Ankit Vani Renamed PurpleBListNode back to PurpleBlistNode soc.2013.gobjectification file | diff | annotate
Sun, 21 Jul 2013 02:24:59 +0530 Ankit Vani Refactored pidgin to use the GObject PurplePresence API soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 21:52:12 +0530 Ankit Vani Backed out changeset d9b286af48ba soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 15:06:15 +0530 Ankit Vani Refactored the codebase to use the GObject buddy icon API soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 03:15:58 +0530 Ankit Vani Refactored pidgin to use GType instead of PurpleValue soc.2013.gobjectification file | diff | annotate
Sun, 14 Jul 2013 15:16:06 +0530 Ankit Vani Moved g_free to the correct place soc.2013.gobjectification file | diff | annotate
Sun, 14 Jul 2013 15:08:50 +0530 Ankit Vani Free strings received from g_object_get soc.2013.gobjectification file | diff | annotate
Sat, 13 Jul 2013 21:17:31 +0530 Ankit Vani Renamed PURPLE_IS_BUDDY_ONLINE back to PURPLE_BUDDY_IS_ONLINE soc.2013.gobjectification file | diff | annotate
Wed, 10 Jul 2013 23:55:21 +0530 Ankit Vani Started GObjectification of PurpleConnection. soc.2013.gobjectification file | diff | annotate
Wed, 10 Jul 2013 01:23:11 +0530 Ankit Vani Refactored gtkblist to use the GObject BList API soc.2013.gobjectification file | diff | annotate
Tue, 09 Jul 2013 22:15:19 +0530 Ankit Vani Removed blist macro calls that are no longer necessary or do not exist soc.2013.gobjectification file | diff | annotate
Tue, 09 Jul 2013 15:48:17 +0530 Ankit Vani Renamed buddy list functions to more appropriate/simler names. soc.2013.gobjectification file | diff | annotate
Tue, 09 Jul 2013 14:21:39 +0530 Ankit Vani Replaced purple_get_blist() with purple_blist_get_buddy_list() soc.2013.gobjectification file | diff | annotate
Mon, 08 Jul 2013 02:07:24 +0530 Ankit Vani Global replace purple_buddy_get_local_buddy_alias() with purple_buddy_get_local_alias() soc.2013.gobjectification file | diff | annotate
Mon, 08 Jul 2013 02:03:29 +0530 Ankit Vani ref buddy before connecting signed off timeout, and unref in the handler soc.2013.gobjectification file | diff | annotate
Sat, 06 Jul 2013 15:44:51 +0530 Ankit Vani Replaced PurpleBlistUiOps with PurpleBListUiOps for uniform naming soc.2013.gobjectification file | diff | annotate
Sat, 06 Jul 2013 15:37:29 +0530 Ankit Vani Undo renames of UI blist headers back to gntblist.h and gtkblist.h soc.2013.gobjectification file | diff | annotate
Sat, 06 Jul 2013 15:17:36 +0530 Ankit Vani Renamed blist.[ch] to buddylist.[ch] soc.2013.gobjectification file | diff | annotate
Wed, 03 Jul 2013 22:18:55 +0530 Ankit Vani Renamed PurpleBlistNode to PurpleBListNode soc.2013.gobjectification file | diff | annotate
Wed, 03 Jul 2013 21:49:28 +0530 Ankit Vani Global replace to use GObject-style macros. See details. soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 22:10:18 +0530 Ankit Vani Removed purple_conversation_[gs]et_data(). Used g_object_[gs]et_data() instead. soc.2013.gobjectification file | diff | annotate
Fri, 28 Jun 2013 23:14:54 +0530 Ankit Vani Updated gtkblist and gtkconv to use the GObject conversation API soc.2013.gobjectification file | diff | annotate
Thu, 27 Jun 2013 23:00:47 +0530 Ankit Vani Removed conversation type argument from pidgin conversation functions. soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 17:20:37 +0530 Ankit Vani Refactor code to remove conversation type from some instances of purple_conversations_find_with_account() soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 15:23:44 +0530 Ankit Vani Global replace - renamed functions and types according to GObject-based PurpleConversation API soc.2013.gobjectification file | diff | annotate
Wed, 19 Jun 2013 19:56:19 +0530 Ankit Vani Refactored pidgin to use the GObject-based PurpleAccount API soc.2013.gobjectification 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 22:32:40 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_fields to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 21:47:37 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_action to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 13:06:10 +0200 Tomasz Wasilczyk Request API refactoring: introduce PurpleRequestCommonParameters and switch purple_request_input to it file | diff | annotate
Tue, 06 Aug 2013 11:44:50 +0200 Tomasz Wasilczyk Correctly initialize translations for windows menus file | diff | annotate
Sun, 02 Jun 2013 23:59:55 -0700 Mark Doliner Use https URLs for pidgin.im and developer.pidgin.im. 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
Wed, 20 Mar 2013 20:54:33 +0100 Tomasz Wasilczyk Fix use-after-free in gtkblist file | diff | annotate
Sat, 26 Jan 2013 18:12:03 -0800 Mark Doliner Remove all unnecessary GTK_CHECK_VERSION calls. file | diff | annotate
Thu, 08 Nov 2012 22:15:15 -0600 Jorge VillaseƱor Fix a warning about a deprecated function in GTK3. file | diff | annotate
Thu, 08 Nov 2012 15:00:50 -0600 Jorge VillaseƱor Add email notification in the docklet area. file | diff | annotate
Tue, 11 Sep 2012 12:50:34 +0200 Tomasz Wasilczyk Fix a crash when closing a chat window file | diff | annotate
Sat, 08 Sep 2012 12:51:11 -0400 Nathan Walp partial fix for #1441 - a field being required is no reason not to show it in the tooltip file | diff | annotate
Wed, 15 Aug 2012 04:28:21 -0400 Elliott Sales de Andrade Use GtkStyleContext instead of GtkStyle on GTK+3. file | diff | annotate
Tue, 24 Jul 2012 01:07:51 -0400 Elliott Sales de Andrade Fix an annoying type warning. cpw.qulogic.gtk3-required file | diff | annotate
Tue, 24 Jul 2012 01:01:18 -0400 Elliott Sales de Andrade Fix warnings about GtkAdjustments on GTK+2. cpw.qulogic.gtk3-required file | diff | annotate
Mon, 23 Jul 2012 22:52:00 -0400 Elliott Sales de Andrade Add checks for old GTK+2 stuff. cpw.qulogic.gtk3-required file | diff | annotate
Mon, 23 Jul 2012 04:09:46 -0400 Elliott Sales de Andrade Merge with mainline. cpw.qulogic.gtk3-required file | diff | annotate
Wed, 18 Jul 2012 17:56:49 -0400 Elliott Sales de Andrade Pass the cairo context to the tooltip paint function. cpw.qulogic.gtk3-required file | diff | annotate
Wed, 18 Jul 2012 03:42:42 -0400 Elliott Sales de Andrade Merge with default. cpw.qulogic.gtk3-required file | diff | annotate
Mon, 25 Jun 2012 04:23:12 -0400 Elliott Sales de Andrade Silence a warning. cpw.qulogic.gtk3-required file | diff | annotate
Mon, 25 Jun 2012 04:18:46 -0400 Elliott Sales de Andrade Replace the blist headline widget with a GtkInfoBar. cpw.qulogic.gtk3-required file | diff | annotate
Mon, 25 Jun 2012 01:25:45 -0400 Elliott Sales de Andrade Fix minor indent issue. cpw.qulogic.gtk3-required file | diff | annotate
(0) -300 -100 -60 tip

mercurial