Mon, 22 Aug 2011 06:32:44 +0000 |
Mark Doliner |
Actually commit the purple_notify_user_info_prepend_pair_plaintext
|
Mon, 22 Aug 2011 04:16:28 +0000 |
Mark Doliner |
user_info->user_info_entries is redundant. Let's call it
|
Mon, 22 Aug 2011 04:14:16 +0000 |
Mark Doliner |
Change PurpleNotifyUserInfo->user_info_entries from a GList to a GQueue.
|
Mon, 22 Aug 2011 02:23:28 +0000 |
Mark Doliner |
Rename purple_notify_user_info_add_pair to
|
Mon, 22 Aug 2011 11:20:05 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Sun, 21 Aug 2011 01:13:46 +0000 |
Mark Doliner |
Remove a few deprecated functions
|
Tue, 03 May 2011 20:55:39 +0000 |
andrew victor |
Add API:
|
Thu, 17 Mar 2011 20:25:26 +0900 |
Yoshiki Yazawa |
merged from im.pidgin.pidgin
|
Thu, 08 Jul 2010 22:38:33 +0000 |
Mark Doliner |
Add a purple_notify_user_info_add_pair_plaintext function that accepts a
|
Tue, 03 Mar 2009 06:57:02 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 66190c21dfe7125476caca3c14725bac9db8b71b)
|
Fri, 31 Oct 2008 08:37:42 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 7821a3549d7d99473e999dc067afc4218addcc1e)
|
Tue, 27 May 2008 14:14:40 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 9ebef7dc91fd3f43f016ceeee02e0a15e2008868)
|
Tue, 06 May 2008 07:58:54 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head d94973707853b3f6b84dc446eac68f7fd4c9370d)
|
Sat, 05 Apr 2008 13:15:49 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head a32d1e1358009ce730a50b32e63fbe6c3a63c4fb)
|
Wed, 24 Oct 2007 05:17:01 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 7793ae5b4dd75b3c2f62c2502dbd08c76dbe7b1c)
|
Tue, 23 Oct 2007 03:25:27 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 4e59fcb1e2baf2eb63083224381e0af9fe1331cc)
|
Tue, 16 Oct 2007 07:48:36 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 8d61a119c53ac77e595d5ec300d30482b914bdf7)
|
Thu, 27 Sep 2007 17:04:45 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head d33243e8f5347776c81f81a0e4ba3a76ae5505a5)
|
Wed, 19 Sep 2007 08:27:28 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 1cb036aecbbe359226e69874379d39ce74c8daf6)
|
Tue, 07 Aug 2007 04:11:02 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 5cd317ad290e840fa8a8624d17dd5f23f99330ac)
|
Sun, 17 Jun 2007 05:28:54 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 725fc6cb64d550dcc3a71741a974e5255f83a366)
|
Tue, 15 May 2007 02:39:12 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 8fb8a09e9fe9177bb4efcd0f7ecd126919e73c20)
|
Mon, 30 Apr 2007 13:48:29 +0000 |
Yoshiki Yazawa |
propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)
|
Wed, 25 Apr 2007 07:57:26 +0000 |
Yoshiki Yazawa |
yaz patch has been applied.
|
Mon, 26 Jan 2009 06:44:00 +0000 |
Mark Doliner |
Remove trailing whitespace
|
Thu, 30 Oct 2008 22:40:49 +0000 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
Tue, 27 May 2008 01:19:07 +0000 |
Evan Schoenberg |
Added prepend functions for notify_user_info section headers and breaks
|
Fri, 02 May 2008 23:16:11 +0000 |
Daniel Atallah |
Cleanup and avoid unnecessary alloc/free.
|
Thu, 03 Apr 2008 23:41:57 +0000 |
Mark Doliner |
constify the return value from purple_notify_user_info_entry_get_label
|
Tue, 23 Oct 2007 17:27:12 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
|
Thu, 18 Oct 2007 20:20:57 +0000 |
Daniel Atallah |
Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().
|
Mon, 15 Oct 2007 04:46:53 +0000 |
Daniel Atallah |
Clarify the documentation for purple_notify_user_info_remove_entry() to indicated that it doesn't free the removed entry. Make purple_notify_user_info_remove_last_item() free the entry it is removing as that is the only sensible thing to do (otherwise purple_notify_user_info_remove_entry() should have been used instead). This fixes leakage in the msn prpl.
|
Fri, 21 Sep 2007 00:53:41 +0000 |
Daniel Atallah |
Clear out the mail notifications for an account when we receive a notification of 0 emails.
|
Fri, 28 Sep 2007 16:22:27 +0000 |
Richard Laager |
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
|
Fri, 28 Sep 2007 15:45:06 +0000 |
Richard Laager |
applied changes from 4bb1d6cbfe69a2e7782336a7e6e93e438a8bdbfc
|
Sun, 16 Sep 2007 01:05:22 +0000 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Sat, 28 Jul 2007 05:30:19 +0000 |
Sean Egan |
Email notification signals from charkins. Fixes #1324
|
Sat, 16 Jun 2007 19:48:23 +0000 |
Richard Laager |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head 86fd5e0d8b80a9da3103e850c97f1e04a2333961)
|
Fri, 15 Jun 2007 19:34:24 +0000 |
Sean Egan |
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
|
Sat, 16 Jun 2007 19:00:35 +0000 |
Richard Laager |
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
|
Thu, 07 Jun 2007 04:22:42 +0000 |
Richard Laager |
Mark the return type const for the following functions. I noticed this
|
Thu, 14 Jun 2007 01:24:16 +0000 |
Sadrul Habib Chowdhury |
sadrul's fix for the userinfo notify crash on disconnect that was caused by
|
Sun, 13 May 2007 07:29:51 +0000 |
Sadrul Habib Chowdhury |
DBusify userinfo stuff.
|
Sat, 28 Apr 2007 23:33:10 +0000 |
Ka-Hing Cheung |
Plug a memory leak.
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|