log

age author description
Sat, 10 May 2008 17:00:42 +0000 Sadrul Habib Chowdhury Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sat, 10 May 2008 16:31:06 +0000 Sadrul Habib Chowdhury Make PurpleSmiley a GObject.
Wed, 07 May 2008 18:53:13 +0000 Sadrul Habib Chowdhury Changelog the API additions, and add a missing define. Thanks to malu for
Wed, 07 May 2008 18:22:49 +0000 Sadrul Habib Chowdhury A leak fix from malu. Thanks!
Wed, 07 May 2008 18:13:14 +0000 Sadrul Habib Chowdhury Show the custom smileys only on accounts that support it. References
Wed, 07 May 2008 04:05:19 +0000 Sadrul Habib Chowdhury Unref some gdkpixbufs to plug some memory leaks. References #1187.
Wed, 07 May 2008 03:32:43 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 6be4a11c3e1bf403bbb6e1a7a754e4b99e7d9a44)
Mon, 28 Apr 2008 07:43:50 +0000 Sadrul Habib Chowdhury Fix a small leak. And sort the smileys alphabetically, as suggested by
Mon, 28 Apr 2008 06:29:26 +0000 Sadrul Habib Chowdhury Patch from Masca to use the buddy-icon selector to select a custom
Mon, 28 Apr 2008 06:24:01 +0000 Sadrul Habib Chowdhury Add a utility function to create a pixbuf from a stored image.
Mon, 28 Apr 2008 06:11:36 +0000 Sadrul Habib Chowdhury Remove undocumented and [apparently] unnecessary parameter from
Mon, 28 Apr 2008 00:01:07 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
Mon, 31 Mar 2008 21:23:57 +0000 Sadrul Habib Chowdhury Update patch to add support for sending custom smileys in msnp9. I included some fixes from the msnp14 patch that were not corrected in the patch, and also the fix for setting buddyicons. References #1187.
Mon, 31 Mar 2008 21:04:51 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 8ab7bcf180c3d8cc09b9d82060417bcf3fcfff95)
Thu, 15 May 2008 05:49:40 +0000 Etan Reisner Compile and de-warn.
Thu, 15 May 2008 04:00:22 +0000 Etan Reisner Deprecate pidgin_set_custom_buddy_icon and update the places that use it to
Thu, 15 May 2008 03:26:46 +0000 Etan Reisner Make pidgin_set_custom_buddy_icon use the
Thu, 15 May 2008 02:35:53 +0000 Etan Reisner Add a purple_buddy_icons_node_set_custom_icon_from_file convenience function.
Tue, 13 May 2008 04:40:04 +0000 Etan Reisner Update some calls to the functions I just deprecated.
Tue, 13 May 2008 04:36:07 +0000 Etan Reisner Add the purple_buddy_icons_node_has_custom_icon,
Tue, 13 May 2008 04:26:28 +0000 Etan Reisner Add the purple_blist_update_node_icon function and deprecate the
Mon, 12 May 2008 02:19:06 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head ba6112dabbb907fd5e93c30e0f5228e557949d69)
Wed, 07 May 2008 12:17:01 +0000 Evan Schoenberg merge of '48c05553bccbe3ea3d6b5d8fdc036bebf771129f'
Wed, 07 May 2008 12:16:55 +0000 Evan Schoenberg Restored screen name to username change lost in propagation merge
Wed, 07 May 2008 12:14:28 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head d7144f5dbbde09137aff1ceadfd419e25303bf7d)
Mon, 05 May 2008 06:55:00 +0000 Sadrul Habib Chowdhury Patch from Jaywalker to let prpls add some helpful text for some account
Mon, 05 May 2008 06:19:46 +0000 Sadrul Habib Chowdhury Use up the last padding for PurplePluginProtocolInfo in a way that allows
Wed, 30 Apr 2008 21:09:59 +0000 Evan Schoenberg The key and value need to be g_stdup()'d before adding to the hash table
Wed, 30 Apr 2008 16:50:06 +0000 Sadrul Habib Chowdhury merge of '88d15a78416cbab803d3b60b47292506e763d5d0'
Wed, 30 Apr 2008 14:06:03 +0000 Evan Schoenberg g_hash_table_ref() / g_hash_table_unref() were added in too recent a glib version per Mark. Copy data to chat->components rather than using those.