Wed, 25 Sep 2013 19:25:42 +0530 Ankit Vani Removed nested structs in pidgin - this caused an error in g-ir-compiler 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
Fri, 23 Aug 2013 15:07:32 +0530 Ankit Vani Merged default branch 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 14:23:12 +0530 Ankit Vani Global replaces according to GObject status API 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
Sat, 20 Jul 2013 02:30:49 +0530 Ankit Vani Global replaces for to update codebase to use GObject PurplePresence 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
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:42:28 +0530 Ankit Vani Refactored pidgin to use the GObject BList API 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
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
Sun, 30 Jun 2013 16:01:09 +0530 Ankit Vani set ui_data to NULL after setting ui_ops in gtkconv soc.2013.gobjectification file | diff | annotate
Sun, 30 Jun 2013 15:37:05 +0530 Ankit Vani Backed out changeset f39c64847a3d soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 23:05:41 +0530 Ankit Vani Move ui_data to the object struct and remove getters and setters. It will be used as UI pleases. soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 22:27:45 +0530 Ankit Vani get ui_data back into PurpleChatUser. It serves it's purpose more efficiently than g_object_[gs]et_data() 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
Sat, 29 Jun 2013 20:12:09 +0530 Ankit Vani Removed purple_chat_user_[set,get]_ui_data(). Used g_object_[set,get]_data() instead. soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 04:52:09 +0530 Ankit Vani Renamed chat buddy to chat user in a few more places soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 04:37:14 +0530 Ankit Vani Renamed chat buddies to chat users, and IM conversation typing state to IM typing state. 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
Fri, 28 Jun 2013 01:42:32 +0530 Ankit Vani Refactored pidgin plugins 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
Thu, 27 Jun 2013 04:18:40 +0530 Ankit Vani Replaced purple_conversations_get() with purple_conversations_get_all(), similar to other purple entities soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 18:36:48 +0530 Ankit Vani Replaced chat_conversation_cb_ with chat_conversation_buddy_ calls, and _buddy_find to _find_buddy soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 17:33:58 +0530 Ankit Vani Replaced purple_conversation_new() with purple_[im,chat]_conversation_new() 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 20:26:46 +0530 Ankit Vani Renamed purple_account_[get,set]_alias to purple_account[get,set]_private_alias. 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
Mon, 07 Oct 2013 19:23:47 +0200 Tomasz Wasilczyk Fix glib warnings file | diff | annotate
Mon, 07 Oct 2013 14:00:21 +0200 Tomasz Wasilczyk E2EE: implement PURPLE_STOCK_IMAGE_PROTOCOL file | diff | annotate
Mon, 07 Oct 2013 12:47:43 +0200 Tomasz Wasilczyk E2EE: display e2ee status in sendto menu file | diff | annotate
Sat, 05 Oct 2013 22:44:19 +0200 Tomasz Wasilczyk E2EE: fix status icon update after PurpleConversation switch file | diff | annotate
Sat, 05 Oct 2013 19:57:39 +0200 Tomasz Wasilczyk E2EE: make it possible to attach stock icon to PurpleMenuAction file | diff | annotate
Sat, 05 Oct 2013 18:59:02 +0200 Tomasz Wasilczyk E2EE: basic menu implementation file | diff | annotate
Sat, 05 Oct 2013 17:29:09 +0200 Tomasz Wasilczyk E2EE: status icon implementation for Pidgin 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
Thu, 22 Aug 2013 14:57:47 +0200 Tomasz Wasilczyk Fix the rest of Pidgin's warnings about -Wsign-compare; remove -Wno-sign-compare from cflags file | diff | annotate
Tue, 06 Aug 2013 14:55:23 +0200 Tomasz Wasilczyk Another incorrectly initialized menu translation file | diff | annotate
Sun, 04 Aug 2013 05:35:23 -0400 Elliott Sales de Andrade Hide GtkWebViewToolbar stuff within the GtkWebView. file | diff | annotate
Sat, 18 May 2013 19:22:47 +0200 Tomasz Wasilczyk win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes file | diff | annotate
Fri, 12 Apr 2013 03:33:42 +0200 Tomasz Wasilczyk win32: hack for webkit's feature of replacing backslash with yen sign; silencing some warnings in gtkconv.c; consistent messages in proxy.c file | diff | annotate
Tue, 26 Feb 2013 19:11:22 -0500 Daniel Atallah Merge with release-2.x.y (lots of conflicts, but all trivially resolved) file | diff | annotate
Fri, 22 Feb 2013 18:54:43 -0500 Daniel Atallah Fix a bunch of unused variables release-2.x.y file | diff | annotate
Mon, 18 Feb 2013 22:21:39 -0800 Mark Doliner Merge from the release-2.x.y branch. Some manual merging in file | diff | annotate
Mon, 18 Feb 2013 23:44:29 -0500 Daniel Atallah Fix various "Dereference before null check" issues release-2.x.y file | diff | annotate
Mon, 18 Feb 2013 17:25:08 -0800 Mark Doliner Merge the release-2.x.y branch to main. file | diff | annotate
Mon, 11 Feb 2013 03:49:13 +0100 Tomasz Wasilczyk Fix a crash when receiving message from another contact within already opened conversation with meta-contact file | diff | annotate
Wed, 12 Sep 2012 14:09:08 +0200 Tomasz Wasilczyk Fix a crash when closing conversation window release-2.x.y file | diff | annotate
Sat, 02 Feb 2013 21:13:59 +0100 Tomasz Wasilczyk Complete support for receiving a limited amount of history when joining a room. Fixes #15458 file | diff | annotate
(0) -300 -100 -60 tip

mercurial