Mercurial > pidgin.yaz
graph
-
Fix two assertions related to no sessions being created for the media object.2009-11-02, by maiku
-
Add a read only property to PurpleMedia to retrieve the MediaBackend object.2009-11-02, by maiku
-
Remove the underscore from functions as the underscore is reserved for compilers2009-10-29, by maiku
-
Add purple_media_manager_{get,set}_backend_type to Changelog.API2009-10-28, by maiku
-
Change the libpurple Makefile to keep the same directory structure regarding2009-10-28, by maiku
-
Add a way to set and get which media backend type to use.2009-10-28, by maiku
-
Handle individual streams in the Fs2 backend's stream-info callback for accept2009-10-28, by maiku
-
Move new stream emission back to media.c2009-10-28, by maiku
-
Keep track of participants better in purple_media_stream_info.2009-10-28, by maiku
-
Free participants properly in purple_media_end.2009-10-28, by maiku
-
Add a list of participants back to PurpleMedia.2009-10-28, by maiku
-
Fix so emitting more HANGUP signals doesn't cause an assertion.2009-10-28, by maiku
-
Emit stream-info for each stream, session, and participant for hangup and2009-10-28, by maiku
-
Have PURPLE_MEDIA_INFO_ACCEPT in stream-info emit for each accepted stream,2009-10-28, by maiku
-
Emit PURPLE_MEDIA_END state-changed signals for each stream, session, and2009-10-27, by maiku
-
Remove unnecessary properties from PurpleMedia's internal structures.2009-10-27, by maiku
-
Remove unnecessary properties from the Fs2 media backend's internal structures.2009-10-27, by maiku
-
Remove a couple more unnecessary headers from media.c2009-10-27, by maiku
-
Remove unnecessary Farsight 2 headers from media.c2009-10-27, by maiku
-
Remove references to FsStream in PurpleMedia.2009-10-27, by maiku
-
Remove references to FsConference in PurpleMedia.2009-10-27, by maiku
-
Remove confbin from PurpleMediaPrivate.2009-10-27, by maiku
-
Move mute functionality into the Fs2 media backend.2009-10-27, by maiku
-
Remove the volume property from the PurpleMediaStream structure.2009-10-27, by maiku
-
Move volume setting functionality to the Fs2 media backend.2009-10-27, by maiku
-
Remove references to FsSession in PurpleMedia.2009-10-27, by maiku
-
Move all src and sink creation in PurpleMedia to the Fs2 media backend.2009-10-27, by maiku
-
Remove references to FsParticipant from PurpleMedia.2009-10-27, by maiku
-
Add codecs_ready to the media backend interface.2009-10-27, by maiku
-
Remove FsStream from PurpleMedia stream.2009-10-27, by maiku
-
Move odd direction changing functionality to the Fs2 media backend.2009-10-27, by maiku
-
Move pause functionality to the Fs2 media backend.2009-10-27, by maiku
-
Properly free PurpleMediaBackendFs2Stream's.2009-10-27, by maiku
-
Handle part of accepting a stream in the Fs2 media backend.2009-10-27, by maiku
-
Move set_remote_codec functionality to the Fs2 media backend.2009-10-26, by maiku
-
Change the media backend interface's set_send_codec to return gboolean to2009-10-26, by maiku
-
Move set_remote_codecs functionality to the Fs2 media backend.2009-10-26, by maiku
-
Make the backend interface's set_remote_codecs function return gboolean.2009-10-26, by maiku
-
Move get_local_candidates functionality over to the Fs2 media backend.2009-10-26, by maiku
-
Rename purple_media_candidate_from_fs to _candidate_from_fs for consistency.2009-10-26, by maiku
-
Transfer get_codecs functionality to the Fs2 media backend.2009-10-26, by maiku
-
Silence warning.2009-10-26, by maiku
-
Transfer setting Farsight 2's remote candidates to the Fs2 media backend.2009-10-26, by maiku
-
Transfer creating Farsight 2 streams to the Fs2 media backend.2009-10-26, by maiku
-
Remove the list of participants from PurpleMedia and use the Fs2 backend's.2009-10-26, by maiku
-
Correct some debug categories.2009-10-26, by maiku
-
Add participant creation and destruction to the Fs2 media backend.2009-10-26, by maiku
-
Store active_remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.2009-10-26, by maiku
-
Store active_local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.2009-10-26, by maiku
-
Store remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.2009-10-26, by maiku
-
Store local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.2009-10-26, by maiku
-
Add purple_media_candidate_copy to the public API.2009-10-26, by maiku
-
Move Farsight 2's local-candidates-prepared signal to the Fs2 media backend.2009-10-26, by maiku
-
Move Farsight 2's new-active-candidate-pair into the Fs2 media backend.2009-10-26, by maiku
-
Move handling Farsight 2's codecs-changed signal into the Fs2 media backend.2009-10-23, by maiku
-
Move handling Farsight 2's new-local-candidate signal in Fs2 media backend.2009-10-23, by maiku
-
Begin transferring FsSession over to the Farsight 2 media backend.2009-10-23, by maiku
-
Transfer some GStreamer message handling to the Farsight 2 media backend.2009-10-23, by maiku
-
Decouple the media_bus_call from the backend. It will still be needed even2009-10-23, by maiku
-
Deprecate the conference property of PurpleMedia.2009-10-23, by maiku
-
Start to use the media backend code in PurpleMedia and PurpleMediaManager.2009-10-23, by maiku
-
Various tweaks, fixes, and added debug output. Attached some media signals,2009-10-23, by maiku
-
Move the backend-fs2.h header into noinst_HEADERS.2009-10-23, by maiku
-
This is an interface and not a class.2009-10-23, by maiku
-
Add a conference-type parameter to PurpleMedia.2009-10-23, by maiku
-
Fix parameter to actually be a string instead of an object.2009-10-23, by maiku
-
Create and dispose the conference in the Farsight 2 media backend.2009-10-22, by maiku
-
Add the conference-type property to the media backend interface.2009-10-22, by maiku
-
Remove dummy code I missed.2009-10-22, by maiku
-
Skeleton of the Farsight 2 media backend.2009-10-22, by maiku
-
Add a media backend interface to handle different backends in addition to2009-10-22, by maiku
-
Break PurpleMediaCodec out into its own file.2009-10-22, by maiku
-
Include signals.h to provide PurpleCallback. I guess all the other places2009-10-22, by maiku
-
Split out PurpleMediaCandidate into its own file.2009-10-21, by maiku
-
Split the media API's enum types out into its own file.2009-10-21, by maiku
-
Move media.c into libpurple/media/.2009-10-21, by maiku
-
Declare XMPP got media caps in the correct place.2009-10-20, by maiku
-
Essentially normalize the username passed to purple_prpl_got_media_caps.2009-10-20, by maiku
-
Add media_caps to PurpleBuddy structure and use it to determine the old caps2009-10-20, by maiku
-
Use purple_prpl_got_media_caps in XMPP to update the caps when they change.2009-10-20, by maiku
-
Use purple_prpl_got_media_caps in purple_prpl_got_user_status to remove media2009-10-20, by maiku
-
Add the purple_media_got_media_caps function in order to signal when a prpl2009-10-20, by maiku
-
Add the buddy-caps-changed signal in order to tell when a buddy's media caps2009-10-20, by maiku
-
Rebroadcast XMPP caps whenever the UI caps change.2009-10-20, by maiku
-
Added the ui-caps-changed signal to the media manager.2009-10-20, by maiku
-
Made the GLib flags structure for PurpleMediaCaps.2009-10-20, by maiku
-
Broke out the generation of random UUIDs to its own function2009-10-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 667654b3309008b53bf4d9df02bd401d1ede8db5)2009-10-12, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 80eaa62b397424cadf9ea37ca0e98894f823fbf5)2009-10-12, by John Bailey
-
Clean up a case in the Yahoo! prpl where the caller now handles this. Other2009-10-12, by foufou33
-
The current behavior of libpurple reports completions of a file transfer too2009-10-12, by foufou33
-
Kill off the use of fseek for non-seekable streams in file transfers.2009-10-12, by foufou33
-
propagate from branch 'im.pidgin.pidgin' (head c9c14c0c44e2863ad15a283f36c5c278a4ea5539)2009-10-12, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a)2009-10-12, by John Bailey
-
Reduce some code duplications (71 insertions(+), 217 deletions(-))2009-10-05, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head b4458fccbc3c9ab0c1c9105eb68c47ffa7c62e5a)2009-10-04, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 9ae9c115b1d9c775aa393b62f7522480a1b9a2d0)2009-10-03, by John Bailey
-
ChangeLog the work on the dialogs and the added functions.2009-10-03, by John Bailey
-
This change is probably going to be unpopular, but I ask that people give it2009-10-03, by John Bailey
-
Break the developer information out into its own dialog. I also bolded a few2009-10-03, by John Bailey
-
I wanted to bold this text and forgot to.2009-10-03, by John Bailey
-
Making this minimum size slightly larger makes the MTN revision ID fit without2009-10-03, by John Bailey
-
Split the "Debugging Information" and translator info into "Build Information"2009-10-03, by John Bailey
-
ChangeLog the fact that I changed minimum version requirements for GTK+ and2009-10-03, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head d88831199cb010e3856ff07fccd05fc6be6b1e72)2009-10-03, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head bd59b6d44034a232a0414586f78d8f559d9705f8)2009-09-27, by John Bailey
-
Move this to im.pidgin.pidgin.next.minor too so im.pidgin.pidgin will compile.2009-09-16, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 84b4f3d9c0a8e1306eb70e9db0003177e2782269)2009-09-16, by John Bailey
-
merge of '6aa03fdea8a7360d07b6a8c72cfd0796a2990753'2009-09-16, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)2009-09-16, by John Bailey
-
This effectively moves Etan's API addition off im.pidgin.pidgin and onto2009-09-16, by John Bailey
-
Removed a comment that is now misleading...2009-09-10, by Marcus Lundblad
-
Woops, a stray ;2009-09-10, by Marcus Lundblad
-
Remove IPv6 support from _get_local_system_ips, since I couldn't get it to2009-09-10, by Marcus Lundblad
-
Add a function to enumerate all local IPs2009-09-09, by Marcus Lundblad
-
Remove some win9x specific code.2009-09-04, by Daniel Atallah
-
Remove some win9x specific code.2009-09-04, by Daniel Atallah
-
dns_str_is_ascii() is only used if USE_IDN is defined2009-09-04, by Daniel Atallah
-
Remove win9x related stuff from the win32 installer2009-08-26, by Daniel Atallah
-
Fix minimum required GTK+ version in win32 installer.2009-08-26, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head 7bed935cd3432470394f51f4fe6e7f915aed9145)2009-08-25, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 181764ee5b9643826233ae4d6eefb5be194cca08)2009-08-24, by John Bailey
-
Fix Windows build with gtk-dev-2.10.3-rev-a.tar.gz package that doesn't2009-08-23, by Kevin Stange
-
Hmm, I misread that check. Now we compile.2009-08-23, by John Bailey
-
This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.2009-08-23, by John Bailey
-
Kill off more GTK_CHECK_VERSION uses that we don't need anymore. Refs #10024.2009-08-23, by John Bailey
-
Kill off unneeded GTK_CHECK_VERSION uses in gtkprefs.c. There are a couple2009-08-23, by John Bailey