Mercurial > pidgin.yaz
graph
-
const-ify paramteters to some of the new API I added. I thought I did this already.Wed, 16 Jan 2008 07:17:21 +0000, by John Bailey
-
Remove `yahoo_convert_to_numeric`, which I apparently did not examine closelyWed, 16 Jan 2008 06:58:48 +0000, by John Bailey
-
Get rid of an unnecessary allocation.Wed, 16 Jan 2008 06:29:52 +0000, by John Bailey
-
Clarify documentation of purple_account_set_status_list(), and use @copydoc toTue, 15 Jan 2008 19:33:20 +0000, by Will Thompson
-
merge of '59861e303c2e7d7bfe9c10a06497b1aaa47d6588'Tue, 15 Jan 2008 17:56:16 +0000, by Mark Doliner
-
Update some comments in oscar's prpl callback structsTue, 15 Jan 2008 17:56:11 +0000, by Mark Doliner
-
ChangeLog the /notice stuff I added to IRC a while ago and forgot about.Tue, 15 Jan 2008 17:43:31 +0000, by John Bailey
-
Patch from Yusuke Odate, modified by me, to support retrieving the fullTue, 15 Jan 2008 17:42:20 +0000, by John Bailey
-
Recommit the correct parts of 55eb5e28f52c9cdccc6229a8314ffbdac2260843,Tue, 15 Jan 2008 17:21:51 +0000, by Etan Reisner
-
disapproval of revision '55eb5e28f52c9cdccc6229a8314ffbdac2260843'Tue, 15 Jan 2008 17:17:53 +0000, by Etan Reisner
-
Remove a variable that isn't used anywhere, if it was supposed to do somethingTue, 15 Jan 2008 04:58:42 +0000, by Etan Reisner
-
Prevent a crash caused by freed memory being accessed.Mon, 14 Jan 2008 23:29:52 +0000, by Daniel Atallah
-
Some more little leak fixes.Mon, 14 Jan 2008 22:23:54 +0000, by Daniel Atallah
-
Don't keep a handle to the "pidgin_is_running" mutex in the installer - this causes the uninstaller to fail. There probably is a better solution, but this works for now.Mon, 14 Jan 2008 21:06:57 +0000, by Daniel Atallah
-
Plug a small leak.Mon, 14 Jan 2008 19:42:14 +0000, by Daniel Atallah
-
More compiler warning fixes from o_sukhodolsky (with additions by me).Mon, 14 Jan 2008 07:13:49 +0000, by Mark Doliner
-
I forgot that we're supposed to be using g_strerror() to guarantee aMon, 14 Jan 2008 06:44:14 +0000, by Mark Doliner
-
More of ticket #1344 from o_sukhodolsky, which rlaager has beenMon, 14 Jan 2008 06:32:16 +0000, by Mark Doliner
-
I'm gonna try adding in an easter egg here, see what people thing.Mon, 14 Jan 2008 06:20:53 +0000, by Mark Doliner
-
Fix a compiler warning:Mon, 14 Jan 2008 04:35:22 +0000, by Richard Laager
-
merge of '464169ffadabb173b3052074b132f38025b2e88d'Mon, 14 Jan 2008 04:09:03 +0000, by Richard Laager
-
merge of '15b495a6774e316e3d7962181284bcf13b9ccffa'Mon, 14 Jan 2008 02:10:26 +0000, by Jeffrey Connelly
-
Implement prpl_info->normalize for msimprpl, modified patch from Jaywalker.Mon, 14 Jan 2008 02:06:47 +0000, by Jeffrey Connelly
-
Fix overzealous hyphenation in the ChangeLog's text.Sun, 13 Jan 2008 22:54:43 +0000, by John Bailey
-
Update the ChangeLog.API to reflect my API additions.Sun, 13 Jan 2008 22:50:32 +0000, by John Bailey
-
This adds accessor and mutator API for the PurpleAttentionType struct.Sun, 13 Jan 2008 22:44:01 +0000, by John Bailey
-
Focus the button for the default action, if possible.Thu, 17 Jan 2008 08:01:02 +0000, by Sadrul Habib Chowdhury
-
Make sure the 'connection-error' signal doesn't cause a dbus error message.Sun, 13 Jan 2008 20:46:20 +0000, by Sadrul Habib Chowdhury
-
merge of '1ae0a697e31d7fa2a7f231ecd1719149f5348d82'Sun, 13 Jan 2008 20:25:23 +0000, by Sadrul Habib Chowdhury
-
Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.Sun, 13 Jan 2008 20:16:20 +0000, by Sadrul Habib Chowdhury
-
merge of '735c3286464306d43a2109836ecbdc3bc26b479f'Sun, 13 Jan 2008 19:38:12 +0000, by Mark Doliner
-
From what little I could see, it appears that for Yahoo Japan there is onlySun, 13 Jan 2008 01:00:29 +0000, by John Bailey
-
Fix a typo that's technically correct but is irritating me.Sun, 13 Jan 2008 00:19:23 +0000, by John Bailey
-
Make setting 'now listening' actually work, thanks to khc.Sat, 12 Jan 2008 22:05:52 +0000, by Sadrul Habib Chowdhury
-
Destroy the icon box only when there's one. This gets rid of a runtime warning for statusboxes without a buddy-icon selector (e.g., for an IRC account).Sat, 12 Jan 2008 19:42:02 +0000, by Sadrul Habib Chowdhury
-
It turns out the tree-models need to be unref'ed.Sat, 12 Jan 2008 14:44:12 +0000, by Sadrul Habib Chowdhury
-
Clean up an earlier commit. Fixes CID #379, and #378.Sat, 12 Jan 2008 07:48:38 +0000, by Sadrul Habib Chowdhury
-
Fix CID #380 by using an assigned variable.Sat, 12 Jan 2008 07:31:25 +0000, by Sadrul Habib Chowdhury
-
disapproval of revision '4b5e932e01a84088124dee9791809545cdc9240b'Thu, 17 Jan 2008 21:06:56 +0000, by Sean Egan
-
disapproval of revision '3a3d731ceddf62d569fa8c7488782167189f44c1'Thu, 17 Jan 2008 20:37:22 +0000, by Sean Egan
-
Use the 'invisible' property for text-tags (only in GTK+2.8 or above). This allows toggling on/off the timestamps on existing conversation history. References #3829.Sat, 12 Jan 2008 05:37:12 +0000, by Sadrul Habib Chowdhury
-
merge of '3dc120bb73d0a2d3ce3f6339e0882bd0321e24c8'Sat, 12 Jan 2008 03:24:35 +0000, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head cc7917983d28560aebe8a2b4ba1d8135b856dce5)Sat, 12 Jan 2008 02:24:51 +0000, by John Bailey
-
Disable the DBus "Functions not exported" list. It's huge and buries theMon, 14 Jan 2008 04:04:08 +0000, by Richard Laager
-
Remove a useless NULL check before a g_free().Mon, 14 Jan 2008 03:40:20 +0000, by Richard Laager
-
Revert some of my -Wstrict-prototypes fixes here, as they are causing moreMon, 14 Jan 2008 03:33:21 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Mon, 14 Jan 2008 03:26:47 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 21:30:50 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 21:24:59 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 21:20:19 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 21:15:04 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 21:04:47 +0000, by Richard Laager
-
Fix a compiler warning:Sun, 13 Jan 2008 20:51:33 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 20:50:53 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 20:48:56 +0000, by Richard Laager
-
Part of a large patch from o_sukhodolsky to fix some build warnings.Sun, 13 Jan 2008 20:46:18 +0000, by Richard Laager
-
Allow --sync to reach gtk initialization. This is basically the same asSun, 13 Jan 2008 16:44:39 +0000, by Richard Laager
-
A patch from Andreas St¸«ährk (Trundle) to fix a problem with our DBus codeSun, 13 Jan 2008 16:25:11 +0000, by Andreas St¸«ährk
-
Add some files to po/POTFILES.in to silence warnings from intltool.Sun, 13 Jan 2008 16:20:28 +0000, by Richard Laager
-
Default for "do you want to add this buddy?" for oscar is now "no"Fri, 11 Jan 2008 00:01:33 +0000, by Mark Doliner
-
Sir Alec Guinness was horrified to see this.Thu, 10 Jan 2008 22:12:27 +0000, by Will Thompson
-
Ignore both NULL and empty strings.Fri, 11 Jan 2008 23:21:16 +0000, by Sadrul Habib Chowdhury
-
merge of '2654fa4bf505fd6b8e400e329323a4b8fb67126f'Thu, 10 Jan 2008 02:28:48 +0000, by Sadrul Habib Chowdhury
-
merge of 'd32a0c1772bb88a80d5370ff93e7c4b8cf007608'Tue, 08 Jan 2008 13:17:59 +0000, by Hallvard Glad
-
update on the norwegian bokm¸«©l translation (nb.po)Sun, 30 Dec 2007 23:52:38 +0000, by Hallvard Glad
-
A patch from Gideon N. Guillen, with some minor modifications from me. ThisSun, 24 Feb 2008 18:20:52 +0000, by John Bailey
-
merge of '6523df90f67ed0428e11d3ebc7bf15777986ebcf'Thu, 10 Jan 2008 02:28:42 +0000, by Sadrul Habib Chowdhury
-
This makes authorization requests go away when the account is disconnected. It will leak the protocol's user_data, but without an API change, there isn't much that can be done about that. References #4609Wed, 09 Jan 2008 22:14:17 +0000, by Daniel Atallah
-
Fix a crash when accepting/denying a yahoo auth. request when the account is disconnected. References #4581Wed, 09 Jan 2008 19:10:27 +0000, by Daniel Atallah
-
Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.Wed, 09 Jan 2008 19:07:16 +0000, by Daniel Atallah
-
Fix an issue where the Start Menu shortcut wasn't selected by default when not installed. Fixes #4489.Wed, 09 Jan 2008 19:04:28 +0000, by Daniel Atallah
-
Prpls seem to be sending '\n' (or '\r\n') for newlines, instead of '<br>' to the core. Fixes #4545.Thu, 10 Jan 2008 02:27:04 +0000, by Sadrul Habib Chowdhury
-
Don't print 'file transfer complete' message more than once for the same xfer.Wed, 09 Jan 2008 14:41:29 +0000, by Sadrul Habib Chowdhury
-
Remove the completed/cancelled xfers when 'Clear finished transfers' is selected. (Did anyone notice our 'purple_xfer_is_canceled' is typoed?)Wed, 09 Jan 2008 08:42:33 +0000, by Sadrul Habib Chowdhury
-
merge of '1c032cc023d809fb900c6bbf99dcd8619b815131'Wed, 09 Jan 2008 02:16:11 +0000, by Sadrul Habib Chowdhury
-
merge of '5d18b4aee9c05f592af532f9155aadb23ad11d4b'Tue, 08 Jan 2008 22:01:22 +0000, by Evan Schoenberg
-
Fix notice on /meTue, 08 Jan 2008 17:16:57 +0000, by Ethan Blanton
-
German translation updateTue, 08 Jan 2008 10:16:26 +0000, by Jochen Kemnade
-
Use a unique chat id across all sessions for multi-user chats, probablyTue, 08 Jan 2008 03:46:41 +0000, by Stu Tomlinson
-
Huh, you want to be able to compile? I clearly (or not so clearly) need newTue, 08 Jan 2008 03:28:48 +0000, by Stu Tomlinson
-
Adjust some network error fatalities and thingsTue, 08 Jan 2008 03:03:15 +0000, by Stu Tomlinson
-
Apparently "nil" is an Objective-C thingTue, 08 Jan 2008 03:02:08 +0000, by Stu Tomlinson
-
merge of 'a5456268d56c1a4745ac4abb84a176ecc6f68109'Tue, 08 Jan 2008 03:00:20 +0000, by Stu Tomlinson
-
shorted the 'typing then stopped' messageTue, 08 Jan 2008 01:18:10 +0000, by Sean Egan
-
ifdef out the typing menu tray icon, as the inline typing notifications do a better job notifying, I thinkTue, 08 Jan 2008 01:11:59 +0000, by Sean Egan
-
If the UI sets a cache directory before purple_buddy_icons_init() is calledTue, 08 Jan 2008 21:58:31 +0000, by Evan Schoenberg
-
Remove spurious bracesMon, 07 Jan 2008 23:20:40 +0000, by Evan Schoenberg
-
German updateMon, 07 Jan 2008 19:04:10 +0000, by Bj¸«Órn Voigt
-
merge of '5fc55e3a78ccb0a463df332592e62c5a371cd8b4'Mon, 07 Jan 2008 16:28:25 +0000, by Mark Doliner
-
Add Shreevatsa R for the Python she-bang line changes.Mon, 07 Jan 2008 15:52:50 +0000, by Richard Laager
-
I am going to go ahead and commit+push this revision/fix of purple_conversation_new.Wed, 09 Jan 2008 02:14:29 +0000, by Sadrul Habib Chowdhury
-
Unset some stuff to make sure Sylar can't kill us.Mon, 07 Jan 2008 15:16:33 +0000, by Sadrul Habib Chowdhury
-
compileMon, 07 Jan 2008 09:14:39 +0000, by Sadrul Habib Chowdhury
-
merge of 'd11aaeee05a52eb367ad7d81f82a36b7a0501bcf'Mon, 07 Jan 2008 06:19:57 +0000, by Sadrul Habib Chowdhury
-
If the cached buddy icon can't be loaded, delete the preferences which point to it. Among other things, this fixes OSCAR buddy icon retrieval when the cache has been removed - since previously the icon hash was kept around and was used to determine that (so far as the prpl could tell) no icon retrieval was needed, libpurple would never have an icon for the contact.Mon, 07 Jan 2008 00:32:26 +0000, by Evan Schoenberg
-
Remember the size of the roomlist window. Handle the categories better.Mon, 07 Jan 2008 06:16:46 +0000, by Sadrul Habib Chowdhury
-
Typo can cause crashes.Sun, 06 Jan 2008 20:59:02 +0000, by Sadrul Habib Chowdhury
-
Fix a couple compile warnings.Sun, 06 Jan 2008 21:56:12 +0000, by John Bailey
-
Fix my typoSun, 06 Jan 2008 21:47:02 +0000, by John Bailey
-
Some readability changes. Refs #4533.Sun, 06 Jan 2008 21:15:17 +0000, by John Bailey
-
Give credit where due.Sun, 06 Jan 2008 19:48:18 +0000, by John Bailey
-
This patch from Thanumalayan S. implements Yahoo protocol version 15 fileSun, 06 Jan 2008 19:45:03 +0000, by Thanumalayan
-
Revert patch that added receive-only transfer support for Yahoo protocolSun, 06 Jan 2008 19:28:49 +0000, by John Bailey
-
merge of '534709237b5a9cb6acf039eba7344401c9cf8ac4'Sun, 06 Jan 2008 19:02:57 +0000, by Sadrul Habib Chowdhury
-
Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is notSat, 05 Jan 2008 18:41:33 +0000, by Richard Laager
-
These don't seem to require bash.Sat, 05 Jan 2008 18:36:23 +0000, by Richard Laager
-
A small patch from shreevatsa: "Some of the Python scripts start withSat, 05 Jan 2008 18:34:04 +0000, by Richard Laager
-
merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'Sat, 05 Jan 2008 18:07:16 +0000, by Richard Laager
-
Squash some compiler warnings, some from my -Wstrict-prototypes fixing.Sat, 05 Jan 2008 18:01:12 +0000, by Richard Laager