log libpurple/conversation.h @ 25399:8ee34225cfd9

age author description
2008-12-11 Florian Quèze Remove the commas at the end of enumerator lists. This resolves warnings
2008-09-30 Ka-Hing Cheung typo?
2008-06-18 Will Thompson Improve PurpleConvChatBuddy documentation
2008-06-15 Will Thompson Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
2008-05-11 Richard Laager Assorted cleanups, mostly to the Doxygen comments. I added a few missing
2007-12-29 Sadrul Habib Chowdhury Docu patch from Simon Wenner. Closes #4497.
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-10-26 Sadrul Habib Chowdhury Fix doxygen foo, thanks to resiak\!
2007-10-26 Sadrul Habib Chowdhury Show alias in restored conversation.
2007-10-12 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head d42511319051bcfa8adb3ed8e3f11a26cabc43f4)
2007-10-27 Will Thompson Documentation tweaks for the write_conv uiop and for prpl_info.offline_message.
2007-10-17 Etan Reisner Replace a bunch of @return markers with @constreturn markers. I believe these
2007-10-10 Sadrul Habib Chowdhury Doxygen @since tags for libpurple and pidgin.
2007-10-06 Will Thompson All the links to libpurple signal pages were in the comment containing the
2007-09-19 Sadrul Habib Chowdhury Contactize the message history when re-attaching the pidgin ui.
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-10 Sadrul Habib Chowdhury Keep the message history in PurpleConversation.
2007-09-08 John Bailey This will silence a few warnings when building the Doxygen docs.
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-02 Sadrul Habib Chowdhury disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
2007-09-01 Sadrul Habib Chowdhury Tooltips can be for the buddylist or for conversation windows.
2007-08-28 Sadrul Habib Chowdhury Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message
2007-08-25 Sadrul Habib Chowdhury Store message history in a conversation, and provide API to access the history.
2007-08-07 Will Thompson Document most of PurpleConversationUiOps.
2007-06-16 Richard Laager Re-fix the DBus list handling code by killing const GList* / const GSList*
2007-06-16 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
2007-06-07 Richard Laager Mark the return type const for the following functions. I noticed this
2007-06-04 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
2007-06-01 Nathan Walp add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified
2007-05-22 Sadrul Habib Chowdhury New function purple_conversation_do_command. This is almost like
2007-05-22 Sadrul Habib Chowdhury New api function purple_conversation_get_extended_menu.
2007-04-29 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
2007-03-27 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.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/