log

age author description
2007-02-15 Sean Egan Looks like someone had a sed accident
2007-02-15 Sean Egan Better statusbar icons
2007-02-15 Sean Egan merge of '2155bccb10577fa20eb47ac96a4912c91545a540'
2007-02-15 Sadrul Habib Chowdhury Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
2007-02-15 Sadrul Habib Chowdhury Suppress debug messages from libgnt.
2007-02-15 Daniel Atallah merge of '0118224968af798e258158653762d557de01c916'
2007-02-15 Daniel Atallah winpidgin warning fixes
2007-02-15 Nathan Walp more compat header
2007-02-15 Evan Schoenberg Suppress name changed messages when it would print 'X is now known as X' ('evands@pidgin.im is now known as evands@pidgin.im')
2007-02-15 Evan Schoenberg Patch from MatsMattsson (Adium Trac #6429) which fixes a leak of attrib for any attribute that isn't 'id' or 'version'.
2007-02-14 Evan Schoenberg Fix problem with the previous leak fix pointed out by Etan.
2007-02-14 Evan Schoenberg merge of '46383975a415a7c7a37796205fd5ee523d5bc5e6'
2007-02-14 Daniel Atallah Some more pidgininfication
2007-02-14 Evan Schoenberg s/Gaim/Pidgin
2007-02-14 Daniel Atallah merge of '12df03445c45ddd504a76c52aa7a78e633426dbe'
2007-02-13 Mark Doliner merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
2007-02-13 Mark Doliner Allow setting of the iTunes Music Store URL for AIM accounts. It's
2007-02-13 Evan Schoenberg Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
2007-02-13 Evan Schoenberg merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
2007-02-12 Mark Doliner Combine two functions that did similar things. This is a little
2007-02-11 Daniel Atallah uri-handler support for AIM/ICQ, Yahoo and MSN
2007-02-11 Mark Doliner Whitespace
2007-02-11 Mark Doliner Minor warning fix
2007-02-11 Mark Doliner I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
2007-02-11 Mark Doliner merge of 'cf12e304d75ad46da438f94ffdd3f9f722cfa2ec'
2007-02-11 Daniel Atallah merge of 'dd2102690e56e010006c8c94b8a7760a34eb4299'
2007-02-11 Sadrul Habib Chowdhury Add the example nullclient here.
2007-02-11 Sadrul Habib Chowdhury "Oopsy daisy"
2007-02-11 Sadrul Habib Chowdhury Add stuff for pkg-config
2007-02-11 Sadrul Habib Chowdhury Let's use the core function instead of using the uiops function directly when
2007-02-11 Daniel Atallah A double click on the conv. area was getting through to the middle-click parting code. What is worse is that it wasn't necessarily choosing the correct tab. I didn't want to change pidgin_conv_get_tab_at_xy() to only deal with being actually over a tab, so we will ignore double clicks here.
2007-02-11 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
2007-02-11 Daniel Atallah Suppress warnings about unused variables in the generated perl bindings
2007-02-11 Daniel Atallah Unused variables
2007-02-11 Daniel Atallah This should prevent the dll resources from being regenerated each time.
2007-02-11 Daniel Atallah Update dll and exe version resources for pidgin stuff.
2007-02-10 Richard Laager merge of '12c5fcf0819724b3304461672fc4bd1ebf0a8287'
2007-02-13 Evan Schoenberg If jabber_ssl_connect_failure() is called because a connect attempt fails, but the user has already canceled the attempt by signing the account offline, this would previously crash. It now does not.
2007-02-10 Evan Schoenberg merge of '1fa1dadf668ed5dd23b01cd69adc1d9ce23640a8'
2007-02-10 Evan Schoenberg Patch 1638469, which fixes 1467348: Yahoo Japan profiles are now retrieved properly
2007-02-09 Luke Schierer make dist works now.
2007-02-09 Luke Schierer one more
2007-02-09 Richard Laager SF Patch #1653845 from Matt Perry
2007-02-09 Richard Laager Rename the toolkit to the new name Sadrul mentioned. :) Hopefully this is okay.
2007-02-09 Richard Laager SF Patch #1643233 from Brian Cameron
2007-02-09 Richard Laager We're getting warnings about not honoring datarootdir, so I figured I'd add it. I'm not sure what that might break, but this stuff will be getting reviewed when it's renamed anyway.
2007-02-09 Richard Laager merge of '8f483f61f048cc605240bf7c848d0ffb7aebf70e'
2007-02-09 Luke Schierer merge of '48855cd0fe89a3001e41fdf08de38526fcf3c113'
2007-02-09 Luke Schierer commit these updated translations here also
2007-02-09 Luke Schierer commit these updated translations here also
2007-02-09 Mark Doliner sf patch #1655057, from Peter Tang
2007-02-09 Mark Doliner Fix a few small compile warnings:
2007-02-09 Mark Doliner Get rid of some minor compile errors related to the consitifcation
2007-02-09 Mark Doliner Get rid of a minor compile warning
2007-02-09 Luke Schierer merge of 'efde7d02b602348f7af4ff6a3c8364f9aabea9df'
2007-02-08 Mark Doliner merge of '09557f5d54029e4f7eba17eeb15d55717fb43382'
2007-02-08 Mark Doliner sf patch #1651457, from Paul-Christiaan Spruijtenburg
2007-02-08 Sadrul Habib Chowdhury Patch from Richard 'wabz' Nelson. This fixes some possible crashes/exploits.
2007-02-08 Richard Laager Add some braces to eliminate a compiler warning about an ambiguous else.
2007-02-08 Ethan Blanton merge of 'a55d39e9c7d6bfdb22fd82eaa1510ba558caa72b'
2007-02-08 Daniel Atallah Work around gdk-pixbuf brokenness when dealing with unrecognized parameters. Also, improve the error handling so we don't get a confusing error message.
2007-02-08 Sean Egan RTL Tooltips.
2007-02-07 Daniel Atallah Delete VERSION in the mingw 'clean' target since it is a generated file.
2007-02-06 Sean Egan merge of '775b7904558492c380903ec245b6f172ac850039'