Fri, 10 Apr 2009 05:57:23 +0000 |
Elliott Sales de Andrade |
Apply patch from darkrain42 to fix the crash-on-exit. Hopefully, the order
|
Thu, 09 Apr 2009 17:38:45 +0000 |
Nick Hebner |
Various libpurple uninit memory cleanups.
|
Tue, 06 Jan 2009 04:09:36 +0000 |
Gary Kramlich |
propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
|
Tue, 06 Jan 2009 03:39:51 +0000 |
Paul Aurich |
Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
|
Wed, 29 Apr 2009 00:39:13 +0000 |
Ethan Blanton |
disapproval of revision '2f2d084c77a5b905a47b7b28508172451a2bb82f'
|
Tue, 28 Apr 2009 20:51:59 +0000 |
Ethan Blanton |
applied changes from 8c5b1d77b08657a2e236e8efe9bc2920f763911e
|
Tue, 06 Jan 2009 02:28:10 +0000 |
Daniel Atallah |
The remainder of a patch from fqueze to fix some incorrect *printf() function
|
Thu, 30 Oct 2008 22:40:49 +0000 |
Richard Laager |
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
|
Sun, 18 May 2008 19:59:27 +0000 |
Sadrul Habib Chowdhury |
Use a little more helpful debug message when a plugin can't be loaded.
|
Fri, 25 Apr 2008 17:57:54 +0000 |
Daniel Atallah |
Use g_strdup() instead of strdup (doesn't really matter as it is never
|
Fri, 25 Apr 2008 05:53:48 +0000 |
Sadrul Habib Chowdhury |
Fix a bug where the list of loaded plugins would get removed when
|
Sun, 02 Mar 2008 16:43:22 +0000 |
Sadrul Habib Chowdhury |
Allow translation/transliteration foo in the plugin window tooltip.
|
Sun, 30 Dec 2007 13:53:57 +0000 |
Sadrul Habib Chowdhury |
Fix a double-free when unloading dependent plugins. Fixes #4488.
|
Mon, 19 Nov 2007 23:06:16 +0000 |
Etan Reisner |
merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
|
Wed, 14 Nov 2007 23:09:03 +0000 |
Mark Doliner |
Compile when plugins are disabled
|
Sun, 07 Oct 2007 16:02:55 +0000 |
Richard Laager |
* Add purple_plugin_disable() to prevent plugins from loading on the next
|
Sun, 07 Oct 2007 14:27:59 +0000 |
Richard Laager |
Use g_list_delete_link() instead of g_list_remove() in this new code, as
|
Sun, 07 Oct 2007 14:25:17 +0000 |
Richard Laager |
Re-add a loop I removed in b5acf346a6ed692acc613d71a9ebbfcf4726cc63. It's
|
Sat, 06 Oct 2007 23:07:45 +0000 |
Richard Laager |
Fix a syntax error so this compiles.
|
Sat, 06 Oct 2007 22:46:57 +0000 |
Richard Laager |
Remove some TODOs on deprecated code.
|
Sat, 06 Oct 2007 22:43:55 +0000 |
Richard Laager |
Honor the return value of a plugin's unload function.
|
Thu, 18 Oct 2007 02:11:23 +0000 |
Etan Reisner |
Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit
|
Fri, 19 Oct 2007 16:22:08 +0000 |
Sadrul Habib Chowdhury |
applied changes from 63162f419a649bdd77b85cff73c4c490ec863ed1
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Tue, 24 Jul 2007 03:52:21 +0000 |
Daniel Atallah |
Fix core plugin dependency registering for gtkbuddynote to happen in plugin_init() so that it can work correctly. Add an additional sanity check in the core plugin unloading so that messed up dependency registrations don't cause crashes in the future. Thanks to deryni for helping figure this out.
|
Wed, 16 May 2007 19:35:17 +0000 |
Gabriel Schulhof |
Style changes + removed unnecessary NULL checks.
|
Sun, 13 May 2007 19:52:05 +0000 |
Gabriel Schulhof |
D-Bus unique stuff. Had to add a few NULL-checks here and there, because
|
Mon, 26 Mar 2007 03:01:33 +0000 |
Richard Laager |
merge of '479ec3bc42bb56e872fb1e8d5975ee5cc73f9cb8'
|
Sat, 24 Mar 2007 20:25:01 +0000 |
Richard Laager |
A small fix to the patch from ecoffey: Gary pointed out that the strcmp()
|
Sun, 25 Mar 2007 00:45:40 +0000 |
Mark Doliner |
Get rid of an unnecessary strdup
|
Sat, 24 Mar 2007 06:24:59 +0000 |
Richard Laager |
SF Patch #1686400 from Eoin Coffey ("ecoffey")
|
Mon, 19 Mar 2007 07:01:17 +0000 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
Tue, 30 Jan 2007 05:27:44 +0000 |
Sean Egan |
This renames the binary to 'pidgin', and I think it properly
|
Mon, 22 Jan 2007 09:27:02 +0000 |
Sean Egan |
I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
|
Sat, 20 Jan 2007 02:32:10 +0000 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|