log pidgin/minidialog.c @ 24220:877d58c83ba1

age author description
2008-04-25 Sadrul Habib Chowdhury Make the labels in the minidialogs selectable.
2008-03-17 Stu Tomlinson G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here
2008-02-22 Stu Tomlinson Don't call NULL callbacks. Fixes #4901
2007-12-23 Stu Tomlinson Compile warning fix
2007-12-18 Will Thompson Manually expand G_DEFINE_TYPE for PidginMiniDialog, since it was added in glib 2.4.
2007-11-15 Will Thompson Don't crash when someone ignores an error. The mini-dialog was being
2007-11-12 Daniel Atallah Fix build.
2007-11-07 Will Thompson Make mini-dialogs follow the blist's size changes.
2007-11-05 Will Thompson Really actually hide the description label inside a minidialog, even when
2007-11-05 Will Thompson De-magic-number (and correct) the width request of PidginMiniDialog's labels.
2007-11-05 Will Thompson Remove a redundant hbox around PidginMiniDialog's description label.
2007-11-05 Will Thompson Remove redundant gtk_widget_show_all()s.
2007-11-05 Will Thompson Don't override any of the GtkContainer API in PidginMiniDialog. It's more
2007-11-04 Will Thompson Add pidgin_mini_dialog_get_num_children(), a convenient way to check how many
2007-11-04 Will Thompson Use an idle callback to destroy PidginMiniDialogs when a button is pressed.
2007-11-04 Will Thompson Make PidginMiniDialog do more things right when used as a GtkContainer. _add,
2007-11-04 Will Thompson Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c