Mercurial > pidgin
graph
-
merge of '82644c8641c5089ed2cafd58983010f0144b7699'2007-06-01, by Sadrul Habib Chowdhury
-
Fix a crash exposed by nullprpl.2007-06-01, by Sadrul Habib Chowdhury
-
merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'2007-06-01, by Sadrul Habib Chowdhury
-
merge of '1444834a6af3004a03838204b528edb6e2e1f9ab'2007-05-31, by Sadrul Habib Chowdhury
-
Fix some stuff of bugs in the new toolbar.2007-06-05, by Sadrul Habib Chowdhury
-
merge of '94cf3fba654fb39e507971153b5c217b7f98949d'2007-06-16, by Michael Shkutkov
-
merge of 'aad9a598920b4a24ad65e717487bb821e563d9d2'2007-06-13, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head a1968384a452dd20568c92cd468b420fb8539ce8)2007-06-13, by Michael Shkutkov
-
using strstr instead of while2007-06-15, by Michael Shkutkov
-
QIP logger was implemented2007-06-13, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head c25562bad5d897adb8ec3a03b712f94d488cfef3)2007-06-11, by Michael Shkutkov
-
propagate from branch 'im.pidgin.pidgin' (head b438ea0760758dc547f95d62892455f50ee4c4f1)2007-06-09, by Michael Shkutkov
-
Be more careful about null strings in %s format specifier in debug messages.2007-08-05, by Jeffrey Connelly
-
Update for 0.13 release.2007-08-05, by Jeffrey Connelly
-
Disable sending third-party client version to oncoming buddies.2007-08-04, by Jeffrey Connelly
-
Fix crash when deleting buddies on Windows. This was done by2007-08-04, by Jeffrey Connelly
-
Store 3rd-party client name/version and official client build version (cv) separately.2007-07-31, by Jeffrey Connelly
-
Implement round() if it is not available, using floor().2007-07-27, by Jeffrey Connelly
-
Include math.h for round() function.2007-07-26, by Jeffrey Connelly
-
Make msimprpl-internal functions static.2007-07-22, by Jeffrey Connelly
-
Move msim_escape() and msim_unescape() to message.c.2007-07-22, by Jeffrey Connelly
-
Update login process to more closely match official client.2007-07-22, by Jeffrey Connelly
-
Add msim_process_server_info() to save the server information dictionary2007-07-22, by Jeffrey Connelly
-
Use MsimMessage's new list type for status messages.2007-07-22, by Jeffrey Connelly
-
In MsimMessage, add support for MSIM_TYPE_LIST - pipe-separated lists.2007-07-22, by Jeffrey Connelly
-
Allow sending zaps through buddy list menu.2007-07-21, by Jeffrey Connelly
-
Support incoming zaps.2007-07-21, by Jeffrey Connelly
-
Finish emoticon support. You can now send smileys to yourself, they can2007-07-21, by Jeffrey Connelly
-
Recognize non-canonical emoticon forms from Pidgin, and turn them into2007-07-21, by Jeffrey Connelly
-
Fix emoticon symbols to match those generated by Pidgin.2007-07-21, by Jeffrey Connelly
-
Add account option to send emoticons, defaulting to off since can't currently2007-07-20, by Jeffrey Connelly
-
Add support for sending emoticons.2007-07-20, by Jeffrey Connelly
-
Support emoticons on incoming messages, approximating MySpaceIM's smileys2007-07-19, by Jeffrey Connelly
-
Show official client build in buddy profiles.2007-07-19, by Jeffrey Connelly
-
Increase read buffer size and be more careful about overruns.2007-07-19, by Jeffrey Connelly
-
Support unofficial bm code 200, also used by Miranda IM plugin, to report2007-07-18, by Jeffrey Connelly
-
Make DPI and base font point size configurable in account options. This2007-07-16, by Jeffrey Connelly
-
Update for 0.12.2007-07-16, by Jeffrey Connelly
-
Use the much nicer purple_notify_emails() API to notify of new inbox messages,2007-07-15, by Jeffrey Connelly
-
Increase mail check interval to 1 minute.2007-07-15, by Jeffrey Connelly
-
Notify of new inbox messages (friend requests, inbox messages, comments),2007-07-15, by Jeffrey Connelly
-
Add msim_check_mail to check for new mail (called periodically), and2007-07-15, by Jeffrey Connelly
-
Support font sizes in sending and receiving formatted text.2007-07-13, by Jeffrey Connelly
-
Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated2007-07-12, by Jeffrey Connelly
-
Allow setting status string messages. Known bug: custom status messages always2007-07-12, by Jeffrey Connelly
-
Add (in-progress) 0.12 with changes.2007-07-11, by Jeffrey Connelly
-
Add /3 -> | escape code (found by sje397, documented in [wiki:MsimProtocolSpec]).2007-07-11, by Jeffrey Connelly
-
Lowercase password before sending it. Closes #2066.2007-07-11, by Jeffrey Connelly
-
Update for 0.11, and fix build process on Unix. Closes #2086.2007-07-10, by Jeffrey Connelly
-
Updated win32 installer images from hbons. I apparently neglected to2007-06-15, by Sean Egan
-
merge of '6e3524da31024398852895df04c5bda7269003af'2007-06-15, by Nathan Walp
-
Fix win32 installer finishpage URL. (this is fixed in the 2.0.2 installer too)2007-06-15, by Daniel Atallah
-
step 1, don't call finch (and adium, maybe?) Pidgin2007-06-14, by Nathan Walp
-
FIX: The help_window pointer wasn't being set to null properly in the destroy callback.2007-06-12, by Eric Polino
-
Added the ability to change the key bindings on the active window.2007-06-12, by Eric Polino
-
Mostly whitespace changes.2007-06-08, by Sadrul Habib Chowdhury
-
Moved rebinding functionality into GntBindable.2007-06-08, by Eric Polino
-
FIX: Rebinding would crash when one would try to bind without grabbing a new key comb.2007-06-07, by Eric Polino
-
Changed the rebinding window to use a GntTextView instead of a GntLabel to display the new key combination2007-06-07, by Eric Polino