Mercurial > pidgin
graph
-
Use a consistent debugging domain.2011-09-19, by Elliott Sales de Andrade
-
Fix a leak. pidgin_conversation_theme_add_variant should only be2011-09-19, by Elliott Sales de Andrade
-
Use a consistent prefs name. It should be conversation*s* to2011-09-19, by Elliott Sales de Andrade
-
Load the list of variants when building the theme.2011-09-19, by Elliott Sales de Andrade
-
Fix theme variant pref names.2011-09-19, by Elliott Sales de Andrade
-
Add a prefs combo for the conversation theme. Variants are added as2011-09-19, by Elliott Sales de Andrade
-
Register the conversation theme loader on gtkconv initialization.2011-09-19, by Elliott Sales de Andrade
-
Lookup style key information from the hash table instead of the struct2011-09-19, by Elliott Sales de Andrade
-
Correct the name of this reference. This was a copy/paste error from2011-09-18, by Mark Doliner
-
I guess doxygen wants this struct to have a comment if prpl.h is going2011-09-18, by Mark Doliner
-
Apparently this never had documentation2011-09-18, by Mark Doliner
-
Fix a bunch of tiny problems generating our doxygen documentation2011-09-18, by Mark Doliner
-
Doxygen was complaining about this not being a valid whatchamadinger,2011-09-18, by Mark Doliner
-
Re-arrange these doxygen comments. For comments longer than a few words,2011-09-18, by Mark Doliner
-
merge of '84c2ffd17fbd0e89d0c0c66d4a1ad00571af6ba7'2011-09-18, by Elliott Sales de Andrade
-
This shouldn't be here. I wonder why it compiled before.2011-09-18, by Elliott Sales de Andrade
-
Fix compilation of the gevolution plugin. Need to pass an invite message2011-09-18, by Mark Doliner
-
merge of '016f0a7edfb704950358fcccbf5098f0c6f7dac6'2011-09-18, by Elliott Sales de Andrade
-
Move conversation theme loading into the PidginConvThemeLoader GObject2011-09-18, by Elliott Sales de Andrade
-
Copy theme-to-conversation loading stuff into the GObject code.2011-09-18, by Elliott Sales de Andrade
-
One of the Piotrs tells me that the other Piotr is no longer translating.2011-09-18, by Mark Doliner
-
Update two translators' email addresses based on bounces/auto-replies2011-09-18, by Mark Doliner
-
Remove useless notification.2011-09-17, by Elliott Sales de Andrade
-
Temporarily rename the adium IMs plugin so it will install along side2011-09-17, by Elliott Sales de Andrade
-
Using g_string_new_len here is unnecessary, and a real waste of calls2011-09-17, by Elliott Sales de Andrade
-
Attempt to move the message style object from the plugin into the new2011-09-17, by Elliott Sales de Andrade
-
Fix small typo and remove unnecessary include.2011-09-17, by Elliott Sales de Andrade
-
All this G_OBJECT() casting is quite unnecessary.2011-09-17, by Elliott Sales de Andrade
-
Add source files to Windows build.2011-09-17, by Elliott Sales de Andrade
-
Add some boilerplate Conversation theme GObjects. These don't do2011-09-17, by Elliott Sales de Andrade
-
Use GObject's instance private data for all the theme GObjects.2011-09-17, by Elliott Sales de Andrade
-
Add a WebKit Development plugin, that allows opening the builtin2011-09-16, by Elliott Sales de Andrade
-
Workaround the bug that causes a crash when closing a gtkwindow.2011-09-16, by masca
-
Remove deprecated PidginBuddyList.connection_errors.2011-09-15, by andrew victor
-
Remove deprecated purple_request_field_list_add().2011-09-15, by andrew victor
-
Remove deprecated purple_ssl_connect_fd().2011-09-15, by andrew victor
-
Remove deprecated wpurple_g_access().2011-09-15, by andrew victor
-
merge of '0acd4d77f5bd8bb02a3a73b6800be683bd7068f2'2011-09-12, by Elliott Sales de Andrade
-
Don't try to get a tag from a gtkwebview.2011-09-11, by Elliott Sales de Andrade
-
Don't attempt to add smileys to a webview by treating it as imhtml.2011-09-11, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin.2.x.y' (head be5e66abad2af29604bc794cc4c6600ab12751f3)2011-09-11, by John Bailey
-
Remove a bogus short-circuit check intended to prevent downloading the same icon2011-09-11, by John Bailey
-
Fix searching in conversation windows.2011-09-09, by Elliott Sales de Andrade
-
merge of '10d7899aac75e85039e557e2c4238e1b276a4353'2011-09-09, by Elliott Sales de Andrade
-
Let webview manage the navigation ONLY if the reason is the user clicked a link.2011-09-09, by masca
-
Use pidgin_create_webview to make the Help dialog.2011-09-09, by Elliott Sales de Andrade
-
Use pidgin_create_webview in the gtknotify code.2011-09-09, by Elliott Sales de Andrade
-
Fix log viewer by calling pidgin_create_webview.2011-09-09, by Elliott Sales de Andrade
-
Remove unnecessary line.2011-09-09, by Elliott Sales de Andrade
-
Add a pidgin_create_webview utility function, which acts similarly to2011-09-09, by Elliott Sales de Andrade
-
Fix history plugin compile.2011-09-08, by Elliott Sales de Andrade
-
Fix notify plugin compile.2011-09-08, by Elliott Sales de Andrade
-
Simplify, don't loop through list twice.2011-09-08, by Elliott Sales de Andrade
-
Remove unnecessary function. It's also a use-after-free.2011-09-08, by Elliott Sales de Andrade
-
Clean up this WebKit stuff. Fix up broken merging, mark unfinished2011-09-08, by Elliott Sales de Andrade
-
WebKit is only required when building Pidgin.2011-09-08, by Elliott Sales de Andrade
-
Get rid of a wrapper function.2011-09-07, by masca
-
This looks like a merge error. Fix it.2011-09-07, by masca
-
Fix a crash at closing the conversation window. Patch suggested by Paul.2011-09-07, by masca