Mercurial > pidgin
graph
-
propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)2009-04-22, by Marcus Lundblad
-
Hide the list of minidialogs.2009-04-25, by Sadrul Habib Chowdhury
-
Don't hold onto what you have given up.2009-04-25, by Sadrul Habib Chowdhury
-
Don't corrupt memory if nick can not be changed.2009-04-25, by Sadrul Habib Chowdhury
-
Merging the changes in theme-foo, and the theme editor plugin.2009-04-25, by Sadrul Habib Chowdhury
-
Use safe function.2009-04-23, by Sadrul Habib Chowdhury
-
update German translation2009-04-23, by Jochen Kemnade
-
2009.04.23 - flos <lonicerae(at)gmail.com>2009-04-23, by SHiNE CsyFeK
-
merge of '9a8c2abfdbcf669fd21ec24f4aa474ac55a2ecb9'2009-04-22, by Marcus Lundblad
-
merge of '6a70c2c1325aeb644bff8476f94c5a25f83044fb'2009-04-22, by Marcus Lundblad
-
Use stock-id in the conversation tab-labels and tab-menus.2009-04-23, by Sadrul Habib Chowdhury
-
Reduce code duplication.2009-04-23, by Sadrul Habib Chowdhury
-
Use stock-id in the status editor window too.2009-04-23, by Sadrul Habib Chowdhury
-
Use stock id everywhere!2009-04-23, by Sadrul Habib Chowdhury
-
Use stock id where possible.2009-04-23, by Sadrul Habib Chowdhury
-
Reload settings after updating icon theme.2009-04-23, by Sadrul Habib Chowdhury
-
Use stock-id where possible, instead of a pixbuf.2009-04-23, by Sadrul Habib Chowdhury
-
Disable the 'Save' buttons since they don't do nothing yet, man.2009-04-23, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head fe650fc58681996bf988489a65e10198e25c1fd3)2009-04-23, by Sadrul Habib Chowdhury
-
Italicize nicks in the conversation history for folks leaving a chat.2009-04-22, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)2009-04-22, by Marcus Lundblad
-
Paul has been with us a while, and now he can't leave.2009-04-21, by Ethan Blanton
-
Document this callback function. Prompted by a question in #pidgin2009-04-20, by Mark Doliner
-
Delete the Start Menu shortcut when uninstalling. Fixes #89852009-04-19, by Daniel Atallah
-
Replace gtk_timeout_remove with g_source_remove.2009-04-18, by Elliott Sales de Andrade
-
Oops, I must have been tired. I only replaced the first occurrence of these2009-04-18, by Elliott Sales de Andrade
-
merge of '34995dad46199f27666dc85ca2bef4e49470eaf8'2009-04-18, by Elliott Sales de Andrade
-
Patch from Zsombor Welker to expand the list of PurpleValue valid subtypes.2009-04-18, by Ethan Blanton
-
Notify the user if an IRC /nick command fails, rather than trying fallbacks.2009-04-18, by Ethan Blanton
-
Add the Tcl command purple::connection state (purple_connection_get_state).2009-04-18, by Ethan Blanton
-
The alignment in this file is quite odd.2009-04-18, by Elliott Sales de Andrade
-
Replace the deprecated GtkSignalFunc and GTK_SIGNAL_FUNC with GCallback and2009-04-18, by Elliott Sales de Andrade
-
Use g_object_ref/unref instead of the deprecated versions.2009-04-18, by Elliott Sales de Andrade
-
Fix some more GTK_CHECK_* macros and a GtkType.2009-04-18, by Elliott Sales de Andrade
-
Remove GTK_CHECK_* macros which were deprecated.2009-04-18, by Elliott Sales de Andrade
-
Actually reject content unknown content types on Jingle session-initiate,2009-04-22, by Marcus Lundblad
-
merge of '526c6b9002e19ef77ccf9723d0dd04a2d9287ec5'2009-04-17, by Marcus Lundblad
-
merge of '580055bb22fea0076d3a90d9df9346abd1789bab'2009-04-17, by Marcus Lundblad
-
Only pre-create a PurpleConversation (if there was none yet) if an incoming2009-04-17, by Marcus Lundblad
-
Constify the disco_type_mappings struct2009-04-18, by Paul Aurich
-
Use defaults provided by the server where applicable and when available2009-04-18, by Paul Aurich
-
Don't leak the GObject data and disable the Add/Register buttons when browsing.2009-04-18, by Paul Aurich
-
Rename pdl->cats to pdl->services, since these aren't roomlist categories2009-04-17, by Paul Aurich
-
This is a little less...repetitious2009-04-17, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 73f33f8afb4c118efe65d1481a4160f9c8cfb11a)2009-04-17, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 58fbcc161c5eadf3f307cd460a6ce0a209d908df)2009-04-15, by Paul Aurich
-
Do not call the non-destroy prpl-ops when the connection is gone.2009-04-15, by Paul Aurich
-
Move the handling of chat rooms to jabber_disco_service_items_cb.2009-04-15, by Paul Aurich
-
Handle expanding disco lists on the UI side2009-04-15, by Paul Aurich
-
XMPP prpl depends on the core's setting in-progress-ness2009-04-14, by Paul Aurich
-
Discovered why that default assumption of PURPLE_DISCO_BROWSE was in there...2009-04-14, by Paul Aurich
-
Iteratively expand the disco tree as prompted by the UI.2009-04-14, by Paul Aurich
-
Remove most of the mappings, add in the ones necessary from our prpls, and2009-04-13, by Paul Aurich
-
Alphabetize jabber_disco_type_from_string comparisons2009-04-13, by Paul Aurich
-
More minor cleanup (no functional changes other than not printing a log msg)2009-04-13, by Paul Aurich
-
It helps to actually add functions when adding prototypes to a header2009-04-13, by Paul Aurich
-
Various minor nitpicky changes2009-04-13, by Paul Aurich
-
Split the jabber_disco_info_do IQ callback from the IQ handler and use the IQ callback semantics.2009-04-13, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)2009-04-13, by Paul Aurich
-
Use per-PurpleDiscoList ops for canceling a disco and registering.2009-04-11, by Paul Aurich
-
Fix merge (convert to IQ-handlers syntax)2009-04-11, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 0068cedd03804855a4ded8aeb153ccaffb8158bc)2009-04-11, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 3c568b43fb4447b65a2b06e6767340edd7763c53)2009-04-09, by Paul Aurich
-
Support BOSH when connecting via the register_account prpl.2009-04-18, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head e7a572653bbe02d5d4ec2efc43c303629911993b)2009-04-12, by Paul Aurich
-
Hide PurpleTxtResponse and use a more purple API2009-04-11, by Paul Aurich
-
First crack at Win32 TXT DNS query code and don't leak the PurpleTxtResponses2009-04-11, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 079a5ca1aa110ee9f6661eba31e5ea3f0b5a07e7)2009-04-11, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)2009-04-13, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)2009-04-13, by Marcus Lundblad
-
Show preview of only the supported sizes for each class of icons.2009-04-20, by Sadrul Habib Chowdhury
-
Allow editing dialog icons.2009-04-20, by Sadrul Habib Chowdhury
-
Add some more status emblems, and since the dialog is too long, use a2009-04-20, by Sadrul Habib Chowdhury
-
Make it possible to load non-status icons using a PidginStockIconTheme.2009-04-20, by Sadrul Habib Chowdhury
-
We don't have huge status icons, and set only the icons changed from the2009-04-19, by Sadrul Habib Chowdhury
-
A status-icon theme editor.2009-04-19, by Sadrul Habib Chowdhury
-
Mark the description of the properties for translation. Show the2009-04-18, by Sadrul Habib Chowdhury
-
Fix some assertion failures.2009-04-18, by Sadrul Habib Chowdhury
-
Allow editing the theme when no theme is selected (the default).2009-04-18, by Sadrul Habib Chowdhury
-
Allow unsetting the color for a PidginThemeFont.2009-04-18, by Sadrul Habib Chowdhury
-
Theme editor plugin (of sorts) for buddylist themes.2009-04-17, by Sadrul Habib Chowdhury
-
Do a null-check before gdk_color_free, and mark property-names for2009-04-17, by Sadrul Habib Chowdhury
-
Document some functions.2009-04-17, by Sadrul Habib Chowdhury
-
Several changes:2009-04-17, by Sadrul Habib Chowdhury
-
Some doxygen fixes.2009-04-17, by Sadrul Habib Chowdhury
-
Use boxed-types for the color properties.2009-04-17, by Sadrul Habib Chowdhury
-
German update2009-04-16, by Björn Voigt
-
Remove a bug where host_ip was accessed after freeing it.2009-04-15, by Sulabh Mahajan
-
Send XMPP keepalive pings to our server, not our bare JID.2009-04-15, by Paul Aurich
-
merge of '8952794c1397b9cba4b98accf0639bb5499387d4'2009-04-12, by Paul Aurich
-
Whoops, crashy-crashy.2009-04-12, by Paul Aurich
-
merge of '79565c78f0c63b6c8f1b52e57e6e928780ce4f65'2009-04-12, by Paul Aurich
-
Include the media API on win32 even though it isn't actually enabled.2009-04-12, by Daniel Atallah
-
merge of '331dd310d018e9ecbd997e8af14ebcfc79277318'2009-04-12, by Paul Aurich
-
Fix size constraints for vertical progressbars.2009-04-12, by Sadrul Habib Chowdhury
-
Fix drawing for vertical progressbar.2009-04-12, by Sadrul Habib Chowdhury
-
merge of '009cd1791a028ae463fba5c8a2ee1c60021efb61'2009-04-12, by Sadrul Habib Chowdhury
-
Changelog the progressbar addition.2009-04-12, by Sadrul Habib Chowdhury
-
Change how the progressbar is drawn.2009-04-12, by Sadrul Habib Chowdhury
-
Indentation changes, initialization changes etc.2009-04-12, by Sadrul Habib Chowdhury
-
Add a simple progress-bar in libgnt.2009-04-12, by Saleem Abdulrasool
-
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