log

age author description
Sun, 08 Nov 2009 23:36:28 +0000 Elliott Sales de Andrade Apparently, I only just imagined adding this file.
Sun, 08 Nov 2009 08:23:21 +0000 Elliott Sales de Andrade Use GtkStatusIcon on GTK+ 2.10+. That's actually the required version for
Sun, 08 Nov 2009 04:40:35 +0000 Daniel Atallah Include the debug symbols in the offline installer
Sun, 08 Nov 2009 03:53:07 +0000 Daniel Atallah Add the ability to choose which translations are installed.
Mon, 02 Nov 2009 03:18:15 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 53ad409302bf312b4f1e4153f893f1350638c8c9)
Sun, 01 Nov 2009 08:15:30 +0000 Daniel Atallah Remove some non longer needed #defines
Sun, 01 Nov 2009 08:04:37 +0000 Daniel Atallah Fix the win32 launcher to support unicode input. This allows the config
Sun, 01 Nov 2009 04:56:45 +0000 Daniel Atallah Use an updated exchndl.dll that supports setting the log file path manually and
Sun, 01 Nov 2009 03:34:32 +0000 Daniel Atallah Use a private GTK+ Runtime copy on Windows.
Sat, 31 Oct 2009 20:03:26 +0000 Daniel Atallah No need to access SHGetFolderPath() indirectly any more with required versions of Windows.
Sat, 31 Oct 2009 19:42:18 +0000 Daniel Atallah Remove non longer relevant comment
Sat, 31 Oct 2009 19:28:45 +0000 Daniel Atallah merge of '6746d602d91ae610baffb8629463407a20b7b2fd'
Sat, 31 Oct 2009 19:20:50 +0000 Daniel Atallah Handle non-ASCII protocol names on Win32
Sat, 31 Oct 2009 19:26:19 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin' (head f18e8828254cc3882e72d3e2af1af3dfa805729e)
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Sat, 31 Oct 2009 17:49:11 +0000 John Bailey merge of '6a184b4a50c778257ab194f0339b91beda1f97c8'
Thu, 15 Oct 2009 10:45:22 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head af00ae634db8d99b296a90e1e0777bd23bd4df6a)
Wed, 21 Oct 2009 18:09:47 +0000 maiku propagate from branch 'im.pidgin.pidgin' (head 0d33eae1cfd57cb5f459518ad5db14230f13792b)
Mon, 02 Nov 2009 23:14:33 +0000 maiku Fix two assertions related to no sessions being created for the media object.
Mon, 02 Nov 2009 20:20:21 +0000 maiku Add a read only property to PurpleMedia to retrieve the MediaBackend object.
Thu, 29 Oct 2009 23:56:50 +0000 maiku Remove the underscore from functions as the underscore is reserved for compilers
Wed, 28 Oct 2009 22:23:02 +0000 maiku Add purple_media_manager_{get,set}_backend_type to Changelog.API
Wed, 28 Oct 2009 22:18:08 +0000 maiku Change the libpurple Makefile to keep the same directory structure regarding
Wed, 28 Oct 2009 20:06:21 +0000 maiku Add a way to set and get which media backend type to use.
Wed, 28 Oct 2009 19:01:33 +0000 maiku Handle individual streams in the Fs2 backend's stream-info callback for accept
Wed, 28 Oct 2009 18:36:18 +0000 maiku Move new stream emission back to media.c
Wed, 28 Oct 2009 18:24:10 +0000 maiku Keep track of participants better in purple_media_stream_info.
Wed, 28 Oct 2009 18:16:59 +0000 maiku Free participants properly in purple_media_end.
Wed, 28 Oct 2009 18:07:27 +0000 maiku Add a list of participants back to PurpleMedia.
Wed, 28 Oct 2009 17:58:59 +0000 maiku Fix so emitting more HANGUP signals doesn't cause an assertion.