log

age author description
Thu, 22 Dec 2011 07:40:15 +0000 Elliott Sales de Andrade It seems to me this should be new_alias, not alias.
Thu, 22 Dec 2011 07:31:50 +0000 Elliott Sales de Andrade Initialize parent_iter to prevent clang-analyzer from complaining.
Thu, 22 Dec 2011 07:14:31 +0000 Elliott Sales de Andrade Fix a possible malloc(0). Not too sure if this can happen, though.
Thu, 22 Dec 2011 06:28:12 +0000 Elliott Sales de Andrade Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Thu, 22 Dec 2011 06:14:38 +0000 Elliott Sales de Andrade Use g_list_prepend, since we're going to sort this list afterwards.
Thu, 22 Dec 2011 05:47:55 +0000 Elliott Sales de Andrade Add Howard to COPYRIGHT also.
Thu, 22 Dec 2011 05:47:25 +0000 hyc Ensure labelled buttons are shown for search results in Pidgin.
Thu, 22 Dec 2011 05:45:40 +0000 hyc Ensure that the user's close callback is invoked when search
Thu, 22 Dec 2011 05:26:52 +0000 opensuse-project Fix building with GLib 2.31 and single includes.
Thu, 22 Dec 2011 04:38:44 +0000 eion Allow compile of V/V on OSX without X11. Patch by Eion Robb.
Thu, 22 Dec 2011 04:27:59 +0000 Elliott Sales de Andrade The function gst_msg_db_to_percent already retyrns a number between
Thu, 22 Dec 2011 03:09:12 +0000 Elliott Sales de Andrade Check for libm. I think I read somewhere that GDK pixbuf dropped
Thu, 22 Dec 2011 01:42:18 +0000 Elliott Sales de Andrade Use correct format for printing gsize types.
Thu, 22 Dec 2011 01:27:58 +0000 brad Add support for selecting the sndio backends in the VV config plugin.
Thu, 22 Dec 2011 01:13:20 +0000 Elliott Sales de Andrade Rearrange code to prevent a NULL-deference. Thanks to clh for