log libpurple/conversation.h @ 19566:57d350900136

age author description
Sat, 01 Sep 2007 23:50:22 +0000 Sadrul Habib Chowdhury Tooltips can be for the buddylist or for conversation windows.
Tue, 28 Aug 2007 08:58:36 +0000 Sadrul Habib Chowdhury Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message
Sat, 25 Aug 2007 03:59:05 +0000 Sadrul Habib Chowdhury Store message history in a conversation, and provide API to access the history.
Tue, 07 Aug 2007 11:25:22 +0000 Will Thompson Document most of PurpleConversationUiOps.
Sat, 16 Jun 2007 19:44:59 +0000 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Mon, 04 Jun 2007 23:48:54 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
Fri, 01 Jun 2007 00:36:00 +0000 Nathan Walp add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified
Tue, 22 May 2007 06:03:42 +0000 Sadrul Habib Chowdhury New function purple_conversation_do_command. This is almost like
Tue, 22 May 2007 03:28:12 +0000 Sadrul Habib Chowdhury New api function purple_conversation_get_extended_menu.
Sun, 29 Apr 2007 22:02:47 +0000 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
Tue, 27 Mar 2007 03:06:35 +0000 Evan Schoenberg Patch from Zac West which (1) adds a message flag, PURPLE_MESSAGE_NOTIFY, used to indicate that a message is a protocol-level notification from a user ('buzz' in yahoo, 'nudge' in msn, for example) and (2) uses it along with improving the text displayed when sending/receiving buzzes and nudges. The addition of this flag means that a plugin could implement custom behavior, such as playing a sound or triggerring some other event, reliably and easily.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/