log pidgin/gtkconv.c @ 19518:e2b7dadac415

age author description
Wed, 29 Aug 2007 01:46:45 +0000 Mark Doliner merge of 'ee4f8f7ebf5f6057974f66b75c8b59c199e44ae0'
Tue, 28 Aug 2007 04:32:52 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
Wed, 29 Aug 2007 01:03:01 +0000 Sean Egan Only hide single tab on Top-tabbed windows
Mon, 27 Aug 2007 22:45:15 +0000 Sean Egan Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Mon, 27 Aug 2007 22:00:41 +0000 Sean Egan Fixes #2146. Adds a Show Protocol Icon option and groups related Show menu items into a submenu. Patch from Justin Heiner
Mon, 27 Aug 2007 05:35:00 +0000 Sean Egan pidginstock.c
Sat, 25 Aug 2007 11:36:02 +0000 Sadrul Habib Chowdhury Add a 'Hide' item under 'Conversation' menu so people can check this thing out.
Sat, 25 Aug 2007 11:29:43 +0000 Sadrul Habib Chowdhury Clear the message history in the /clear callback.
Sat, 25 Aug 2007 11:28:34 +0000 Sadrul Habib Chowdhury Adding all the message from history in GtkIMHtml takes a bit long causing
Sat, 25 Aug 2007 05:09:56 +0000 Sadrul Habib Chowdhury API to reattach a conversation to gtk UI. Use the new
Wed, 22 Aug 2007 20:55:20 +0000 Sean Egan Don't show tabs if tabs aren't turned on. Fixes #2669
Wed, 22 Aug 2007 20:44:42 +0000 Sean Egan remove obsolote GNOME color pallete
Sat, 18 Aug 2007 08:16:37 +0000 Kevin Stange If you have the buddy notes plugin loaded, when you right click a chat's
Fri, 17 Aug 2007 21:48:15 +0000 Sean Egan Keep borders on conversation notebook even when tabs are not shown.
Fri, 17 Aug 2007 21:28:57 +0000 Sean Egan remove double-clicking tab behavior
Fri, 17 Aug 2007 18:09:54 +0000 Sean Egan Set size request on infopane's hbox instead of hbox itself. This way, when we hide the hbox to edit, the pane remains 32px tall
Thu, 16 Aug 2007 23:38:50 +0000 Sean Egan Small tab icons
Thu, 16 Aug 2007 22:18:11 +0000 Sean Egan Remove truncation until we can do it smarter
Thu, 16 Aug 2007 20:53:24 +0000 Sadrul Habib Chowdhury merge of '7d1dce3bbcb28d37b103c86124b8b1fe54132760'
Tue, 14 Aug 2007 22:13:35 +0000 Daniel Atallah Make sure that there is an active conversation before trying to set the unseen state. It may be possible to trigger this when closing a window, but I think it is more likely to happen when using the Hide Conversation plugin or something like that. I think this fixes #2275.
Tue, 14 Aug 2007 00:59:56 +0000 Sean Egan Don't truncate non-aliases
Tue, 14 Aug 2007 00:55:44 +0000 Sean Egan Allow drag and drop from infopane
Tue, 14 Aug 2007 00:31:24 +0000 Sean Egan Double-click infopane to alias or change topic. Also, show alias instead of screenname in infopane
Thu, 16 Aug 2007 20:23:43 +0000 Sadrul Habib Chowdhury Make the close-button underlined, instead of bold, and change the cursor to hand.
Mon, 13 Aug 2007 06:24:47 +0000 Sadrul Habib Chowdhury merge of 'e2805167b5c9997ce6241fa2156f3fd3cc4f3568'
Mon, 13 Aug 2007 05:50:32 +0000 Mark Doliner Don't try to remove a timer that doesn't exist
Mon, 13 Aug 2007 05:34:45 +0000 Mark Doliner Set a larger default conversation size. Previously we were using
Mon, 13 Aug 2007 06:22:08 +0000 Sadrul Habib Chowdhury Fix a crash regarding tooltips on the infopane.
Mon, 13 Aug 2007 06:03:01 +0000 Sadrul Habib Chowdhury De-seaneganify some of the indentation.
Mon, 13 Aug 2007 01:04:20 +0000 Sadrul Habib Chowdhury Properly escape the chat-topics in the infopane. Fixes #1903.