Mercurial > pidgin
graph
-
Fix #2767 (per-conversation/chat mute option).2007-08-26, by Sadrul Habib Chowdhury
-
Add two missing conversation-uiops functions. (has_focus and present)2007-08-26, by Sadrul Habib Chowdhury
-
Separate logging support for each conversation.2007-08-26, by Sadrul Habib Chowdhury
-
Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.2007-08-26, by Daniel Atallah
-
Add msimprpl's user module so we all can compile libpurple again ;)2007-08-27, by Jeffrey Connelly
-
In msimprpl: if no local alias is set, set it to the username on sign-on.2007-08-26, by Jeffrey Connelly
-
For myim: (MySpaceIM) URLs, lookup the contact ID into a username before2007-08-26, by Jeffrey Connelly
-
Add receiving-im-attention and received-im-attention signals, similar to2007-08-26, by Jeffrey Connelly
-
In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands2007-08-26, by Jeffrey Connelly
-
Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.2007-08-26, by Jeffrey Connelly
-
Only check for mail if "New mail notifications" is enabled in account options.2007-08-26, by Jeffrey Connelly
-
Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.2007-08-26, by Jeffrey Connelly
-
In msimprpl, move user-related code to a new user module, and move other2007-08-26, by Jeffrey Connelly
-
In msimprpl, move formatting functions to a markup module. It only exposes2007-08-26, by Jeffrey Connelly
-
In msimprpl, move session-related functions to a new session module.2007-08-26, by Jeffrey Connelly
-
In msimprpl, move zap-related code to a separate module.2007-08-26, by Jeffrey Connelly
-
Now that MsimMessageElement's are more accessible outside message.c,2007-08-26, by Jeffrey Connelly
-
In msimprpl's mail notifications, change four parallel arrays into2007-08-26, by Jeffrey Connelly
-
Lookup a user's information when their status changes to anything but2007-08-26, by Jeffrey Connelly
-
In msimprpl, replace !strcmp() with g_str_equal() everywhere.2007-08-25, by Jeffrey Connelly
-
Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,2007-08-25, by Jeffrey Connelly
-
Attention API for nudges/buzzes/zaps of various protocols.2007-08-25, by Jeffrey Connelly
-
merge of '3b5ffa9dc2dec5443f83a219ac14382a0e3ccf03'2007-08-25, by Jeffrey Connelly
-
Do not duplicate the same message in the history, and store the correct2007-08-25, by Sadrul Habib Chowdhury
-
Add a 'Hide' item under 'Conversation' menu so people can check this thing out.2007-08-25, by Sadrul Habib Chowdhury
-
Clear the message history in the /clear callback.2007-08-25, by Sadrul Habib Chowdhury
-
Adding all the message from history in GtkIMHtml takes a bit long causing2007-08-25, by Sadrul Habib Chowdhury
-
The conversation history is in a reversed list.2007-08-25, by Sadrul Habib Chowdhury
-
Utilize the message-history in dbus-gnt.2007-08-25, by Sadrul Habib Chowdhury
-
DBus-ify the message history in a conversation.2007-08-25, by Sadrul Habib Chowdhury
-
API to reattach a conversation to gtk UI. Use the new2007-08-25, by Sadrul Habib Chowdhury
-
A conversation shouldn't need ui-ops for logging the messages.2007-08-25, by Sadrul Habib Chowdhury
-
Reattach the gtk-ui to a conversation when the user wants to2007-08-25, by Sadrul Habib Chowdhury
-
Make sure a conversation is a pidgin-conversation to avoid a crash.2007-08-25, by Sadrul Habib Chowdhury
-
Store message history in a conversation, and provide API to access the history.2007-08-25, by Sadrul Habib Chowdhury
-
merge of '0fc7f6e97f5dab2cfc59a71a0aba499d560220b2'2007-08-25, by Sadrul Habib Chowdhury
-
Specify small and large step values for the volume slider.2007-08-24, by Sadrul Habib Chowdhury
-
Have small and large steps for the slider.2007-08-24, by Sadrul Habib Chowdhury
-
Fix crashing when the sametime account disconnects and we update the conv. window infopanel. Fixes #2762.2007-08-24, by Daniel Atallah
-
merge of '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'2007-08-24, by Sean Egan
-
disapproval of revision '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'2007-08-29, by Richard Laager
-
ChangeLog MySpace2007-08-21, by Sean Egan
-
If purple_blist_add_{chat,buddy} is called with a group or chat that isn't2007-08-25, by Jeffrey Connelly
-
merge of '0705e301236da4eef643bf63cac73af309c26799'2007-08-24, by Sean Egan
-
Use the changed volume when 'Test'ing.2007-08-24, by Sadrul Habib Chowdhury
-
Update msimprpl to 0.16.2007-08-24, by Jeffrey Connelly
-
propagate from branch 'im.pidgin.pidgin' (head 54129de486cffc56bea31f4ea38c3972e450958b)2007-08-24, by Jeffrey Connelly
-
Reset unsigned int input handlers to 0 instead of -1.2007-08-24, by Sadrul Habib Chowdhury
-
Input handlers are unsigned integers. So set them to 0 instead of -1 after2007-08-24, by Sadrul Habib Chowdhury
-
merge of '11b1cf370bc4c91f8a7ef40adbc19a5aa27f3a08'2007-08-24, by Sean Egan
-
Bring up statusbox menu on button-down instead of button-up. Fixes #14372007-08-24, by Sean Egan
-
Input handlers are unsigned integers. So set them to 0 instead of -1 after2007-08-23, by Sadrul Habib Chowdhury
-
Focus the modified/created account in the accounts window after modifying/2007-08-23, by Sadrul Habib Chowdhury
-
merge of '5e1b8aa2904f61701e271733882021002c85f8f3'2007-08-23, by Sadrul Habib Chowdhury
-
Patch from nix_nix. Fixes #24382007-08-23, by Sean Egan
-
Prevent recursive idle handling loop. Patch from 'Gambit'2007-08-23, by Sean Egan
-
xmlnode bugfix patch from Mauro Brasil2007-08-23, by Sean Egan