log

age author description
2008-10-29 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 37145f1b4ec49b432ea571f96562d44f4c5a908e)
2008-10-30 Marcus Lundblad Reset attention toolbar button (for "expanded" toolbar view)
2008-10-29 Marcus Lundblad NULL-check for conversation when updating attention button
2008-10-29 Marcus Lundblad Make the "Get Attention" menu item work correctly
2008-10-29 Marcus Lundblad Removed _ALLOW_ATTENTION from connection flags
2008-10-28 Marcus Lundblad Added connection flag ALLOW_ATTENTION
2008-10-27 Marcus Lundblad Added active conversation on GtkIMHtmlToolbar
2008-10-27 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)
2008-10-20 Marcus Lundblad Removed unfinished code to send attention from the toolbar, to avoid confusion...
2008-10-20 Marcus Lundblad Call purple_conversation_attention when sending an attention using the
2008-10-20 Marcus Lundblad propagate from branch 'im.pidgin.cpw.malu.xmpp.attention' (head f27e3d2026fab3f93eacb55e0d4fc8d6c3f75f31)
2008-10-20 Marcus Lundblad Adds attention UI to Pidgin (can send attentions using a menu item)
2009-11-13 maiku Add documentation to backend-iface.h.
2009-11-13 maiku Document the remaining functions.
2009-11-13 maiku Document the remaining functions.
2009-11-11 maiku propagate from branch 'im.pidgin.pidgin' (head 21e0c593084b90bf269f264a4f54e3ac8ea291d9)
2009-11-11 maiku Allow connection checks before acceptance. Fixes Empathy<->Pidgin.
2009-11-11 maiku propagate from branch 'im.pidgin.cpw.maiku.media_refactor' (head 69be24ee75b8f957cfee3cfb7fd71721078b7f81)
2009-11-11 maiku propagate from branch 'im.pidgin.pidgin' (head 94fef144531267b3eb00d02de32ce8a705df592c)
2009-11-09 John Bailey propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5)
2009-11-08 John Bailey merge of '584de5e77d7a29a10037eba7c064d791f2814821'
2009-11-08 John Bailey propagate from branch 'im.pidgin.pidgin' (head 122c09fb418ceb629bb942da06d3a45a22f19680)
2009-11-08 Elliott Sales de Andrade Apparently, I only just imagined adding this file.
2009-11-08 Elliott Sales de Andrade Use GtkStatusIcon on GTK+ 2.10+. That's actually the required version for
2009-11-08 Daniel Atallah Include the debug symbols in the offline installer
2009-11-08 Daniel Atallah Add the ability to choose which translations are installed.
2009-11-02 John Bailey propagate from branch 'im.pidgin.pidgin' (head 53ad409302bf312b4f1e4153f893f1350638c8c9)
2009-11-01 Daniel Atallah Remove some non longer needed #defines
2009-11-01 Daniel Atallah Fix the win32 launcher to support unicode input. This allows the config
2009-11-01 Daniel Atallah Use an updated exchndl.dll that supports setting the log file path manually and
2009-11-01 Daniel Atallah Use a private GTK+ Runtime copy on Windows.
2009-10-31 Daniel Atallah No need to access SHGetFolderPath() indirectly any more with required versions of Windows.
2009-10-31 Daniel Atallah Remove non longer relevant comment
2009-10-31 Daniel Atallah merge of '6746d602d91ae610baffb8629463407a20b7b2fd'
2009-10-31 Daniel Atallah Handle non-ASCII protocol names on Win32
2009-10-31 Daniel Atallah propagate from branch 'im.pidgin.pidgin' (head f18e8828254cc3882e72d3e2af1af3dfa805729e)
2009-10-31 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
2009-10-31 John Bailey merge of '6a184b4a50c778257ab194f0339b91beda1f97c8'
2009-10-15 John Bailey propagate from branch 'im.pidgin.pidgin' (head af00ae634db8d99b296a90e1e0777bd23bd4df6a)
2009-10-21 maiku propagate from branch 'im.pidgin.pidgin' (head 0d33eae1cfd57cb5f459518ad5db14230f13792b)
2009-11-02 maiku Fix two assertions related to no sessions being created for the media object.
2009-11-02 maiku Add a read only property to PurpleMedia to retrieve the MediaBackend object.
2009-10-29 maiku Remove the underscore from functions as the underscore is reserved for compilers
2009-10-28 maiku Add purple_media_manager_{get,set}_backend_type to Changelog.API
2009-10-28 maiku Change the libpurple Makefile to keep the same directory structure regarding
2009-10-28 maiku Add a way to set and get which media backend type to use.
2009-10-28 maiku Handle individual streams in the Fs2 backend's stream-info callback for accept
2009-10-28 maiku Move new stream emission back to media.c
2009-10-28 maiku Keep track of participants better in purple_media_stream_info.
2009-10-28 maiku Free participants properly in purple_media_end.
2009-10-28 maiku Add a list of participants back to PurpleMedia.
2009-10-28 maiku Fix so emitting more HANGUP signals doesn't cause an assertion.
2009-10-28 maiku Emit stream-info for each stream, session, and participant for hangup and
2009-10-28 maiku Have PURPLE_MEDIA_INFO_ACCEPT in stream-info emit for each accepted stream,
2009-10-27 maiku Emit PURPLE_MEDIA_END state-changed signals for each stream, session, and
2009-10-27 maiku Remove unnecessary properties from PurpleMedia's internal structures.
2009-10-27 maiku Remove unnecessary properties from the Fs2 media backend's internal structures.
2009-10-27 maiku Remove a couple more unnecessary headers from media.c
2009-10-27 maiku Remove unnecessary Farsight 2 headers from media.c
2009-10-27 maiku Remove references to FsStream in PurpleMedia.