Mercurial > pidgin
graph
-
Whitespace fix in the dbus_uniq code.2007-05-16, by Richard Laager
-
Minor formatting tweaks for the dbus_uniq code.2007-05-16, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)2007-05-17, by Gabriel Schulhof
-
Added purple_core_quit to cleanup.2007-05-16, by Gabriel Schulhof
-
Braces around an if.2007-05-16, by Gabriel Schulhof
-
Style changes + removed unnecessary NULL checks.2007-05-16, by Gabriel Schulhof
-
Alternative dbus_uniq implementation2007-05-15, by Gabriel Schulhof
-
D-Bus unique stuff. Had to add a few NULL-checks here and there, because2007-05-13, by Gabriel Schulhof
-
Let windows know when the workspace they are in is being hidden/shown2007-05-12, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)2007-04-30, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head a35e9c6965a0723281ab3a62044581a55d2e59a2)2007-04-29, by Richard Nelson
-
Show an activity message when a window in the non-current workspace is flagged urgent2007-04-28, by Richard Nelson
-
Alt+s to see the list of workspaces and windows.2007-04-27, by Sadrul Habib Chowdhury
-
merge of 'a65c75c45190137cfc6871a47c77bc2fd38e7689'2007-04-27, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 234d50fbd0d7227e39d68d9dd3c21afc02b4fd01)2007-04-27, by Richard Nelson
-
Forgot these...2007-04-27, by Richard Nelson
-
Initial workspace support. refs #512007-04-27, by Richard Nelson
-
COPYRIGHT file was changed2007-04-22, by Michael Shkutkov
-
Fix compile warnings on Unix (missing sentinel and time_t to int typecast).2007-07-10, by Jeffrey Connelly
-
Support sending some formatted text in instant messages.2007-07-05, by Jeffrey Connelly
-
In debug messages, don't output unknown elem->type fields as %c too (only as2007-07-05, by Jeffrey Connelly
-
Set status to current status when signing on. This makes the "Sign in as2007-07-05, by Jeffrey Connelly
-
Fix bug where string returned from msim_msg_get_string() is not a new2007-07-05, by Jeffrey Connelly
-
General clean up and adding more error-checking.2007-07-04, by Jeffrey Connelly
-
Lower timeout to 2 minutes (to be closer to keepalive of 124 s).2007-07-04, by Jeffrey Connelly
-
disapproval of revision '8d4e712b35da6dafe87cacbf5d267e529b2c1233'2007-07-04, by Jeffrey Connelly
-
Time the time between keep alives (I get 124 seconds).2007-07-04, by Jeffrey Connelly
-
Add msim_check_alive(), called every MSIM_KEEPALIVE_INTERVAL_CHECK milliseconds,2007-07-04, by Jeffrey Connelly
-
Add support for idle.2007-07-04, by Jeffrey Connelly
-
Update for 0.10.2007-07-04, by Jeffrey Connelly
-
Increase password length limit to 10 and update changes file.2007-07-04, by Jeffrey Connelly
-
Remove RC4 implementation, now exclusively rely on libpurple to provide RC4.2007-07-03, by Jeffrey Connelly
-
Update CHANGES about hidden option.2007-07-03, by Jeffrey Connelly
-
Add option to sign on as hidden, or as not (previously, always signed on2007-07-03, by Jeffrey Connelly
-
Fix email address.2007-07-03, by Jeffrey Connelly
-
Allow setting status to away or online.2007-07-02, by Jeffrey Connelly
-
Fix typo to allow font face to be displayed correctly on incoming messages.2007-07-02, by Jeffrey Connelly
-
Add msim_color_to_purple() to convert msim markup color to a color for2007-07-02, by Jeffrey Connelly
-
Be more defensive about null pointers, especially null strings in %s format2007-07-02, by Jeffrey Connelly
-
Update for 0.9.2007-07-02, by Jeffrey Connelly
-
Recognize online/away status of buddies on buddy list.2007-07-02, by Jeffrey Connelly
-
In msim_tooltip_text, do not try to display items with no value. In Linux,2007-07-01, by Jeffrey Connelly
-
Remove check in msim_input_cb() for embedded nulls. May be causing #1990.2007-07-01, by Jeffrey Connelly
-
Update for v0.8 release.2007-07-01, by Jeffrey Connelly
-
Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake2007-06-26, by Jeffrey Connelly
-
Change around msim_uid2username_from_blist() to try to get it to work2007-06-26, by Jeffrey Connelly
-
Add (at least placeholder) functions to process p, f, c, b, and i markup tags2007-06-26, by Jeffrey Connelly
-
Update CHANGES to note transition to Libpurple 2.0.1.2007-06-25, by Jeffrey Connelly
-
Update for 0.8 - fix crash, password length.2007-06-25, by Jeffrey Connelly
-
Fail with our own error message if an entered password is greater than 82007-06-25, by Jeffrey Connelly
-
Remove lots of debugging statements, no longer needed.2007-06-25, by Jeffrey Connelly
-
Add a bunch of debugging to help fix #193.2007-06-25, by Jeffrey Connelly
-
Add msim_markup_to_html() to convert MySpaceIM-style markup to Purple-compatible2007-06-25, by Jeffrey Connelly
-
Split return type and function name + arguments on to separate lines, to2007-06-24, by Jeffrey Connelly
-
Add a send_raw function, msim_send_really_raw, into the prpl_info struct,2007-06-24, by Jeffrey Connelly
-
Clean up old comments.2007-06-24, by Jeffrey Connelly
-
Update for (future) 0.8.2007-06-24, by Jeffrey Connelly
-
Clean up TODOs:2007-06-22, by Jeffrey Connelly
-
Retrieve information for profile ("Get Info") from server, instead of from2007-06-21, by Jeffrey Connelly