Mercurial > pidgin.yaz
log pidgin/minidialog.c @ 21414:c972c9311221
age | author | description |
---|---|---|
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 |