comparison ChangeLog.API @ 21888:c88a3f2dbb52

Try to make a window transient for a suitable parent window. This currently happens only for the request and notify windows, and only when they are triggered by some GTK+ event. There are some issues when a request/notify window pops up from activating a popup menuitem. I found a fix for when the menuitem is activated by a keypress. I'll try to find a fix for a mouse-button later.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Nov 2007 01:54:34 +0000
parents eb2d5ba2a50d
children a3f0c30eb0bf
comparison
equal deleted inserted replaced
21887:b05a8f1db1c3 21888:c88a3f2dbb52
13 contents in the created dialog. (Peter 'fmoo' Ruibal) 13 contents in the created dialog. (Peter 'fmoo' Ruibal)
14 * pidgin_dialog_add_button to add buttons to a dialog created by 14 * pidgin_dialog_add_button to add buttons to a dialog created by
15 pidgin_create_dialog. 15 pidgin_create_dialog.
16 * GTK_IMHTML_NO_SMILEY for GtkIMHtmlOptions means not to look for 16 * GTK_IMHTML_NO_SMILEY for GtkIMHtmlOptions means not to look for
17 smileys in the text. (Florian 'goutnet' Delizy) 17 smileys in the text. (Florian 'goutnet' Delizy)
18 * pidgin_auto_parent_window to make a window transient for a suitable
19 parent window.
18 20
19 version 2.3.0 (11/24/2007): 21 version 2.3.0 (11/24/2007):
20 libpurple: 22 libpurple:
21 Added: 23 Added:
22 * a PurpleConversation field and an alias field in PurpleConvMessage 24 * a PurpleConversation field and an alias field in PurpleConvMessage