log

age author description
Sat, 11 Aug 2007 17:57:19 +0000 Jeffrey Connelly Change msim_msg_new() and msim_msg_new_v() to accept the first key name as
Sat, 11 Aug 2007 06:22:21 +0000 Jeffrey Connelly Fix a few typos in the MySpaceIM section of the default smileys theme input file.
Sat, 11 Aug 2007 05:53:11 +0000 Jeffrey Connelly Change all code to better match the style of libpurple - use 8-space tabs
Sat, 11 Aug 2007 05:02:23 +0000 Jeffrey Connelly Convert password to lowercase using g_utf8_strdown(), better because
Sat, 11 Aug 2007 04:54:13 +0000 Jeffrey Connelly Use an array of structs instead of parallel arrays for the emoticon
Sat, 11 Aug 2007 04:40:39 +0000 Jeffrey Connelly Always use our own msim_round() instead of checking for C99's round and using
Sat, 11 Aug 2007 04:38:52 +0000 Jeffrey Connelly Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself
Sat, 11 Aug 2007 04:34:20 +0000 Jeffrey Connelly Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.
Sat, 11 Aug 2007 04:07:39 +0000 Jeffrey Connelly Change escape code replacement text parallel arrays to an array of structs,
Wed, 08 Aug 2007 04:50:32 +0000 Jeffrey Connelly In default emoticon theme file, change MySpace to MySpaceIM to
Wed, 08 Aug 2007 04:48:09 +0000 Jeffrey Connelly Use paths from win32-install-dir for -win32.zip release archive, instead of
Wed, 08 Aug 2007 04:09:17 +0000 Jeffrey Connelly Use a better directory layout for the Win32 archive, now you can just unzip
Tue, 07 Aug 2007 04:48:16 +0000 Jeffrey Connelly Use the right message in the persistance command for adding buddies, but
Tue, 07 Aug 2007 04:43:20 +0000 Jeffrey Connelly Add MySpaceIM emoticons to default themes input file (Note: untested!)
Tue, 07 Aug 2007 03:06:43 +0000 Jeffrey Connelly Use a list when updating the blocklist when removing the buddy, since
Tue, 07 Aug 2007 02:54:46 +0000 Jeffrey Connelly In lists, only insert a | between elements, no longer at the end also.
Tue, 07 Aug 2007 02:51:34 +0000 Jeffrey Connelly Use the new dictionary data type when:
Tue, 07 Aug 2007 02:50:34 +0000 Jeffrey Connelly Add a new public function msim_msg_free_element_data(), that frees element data (but the MsimMessageElement * still must be g_free()'d). Internally, msim_msg_free_element() is still used, as a callback to g_list_foreach() to free every element in an MsimMessage.
Tue, 07 Aug 2007 02:11:15 +0000 Jeffrey Connelly In msim_msg_pack_element_dict(), separate keys and values with '=' for
Mon, 06 Aug 2007 04:04:23 +0000 Jeffrey Connelly propagate from branch 'im.pidgin.pidgin' (head 128e100bae27b44dc77c5db5be0151b0fceaea8f)
Sat, 11 Aug 2007 09:20:36 +0000 Sadrul Habib Chowdhury Fix a memory leak from not freeing the ui-info hashtable on exit.
Sat, 11 Aug 2007 08:55:32 +0000 Sadrul Habib Chowdhury The entries in the right-click menu on the tabs was getting cut off for me.
Sat, 11 Aug 2007 05:23:30 +0000 Sadrul Habib Chowdhury Some more navigation improvement for the menus.
Sat, 11 Aug 2007 05:09:33 +0000 Sadrul Habib Chowdhury Make the menus a little more usable.
Sat, 11 Aug 2007 04:19:32 +0000 Sadrul Habib Chowdhury disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
Sat, 11 Aug 2007 04:18:14 +0000 Sadrul Habib Chowdhury libgnt.localize
Sat, 11 Aug 2007 04:17:15 +0000 Sadrul Habib Chowdhury Fix a few small bugs in the example code.
Sat, 11 Aug 2007 04:15:11 +0000 Sadrul Habib Chowdhury Fix #2344.
Sat, 11 Aug 2007 04:13:11 +0000 Sadrul Habib Chowdhury Use gobject properties for lines.
Sat, 11 Aug 2007 04:12:09 +0000 Sadrul Habib Chowdhury Fix typeahead searching in the file-dialog.