Mercurial > pidgin
graph
-
PidginBlistTheme now copies all its parameters instead of taking ownership.2009-04-12, by Paul Aurich
-
Free priv->idle.2009-04-12, by Paul Aurich
-
Free the DNS query data before purple_url_parse() to avoid leaking on failure.2009-04-12, by Paul Aurich
-
Don't leak the struct sockaddr* from purple_dnsquery_a.2009-04-12, by Paul Aurich
-
Fix some copy/paste errors in PidginBlistThemeLoader (was leaking online->color)2009-04-12, by Paul Aurich
-
Don't leak GdkColor*s in PidginBlistThemes2009-04-12, by Paul Aurich
-
Plug leak of PurpleContact->alias2009-04-12, by Paul Aurich
-
Fix a leak when loading themes.2009-04-12, by Paul Aurich
-
Fix build with --disable-vv --enable-gstreamer.2009-04-12, by Sadrul Habib Chowdhury
-
Fix two int/size_t format build warnings on 64-bit2009-04-11, by Paul Aurich
-
Reformat a printf so the HTTP headers are easier to read2009-04-11, by Paul Aurich
-
merge of 'c21c65b2cb75f7371f96b652c904d2d83a072cc5'2009-04-11, by Paul Aurich
-
Starring Carlos Bederian as Zzzoom. Closes #8711.2009-04-11, by Sadrul Habib Chowdhury
-
Open a chat-invite dialog when a buddy is dragged onto a chat.2009-04-11, by Sadrul Habib Chowdhury
-
Reset some global data when uninit-ing. Fixes a crash on quit.2009-04-11, by Sadrul Habib Chowdhury
-
Fix build with --disable-gstreamer.2009-04-11, by Sadrul Habib Chowdhury
-
Change purple_blist_get_buddies to return a list instead of the hash table.2009-04-11, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)2009-04-11, by Paul Aurich
-
Fix the dbus type for calling PurpleBlistSetVisible.2009-04-11, by Paul Aurich
-
Fix build when srcdir != builddir.2009-04-10, by Sadrul Habib Chowdhury
-
merge of '2f74488ded7cd1eab2d144578340b6d13f570b7a'2009-04-10, by Elliott Sales de Andrade
-
Don't print 'no' twice if GADU libs are not found by pkg-config.2009-04-10, by Elliott Sales de Andrade
-
Print a warning if compiling against libxml2 < 2.6.18 as it may cause XMPP2009-04-10, by Elliott Sales de Andrade
-
A patch from Arunan Balasubramaniam to use timeouts in seconds instead of2009-04-10, by foss
-
A patch from Arunan Balasubramaniam to use timeouts in seconds instead of2009-04-10, by foss
-
Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the order2009-04-10, by Elliott Sales de Andrade
-
Fix assertion when the blist theme preference is empty.2009-04-10, by Mike Ruprecht
-
Fix purple_buddy_destroy crash on exit.2009-04-10, by Mike Ruprecht
-
Fix some assertions.2009-04-09, by Mike Ruprecht
-
Disable PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL until we have an icon for it.2009-04-09, by Mike Ruprecht
-
Switch media to store accounts rather than connections.2009-04-09, by Mike Ruprecht
-
Clean up libpurple memory allocations on win32 libpurple uninit.2009-04-09, by Nick Hebner
-
Various libpurple uninit memory cleanups.2009-04-09, by Nick Hebner
-
Call purple_log_uninit() in purple_core_uninit().2009-04-09, by Nick Hebner
-
Add purple_{buddy,chat,group,contact}_destroy to the blist API, free2009-04-09, by Nick Hebner
-
Fix doxygen tags.2009-04-09, by Sadrul Habib Chowdhury
-
Notify the user if a contact invites them to a voice call over MSN.2009-04-09, by Mike Ruprecht
-
Inform the user when someone tries to initiate a video call with them in msn.2009-04-08, by Mike Ruprecht
-
merge of 'c62ab40bbe8c46b10ab31caed16f8af9dfa7d091'2009-04-08, by Mike Ruprecht
-
Bump required Farsight2 version to 0.0.9.2009-04-08, by Mike Ruprecht
-
Use GtkVolumeButtons for audio if it's available.2009-04-08, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 5ab68ddb0251205f7ef97f4c280e65696cbd5ff2)2009-04-07, by Marcus Lundblad
-
More Pidgin updates for GTK+ 3.0. Removes any deprecated functions for GLib2009-04-08, by Elliott Sales de Andrade
-
Plug a possible leak. Initialize fd to -1. Avoid unnecessary strdup.2009-04-08, by Sadrul Habib Chowdhury
-
Initialize file descriptors to -1.2009-04-08, by Sadrul Habib Chowdhury
-
- Don't bother changing/signalling the selected row from NULL to NULL2009-04-08, by Richard Nelson
-
Drop this directory, too. I think maybe it didn't happen before because2009-04-08, by Mark Doliner
-
encode urls passed to tinyurl2009-04-07, by Richard Nelson
-
More updates for GTK+ 3.0. This only fixes the single-includes. Fixing all2009-04-07, by Elliott Sales de Andrade
-
Updates for GTK+ 3.0. Remove some deprecated functions (someone should2009-04-07, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head eed0598058a6e7cc5da7ad99f06bfe136291d2f9)2009-04-07, by Marcus Lundblad
-
Set _MESSAGE_{RECV,SEND} properly when receiving chat messages. Thanks Sadrul!2009-04-06, by Richard Nelson
-
Remove usage of g_strcmp0 (which would bump the glib version requirement) where strcmp will do nicely2009-04-06, by Richard Nelson
-
ChangeLog the TinyURL plugin2009-04-06, by Richard Nelson
-
Add a gnt TinyURL plugin. Closes #20172009-04-06, by Richard Nelson
-
Set PURPLE_MESSAGE_RECV before receiving-im-msg. Also set it when receiving chat messages.2009-04-06, by Richard Nelson
-
Activate the current status for an account being enabled2009-04-06, by Richard Nelson
-
Redraw the textview when a tag is changed2009-04-06, by Richard Nelson
-
merge of '22d261d19f56b8cec771b7511f11dbbc367568fc'2009-04-06, by Elliott Sales de Andrade
-
Also, fix the libpurple makefile to use the correct cflags/libs.2009-04-06, by Elliott Sales de Andrade
-
Some configure.ac updates.2009-04-06, by Elliott Sales de Andrade
-
merge of '0f3cc5eaf6cb9aff180d63efb1dee828936078d1'2009-04-06, by Mike Ruprecht
-
Remove duplicate Eric Polino and fix alphabetization. Thanks, Robby.2009-04-05, by Paul Aurich
-
This file was moved to a jingle subdirectory, but I don't see any2009-04-05, by Mark Doliner
-
Added a note about receiving "attentions" in the ChangeLog entry for the new2009-04-05, by Marcus Lundblad
-
Mark's commit reminds me that this should be in POTFILES.in2009-04-05, by Paul Aurich
-
Fix up the propagate2009-04-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)2009-04-05, by Paul Aurich
-
Drop a variable left over from the propagate.2009-04-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)2009-04-05, by Paul Aurich
-
Changelog the *one* user-visible change from the iq-handlers branch (heh).2009-04-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head a59a573e3b9b2eb42ff728ba9ff56095f5c9e0d0)2009-04-05, by Paul Aurich
-
Gratuitous alphabetization of the IQ handlers (again!) and move the data handler to jabber_data_init2009-04-05, by Paul Aurich
-
Further standardize the sentinel style (did someone say leading _s are theoretically a reserved namespace?)2009-04-05, by Paul Aurich
-
Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H2009-04-05, by Paul Aurich
-
Move some IQ handler registrations to the appropriate init functions2009-04-05, by Paul Aurich
-
Large documentation blocks never hurt anyone.2009-04-05, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2c36a90a26f2451978aa41b23e9980337514057d)2009-04-04, by Paul Aurich
-
And google session handling2009-04-04, by Paul Aurich
-
Fix-up the merge some more (*sigh*), readding <session/> handler2009-04-04, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)2009-04-04, by Paul Aurich
-
Convert IBB parser (and everything that then stems from that) to new iq-handler2009-04-04, by Paul Aurich
-
Fix merge for ./jingle/2009-04-03, by Paul Aurich
-
Migrate googleinfo:jabber handlers and add some safety checks.2009-04-03, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)2009-04-03, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)2009-04-03, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2476e13ecb1702a744a13c42956b29a962a0c7fb)2009-03-27, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head d70375c084af2336e7fc6646fb778120b05de9a8)2009-03-21, by Paul Aurich
-
Do not advertise support for old XEP-0199 (Ping) namespace2009-03-14, by Paul Aurich
-
Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.2009-03-13, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 54da791ad8d26949571afcbd931518f5b27f2bfd)2009-03-12, by Paul Aurich
-
Make my comment parse correctly.2009-04-05, by Paul Aurich
-
BOSH: Use a write buffer (read: basically cut-n-paste from jabber.c)2009-04-04, by Paul Aurich
-
A better random number for the rid in the range [0, 2**52).2009-04-04, by Paul Aurich
-
Make the last one compile (add disco.h) and alphabetize.2009-04-04, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 2c36a90a26f2451978aa41b23e9980337514057d)2009-04-04, by Paul Aurich
-
Fix login process for older servers using IQ-auth.2009-04-04, by Paul Aurich
-
Fix allowing gmail user to initiate voice call by advertising a specific ext2009-04-04, by Paul Aurich
-
darkrain42: Well, that namespace is deprecated. Why is it being advertised?2009-04-04, by Paul Aurich
-
disapproval of revision '536d6ae921253bbffab25aa51ce9bdcb1f0e20ec'2009-04-28, by Paul Aurich
-
Advertise ICEUDP only when libnice is available2009-04-04, by Paul Aurich
-
Advertise video/voice features only when the UI says it has those caps2009-04-04, by Paul Aurich
-
Reorder functions to remove prototypes2009-04-04, by Paul Aurich
-
Remove an unused function2009-04-04, by Paul Aurich
-
Specify SSL properly in debug messages for BOSH sending debug output2009-04-04, by Paul Aurich
-
BOSH: Print out the received data (similar to the standard XMPP method,2009-04-04, by Paul Aurich
-
Pass all messages to BOSH as text, so they pass through the sending-text2009-04-04, by Paul Aurich
-
Fix merge: Move the Jingle features to jabber.c2009-04-04, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)2009-04-04, by Paul Aurich
-
Abort build if we use --enable-vv, and vv-dependencies are not met.2009-04-05, by Sadrul Habib Chowdhury
-
Fix the auto-linking of protocols.2009-04-05, by Sadrul Habib Chowdhury
-
Update hardware cursor correctly after a transient window is closed.2009-04-05, by Sadrul Habib Chowdhury
-
Update the copyright name, as requested.2009-04-05, by Sadrul Habib Chowdhury
-
Update the finch manual some. Refs #8577.2009-04-05, by Sadrul Habib Chowdhury
-
Save the world.2009-04-05, by Sadrul Habib Chowdhury
-
Update hardware cursor correctly.2009-04-05, by Sadrul Habib Chowdhury
-
Add PURPLE to the media header sentinels and reorder includes to fix building gf22009-04-05, by Paul Aurich
-
Even more @since tags, because Maiku's watching...2009-04-04, by Elliott Sales de Andrade
-
Minor grammatical message fixes.2009-04-04, by Elliott Sales de Andrade
-
Add some more @since tags.2009-04-04, by Elliott Sales de Andrade
-
Remove old GtkPlug and GtkSocket code.2009-04-06, by Mike Ruprecht
-
merge of '1890ad1259c93f5ad18ceb3365717ebc43b30198'2009-04-04, by Mike Ruprecht
-
Add a resource selector when initiating media.2009-04-04, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)2009-04-04, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)2009-04-04, by Marcus Lundblad
-
ChangeLog.API new calls for STUN and TURN servers used by vv2009-04-03, by Marcus Lundblad
-
merge of 'e4b10961a2266d17625787c506f1b258ffa97873'2009-04-03, by Mike Ruprecht
-
merge of '269d61606f225241d08360ffde046e471f03b833'2009-04-03, by Paul Aurich
-
Fix purple_media_set_remote_codecs ()'s docstring2009-04-03, by Will Thompson
-
Make it compile with --disable-vv... again!2009-04-03, by Mike Ruprecht
-
Gstreamer shouldn't be a requirement if USE_VV isn't defined.2009-04-03, by Daniel Atallah
-
Change back the version suffixes.2009-04-03, by Mike Ruprecht
-
Add some ChangeLog stuff.2009-04-03, by Mike Ruprecht
-
Remove unneeded marshaller.2009-04-03, by Mike Ruprecht
-
Revert unintended space removal.2009-04-03, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head e028e1fa5d4d70792f0219311b12e5f4b1587776)2009-04-03, by Mike Ruprecht
-
Demote debug error to info.2009-04-03, by Mike Ruprecht
-
Pick better devices in Finch too and have fallbacks.2009-04-03, by Mike Ruprecht
-
Change media volume preference to be specific to Finch.2009-04-03, by Mike Ruprecht
-
Change volume preference and make sure it exists.2009-04-03, by Mike Ruprecht
-
Get rid of the media tab in the preferences.2009-04-03, by Mike Ruprecht
-
Use better choices for default elements and have fallbacks.2009-04-03, by Mike Ruprecht
-
Fix embedding video when the sink is a gconfvideosrc pointing to an2009-04-03, by Mike Ruprecht
-
Bump the required Farsight2 version.2009-04-03, by Mike Ruprecht
-
Improve the padding around the mute button.2009-04-03, by Mike Ruprecht
-
Oops. How'd that sneak in there.2009-04-03, by Mike Ruprecht
-
Move volume levels for media to the media window.2009-04-03, by Mike Ruprecht
-
Hide these typedefs too.2009-04-03, by Mike Ruprecht
-
Hide and GObjectify PurpleMediaCandidate.2009-04-03, by Mike Ruprecht
-
Have "no minimum framerate". Fixes khc's cam.2009-04-02, by Mike Ruprecht
-
Hide and gobjectify PurpleMediaCodec.2009-04-02, by Mike Ruprecht
-
Use PurpleMediaKeyPair. Remove PurpleMediaCodecParameter.2009-04-02, by Mike Ruprecht
-
Hide and gobjectify PurpleMediaElementInfo.2009-04-02, by Mike Ruprecht
-
Add G_DEFINE_TYPE compatibility define from gobjectification branch.2009-04-01, by Mike Ruprecht
-
Hide the easy structs in mediamanager.c.2009-04-01, by Mike Ruprecht
-
Hide the easy structs in media.h.2009-04-01, by Mike Ruprecht
-
merge of '21bd048f68510f25c5c854a1c7e395e88f530503'2009-04-01, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head a609160715ae18beed98b084aac19bc0f6551362)2009-04-01, by Mike Ruprecht
-
Break ABI less.2009-04-01, by Mike Ruprecht
-
Move these variables to the end to not break ABI.2009-04-01, by Mike Ruprecht
-
Say which media type is being requested in Finch.2009-04-01, by Mike Ruprecht
-
Use purple_media_manager_get_pipeline instead.2009-04-01, by Mike Ruprecht
-
Give more information to element creation functions.2009-03-31, by Mike Ruprecht
-
Declare which media caps Pidgin and Finch handle.2009-03-31, by Mike Ruprecht
-
Add purple_media_manager_{get,set}_ui_caps.2009-03-31, by Mike Ruprecht
-
Make Finch not crash if someone requests a session with video with you.2009-03-31, by Mike Ruprecht
-
Make the conference property write only.2009-03-31, by Mike Ruprecht
-
Remove some variables left over from old video embedding code.2009-03-31, by Mike Ruprecht
-
Comment out purple_media_get_active_{local,remote}_candidates.2009-03-31, by Mike Ruprecht
-
Get rid of the purple_media_add_stream wrapper as it isn't useful.2009-03-31, by Mike Ruprecht
-
Add purple_media_is_initiator.2009-03-31, by Mike Ruprecht
-
Remove purple_media_remove_stream as purple_media_end does what it was2009-03-30, by Mike Ruprecht
-
Display which type of media session is being requested.2009-03-30, by Mike Ruprecht
-
Make sharing sources between media sessions work.2009-03-30, by Mike Ruprecht
-
merge of '2d0e977ba883c0b9d24d52360839cfed7cf1f2a6'2009-03-30, by Mike Ruprecht
-
merge of '09e919e395cff260ab58aee3aec04058c5f128b9'2009-03-30, by Mike Ruprecht
-
Silence two more warnings.2009-03-30, by Mike Ruprecht
-
Unique elements ought to be named the same as their id.2009-03-30, by Mike Ruprecht
-
Hide FinchMedia and related structures.2009-03-30, by Mike Ruprecht
-
Fix compiling with --disable-vv.2009-03-30, by Mike Ruprecht
-
Silence warning.2009-03-30, by Mike Ruprecht
-
Hide PidginMedia and related structs.2009-03-30, by Mike Ruprecht
-
Remove purple_media_mute.2009-03-30, by Mike Ruprecht
-
Remove purple_media_accept.2009-03-30, by Mike Ruprecht
-
Remove purple_media_reject.2009-03-30, by Mike Ruprecht
-
Remove purple_media_hangup.2009-03-30, by Mike Ruprecht
-
Move functionality into purple_media_stream_info.2009-03-30, by Mike Ruprecht
-
Add some more PurpleMediaInfo values.2009-03-29, by Mike Ruprecht
-
Create purple_media_stream_info. Add local parameter to stream-info signal.2009-03-29, by Mike Ruprecht
-
Don't assume a PurpleMedia instance will be created immediately.2009-03-28, by Mike Ruprecht
-
No reason for this to be public API.2009-03-24, by Mike Ruprecht
-
merge of '25cc5bdbbd9c509be202ab9847764b104f848577'2009-03-24, by Mike Ruprecht
-
Removed just a bit too much.2009-03-24, by Mike Ruprecht
-
Add some documentation to mediamanager.h.2009-03-24, by Mike Ruprecht
-
Remove unused function.2009-03-24, by Mike Ruprecht
-
Clean unnecessary changes out of the Makefiles.2009-03-24, by Mike Ruprecht
-
Fix lip-sync.2009-03-24, by Mike Ruprecht
-
Extend the range for video dimensions just a hair.2009-03-24, by Mike Ruprecht
-
Add gtkmedia.c to POTFILES.in.2009-03-24, by Mike Ruprecht
-
Send candidates more like GMail.2009-03-23, by Mike Ruprecht
-
Fix Gtalk bug where it would terminate the session after 15 seconds.2009-03-23, by Mike Ruprecht
-
Get rid of nocrash option.2009-03-23, by Mike Ruprecht
-
Get rid of the rest of the extraneous changes.2009-03-23, by Mike Ruprecht
-
Improve padding in media window.2009-03-23, by Mike Ruprecht
-
Properly wrap media functions so the API doesn't disappear when USE_VV2009-03-23, by Mike Ruprecht
-
Move GStreamer related media functions into its own header.2009-03-23, by Mike Ruprecht
-
merge of '85389d6ca8dc05827fa7e57e17906b2f73e2c676'2009-03-23, by Mike Ruprecht
-
Remove some extra edits that snuck into Finch.2009-03-23, by Mike Ruprecht
-
propagate from branch 'im.pidgin.pidgin' (head 5592cb6a8b667422747bafd555fea0aed19931b6)2009-03-22, by Mike Ruprecht
-
Remove purple_media_audio_init_* functions.2009-03-22, by Mike Ruprecht
-
Implement create_default_audio_* functions in gntmedia.c.2009-03-22, by Mike Ruprecht
-
Implement create_default_audio_* functions in gtkmedia.c.2009-03-22, by Mike Ruprecht
-
Remove purple_media_video_init_* functions.2009-03-22, by Mike Ruprecht
-
Move purple_media_get_devices to gtkprefs.c.2009-03-22, by Mike Ruprecht
-
Remove purple_media_element_get_device.2009-03-22, by Mike Ruprecht
-
Remove purple_media_get_sink and the sink variables in the media structures.2009-03-22, by Mike Ruprecht
-
Have purple_media_set_output_volume handle all sinks.2009-03-22, by Mike Ruprecht
-
Use purple_media_get_tee instead of purple_media_get_sink.2009-03-22, by Mike Ruprecht
-
Remove purple_media_get_overall_type.2009-03-22, by Mike Ruprecht
-
Move and rename GTALK_CAP to GOOGLE_VOICE_CAP.2009-03-21, by Mike Ruprecht
-
Clean up usage of USE_VV in the XMPP protocol.2009-03-21, by Mike Ruprecht
-
Add documentation for a few media functions.2009-03-21, by Mike Ruprecht
-
Remove purple_media_set_src/sink from the public API.2009-03-21, by Mike Ruprecht
-
Remove purple_media_get_elements function.2009-03-21, by Mike Ruprecht
-
Make voice calls in Finch work again.2009-03-21, by Mike Ruprecht
-
Rename state-changed enum and values.2009-03-21, by Mike Ruprecht
-
Declare purple_media_state_changed_get_type.2009-03-21, by Mike Ruprecht
-
Use the right enum for the stream-info signal.2009-03-21, by Mike Ruprecht
-
Remove rejected and hangup states from state-changed.2009-03-21, by Mike Ruprecht
-
Use stream-info instead of state-changed for reject.2009-03-21, by Mike Ruprecht
-
Use stream-info for reject instead of state-changed.2009-03-21, by Mike Ruprecht
-
Use the right enum for the parameter.2009-03-21, by Mike Ruprecht
-
Use stream-info instead of state-changed for hangup and reject.2009-03-21, by Mike Ruprecht
-
Use stream-info instead of state-changed for hangup and reject.2009-03-21, by Mike Ruprecht
-
Add stream-info signal.2009-03-21, by Mike Ruprecht
-
Fix audio levels.2009-03-20, by Mike Ruprecht
-
Don't let initiate or accept be sent again with Google Voice.2009-03-20, by Mike Ruprecht
-
Stop sending multiple session-initiate packets.2009-03-20, by Mike Ruprecht
-
Remove the ready-new signal.2009-03-20, by Mike Ruprecht
-
Disapprove part of the revision that shouldn't be there.2009-03-23, by Mike Ruprecht