log libpurple/plugin.h @ 32827:4a34689eeb33 default tip

age author description
Sun, 25 Sep 2011 18:56:58 +0000 andrew victor Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
Fri, 02 Sep 2011 21:15:24 +0000 Elliott Sales de Andrade Remove deprecated plugin functions. I guess no-one asked for a
Thu, 25 Jun 2009 05:38:35 +0000 Etan Reisner merge of '67e253d9bff41f028ffc609c776f70dae52b614b'
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 18 Jun 2009 22:48:49 +0000 Etan Reisner Add a purple_plugins_get_search_paths function.
Mon, 20 Apr 2009 06:56:25 +0000 Mark Doliner Document this callback function. Prompted by a question in #pidgin
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
Tue, 07 Apr 2009 05:22:48 +0000 Elliott Sales de Andrade Updates for GTK+ 3.0. Remove some deprecated functions (someone should
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
Mon, 02 Mar 2009 04:18:40 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327)
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Wed, 18 Feb 2009 04:21:07 +0000 Etan Reisner Sprinkle some @copydoc directives around to shut up some doxygen whining.
Thu, 30 Oct 2008 22:40:49 +0000 Richard Laager Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Tue, 15 Jul 2008 17:21:17 +0000 Evan Schoenberg Allow macros in the plugin name when compiling statically.
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Wed, 10 Oct 2007 03:57:39 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df)
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:58:23 +0000 Richard Laager I think we're doing the proper checks now, so remove a TODO. If this is
Sat, 06 Oct 2007 22:59:09 +0000 Richard Laager Honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch
Sat, 06 Oct 2007 22:47:38 +0000 Richard Laager Deprecate the purple_plugins_register_* and purple_plugins_unregister_* functions. We have plugin-load and plugin-unload signals.
Wed, 17 Oct 2007 03:36:54 +0000 Etan Reisner Replace a bunch of @return markers with @constreturn markers. I believe these
Sat, 06 Oct 2007 18:08:21 +0000 Will Thompson All the links to libpurple signal pages were in the comment containing the
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Fri, 29 Jun 2007 15:30:22 +0000 Sadrul Habib Chowdhury Add links to the signal documents in the API documents.
Mon, 25 Jun 2007 19:08:16 +0000 Andreas Monitzer The server's ad-hoc commands are now listed in the account's action menu. Note that this requires an additional field in the _PurplePluginAction struct. There's no other way, since there was no way to supply user_data, and dynamically created functions are not supported by C. This should be fine, since that struct is only malloced in purple_plugin_action_new, which is part of the core. Applications have to either pass the struct unmodified, or restore the user_data pointer if the action is recreated when necessary (as is the case in Adium).
Sun, 29 Apr 2007 22:02:47 +0000 Gary Kramlich Initial addition of padding for ui_ops and other class-like structs
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/