log pidgin/minidialog.c @ 32827:4a34689eeb33 default tip

age author description
Wed, 30 Mar 2011 22:36:30 +0000 ivan komarov Finally merged the code that fixes #5038 to i.p.p.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 27 Oct 2010 00:46:14 +0000 Elliott Sales de Andrade There seems to be a missing break here. I noticed it in the log, but
Wed, 26 May 2010 20:35:02 +0000 ivan komarov Display the protocol icon for the authorization request dialog
Sun, 23 Aug 2009 05:04:15 +0000 John Bailey Start of killing off unneeded GTK_CHECK_VERSION checks in pidgin. Refs #10024
Tue, 07 Apr 2009 05:28:58 +0000 Elliott Sales de Andrade More updates for GTK+ 3.0. This only fixes the single-includes. Fixing all
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Fri, 25 Apr 2008 03:49:41 +0000 Sadrul Habib Chowdhury Make the labels in the minidialogs selectable.
Mon, 17 Mar 2008 14:43:07 +0000 Stu Tomlinson G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here
Fri, 22 Feb 2008 17:26:23 +0000 Stu Tomlinson Don't call NULL callbacks. Fixes #4901
Sun, 23 Dec 2007 17:14:06 +0000 Stu Tomlinson Compile warning fix
Tue, 18 Dec 2007 10:54:32 +0000 Will Thompson Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.
Thu, 15 Nov 2007 12:30:51 +0000 Will Thompson Don't crash when someone ignores an error. The mini-dialog was being
Mon, 12 Nov 2007 00:00:52 +0000 Daniel Atallah Fix build.
Wed, 07 Nov 2007 11:23:03 +0000 Will Thompson Make mini-dialogs follow the blist's size changes.
Mon, 05 Nov 2007 10:29:13 +0000 Will Thompson Really actually hide the description label inside a minidialog, even when
Mon, 05 Nov 2007 01:39:39 +0000 Will Thompson De-magic-number (and correct) the width request of PidginMiniDialog's labels.
Mon, 05 Nov 2007 01:29:11 +0000 Will Thompson Remove a redundant hbox around PidginMiniDialog's description label.
Mon, 05 Nov 2007 00:54:23 +0000 Will Thompson Remove redundant gtk_widget_show_all()s.
Mon, 05 Nov 2007 00:53:14 +0000 Will Thompson Don't override any of the GtkContainer API in PidginMiniDialog. It's more
Sun, 04 Nov 2007 23:58:50 +0000 Will Thompson Add pidgin_mini_dialog_get_num_children(), a convenient way to check how many
Sun, 04 Nov 2007 23:57:43 +0000 Will Thompson Use an idle callback to destroy PidginMiniDialogs when a button is pressed.
Sun, 04 Nov 2007 15:54:49 +0000 Will Thompson Make PidginMiniDialog do more things right when used as a GtkContainer. _add,
Sun, 04 Nov 2007 14:43:45 +0000 Will Thompson Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c