log

age author description
Tue, 05 Jun 2007 04:02:22 +0000 Daniel Atallah More minor changes related to bonjour on win32.
Tue, 05 Jun 2007 03:38:22 +0000 Daniel Atallah This is a patch from Chris Davies to make Bonjour work on Windows using the Apple Bonjour framework. It turns out that the actual DNS-SD library is (3 clause) BSD licensed, so we can use it.
Tue, 05 Jun 2007 20:05:29 +0000 Stu Tomlinson Fix rounding of buddy icons, it looks like when MSN Messenger converts jpgs
Wed, 06 Jun 2007 00:17:06 +0000 Sean Egan Don't set the headline box's size request on resizing the window, as this may
Tue, 05 Jun 2007 12:48:22 +0000 Richard Laager Where did ekse come from?
Tue, 05 Jun 2007 12:04:09 +0000 Evan Schoenberg Fixed recognition of the extension of certain JPG files. The 4th character may be anything between e0 and ef; the first 3 should be sufficient for a magic number, though a more 'complete' solution would verify that (e0 <= data[3] <= ef). Also, added recognition of TIF files (magic number: MM or II). Refs #725, which gave examples of several JPGs with (data[3] == e1).
Wed, 06 Jun 2007 00:29:22 +0000 Sean Egan disapproval of revision '36931658d931938ff03fe52b66e6707c76fae1f6'
Tue, 05 Jun 2007 07:06:09 +0000 Kevin Stange Using "C" for foreground Color seems better than having Font and Color with
Tue, 05 Jun 2007 03:13:02 +0000 Jeffrey Connelly Add Nathan Peterson, for RC4 code in cipher.c.
Mon, 04 Jun 2007 16:18:34 +0000 Stu Tomlinson Make the Conversation->More menu work for Chats. The chat needs to be on
Tue, 12 Jun 2007 13:54:04 +0000 Eric Polino FIX: The help_window pointer wasn't being set to null properly in the destroy callback.
Tue, 12 Jun 2007 13:52:33 +0000 Eric Polino Added the ability to change the key bindings on the active window.
Fri, 08 Jun 2007 05:43:29 +0000 Sadrul Habib Chowdhury Mostly whitespace changes.
Fri, 08 Jun 2007 04:14:56 +0000 Eric Polino Moved rebinding functionality into GntBindable.
Thu, 07 Jun 2007 21:58:04 +0000 Eric Polino FIX: Rebinding would crash when one would try to bind without grabbing a new key comb.
Thu, 07 Jun 2007 21:55:04 +0000 Eric Polino Changed the rebinding window to use a GntTextView instead of a GntLabel to display the new key combination
Wed, 06 Jun 2007 15:50:21 +0000 Eric Polino applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Wed, 06 Jun 2007 00:30:20 +0000 Eric Polino The rebinding of keys now removes the old binding and puts the new on in place. So only the new binding works and the old one is gone.
Wed, 06 Jun 2007 00:06:48 +0000 Eric Polino Made rebind_info a static member with default values.
Tue, 05 Jun 2007 23:35:26 +0000 Eric Polino Refactored common code from help_for_widget and help_for_wm.
Tue, 05 Jun 2007 19:59:14 +0000 Eric Polino Alt-\ allows to rebind keys to the wm
Tue, 05 Jun 2007 19:37:32 +0000 Eric Polino Fixed a few names that weren't formatted properly.
Mon, 04 Jun 2007 15:12:50 +0000 Eric Polino propagate from branch 'im.pidgin.pidgin' (head b5c55520ae8ff7186733fd82db23a6e4452976cc)
Mon, 04 Jun 2007 14:31:08 +0000 Daniel Atallah Clean up the idle checking callback slightly.
Mon, 04 Jun 2007 14:09:08 +0000 Nathan Walp merge of '17044aa63b0858da0a71332e152b5f3440fa5107'
Mon, 04 Jun 2007 13:35:26 +0000 Nathan Walp don't show your own alias (half the time) when in a chatroom where no one
Mon, 04 Jun 2007 06:57:25 +0000 Mark Doliner Christopher Layne tells me that a null in a Yahoo packet where we
Mon, 04 Jun 2007 06:15:43 +0000 Mark Doliner merge of 'a58972b72c7aa0fa0899c5a6b96e51cd6c427ab4'
Mon, 04 Jun 2007 05:54:48 +0000 Richard Laager In purple_markup_html_to_xhtml:
Mon, 04 Jun 2007 05:52:11 +0000 Richard Laager Remove needless string duplication.