log pidgin/gtkconv.c @ 18465:a1dd21cb4c69

age author description
Mon, 09 Jul 2007 04:25:15 +0000 Sean Egan Old infopane cleanup I had laying around.
Sun, 08 Jul 2007 21:23:43 +0000 Daniel Atallah Give Windows users the option of having new conversation windows created minimized. Hopefully this will stop the incessant crying about this. Fixes #664.
Sat, 07 Jul 2007 04:03:41 +0000 Sadrul Habib Chowdhury Do not crash if you delete an account with an open conversation.
Thu, 28 Jun 2007 15:46:29 +0000 Sean Egan When the scrolled window is set to GTK_POLICY_NEVER, the scrolledwindow will increase its size request when there's enough text in the imhtml to warrent it. Turning the policy to AUTOMATIC makes the text wordwrap the way we want
Wed, 27 Jun 2007 23:53:34 +0000 Sean Egan Handle size saving
Wed, 27 Jun 2007 23:15:37 +0000 Sean Egan Whoops! Properly order the arguments to creating the chat infopane markup
Wed, 27 Jun 2007 23:00:43 +0000 Sean Egan Turns off 'allow_shrink' on conversation windows. Fixes #506
Wed, 27 Jun 2007 20:42:04 +0000 Sean Egan Allow the userlist to get focus, to allow keyboard navigation of it.
Wed, 27 Jun 2007 17:24:32 +0000 Sean Egan merge of '1021f142edad27e5a1f750f8d439c3bc5bf07b81'
Wed, 27 Jun 2007 09:15:57 +0000 Sadrul Habib Chowdhury Set and use convchatbuddy->buddy.
Wed, 27 Jun 2007 00:31:22 +0000 Etan Reisner merge of '152574afac3f14348361a22106e5716b24b844e1'
Tue, 26 Jun 2007 21:08:41 +0000 Sadrul Habib Chowdhury Executing a command doesn't require to be active in the chat or the account
Tue, 26 Jun 2007 19:42:37 +0000 Sadrul Habib Chowdhury Patch from jeff to add a 'clearall' command to clear all the scrollbacks.
Wed, 27 Jun 2007 16:13:49 +0000 Sean Egan Handle NULL chat topics
Tue, 26 Jun 2007 21:47:20 +0000 Sean Egan Don't crash on ncik completion if alias or name is NULL. Fixes #1742