log pidgin/minidialog.c @ 21519:5123f25788f2

age author description
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