Mercurial > pidgin
graph
-
Don't force Bonjour buddies to have firstname, lastname and status TXT records - they are optional. Also, minor cleanup and use glib to allocate memory instead of the crt.Tue, 05 Jun 2007 13:59:55 +0000, by Daniel Atallah
-
Build bonjour on the mingw build by default.Tue, 05 Jun 2007 04:07:52 +0000, by Daniel Atallah
-
More minor changes related to bonjour on win32.Tue, 05 Jun 2007 04:02:22 +0000, by 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 03:38:22 +0000, by Daniel Atallah
-
Fix rounding of buddy icons, it looks like when MSN Messenger converts jpgsTue, 05 Jun 2007 20:05:29 +0000, by Stu Tomlinson
-
Don't set the headline box's size request on resizing the window, as this mayWed, 06 Jun 2007 00:17:06 +0000, by Sean Egan
-
Where did ekse come from?Tue, 05 Jun 2007 12:48:22 +0000, by Richard Laager
-
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).Tue, 05 Jun 2007 12:04:09 +0000, by Evan Schoenberg